-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate command creates k8s namespace #3327
Comments
I've stumbled across a similar issue today: |
@hnicke thanks for pointing that out! We'll work on fixing both as it's weird behavior and makes these commands way slower than they should be |
This issue has been automatically marked as stale because it hasn't had any activity in 90 days. It will be closed in 14 days if no further activity occurs (e.g. changing labels, comments, commits, etc.). Please feel free to tag a maintainer and ask them to remove the label if you think it doesn't apply. Thank you for submitting this issue and helping make Garden a better product! |
still relevant |
This also occurs when using the
project.garden.yml snippet:
Per Albert from Garden:
|
Bug
Current Behavior
When running
garden validate
, garden creates the target k8s namespace (if it doesn't exist).garden validate
fails if the configured kube-context is not available.Expected behavior
garden valdiate
should not have any sideeffects or they should be documentedgarden validate
should not require write permission for the target clustergarden validate
wouldn't fail if the configured context is invalidgarden version
0.12.46
The text was updated successfully, but these errors were encountered: