You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Later I found, in error.log the answer to my question.
stderr: >-
the namespace from the provided object "default" does not match the namespace
"rp". You must pass '--namespace=default' to perform this operation.
This error message is great and helps a lot, while the default message is more misleading than helpful. Maybe at least add some notice about error.log for others? It should save time.
Previously we set the --namespace flag when applying the specified
resources. We now instead ensure the namespace property is set on every
relevant resource.
Fixes#1191
Previously we set the --namespace flag when applying the specified
resources. We now instead ensure the namespace property is set on every
relevant resource.
Fixes#1191
Bug
Current Behavior
Given a manifest with custom role && role binding.
or
garden scan
shows no errors, but withgarden dev
constantly getting:The same behavior with both formats.
Unfortunately, this link does not cover the case for MacOs.
Expected behavior
No error
Your environment
OS
MacOs 10.14.6
garden version
0.10.9
kubectl version
1.15.2
docker version
2.1.0.2
The text was updated successfully, but these errors were encountered: