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
Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do
not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Debug Output
N/A
Panic Output
N/A
Steps to Reproduce
Run ./gke-policy cluster review command
Expected Behavior
Tool should fail fast as there are no cluster configuration parameters specified.
Contextual (depending on a given command) config validation should happen right after loading the config from cli flags or a file.
Actual Behavior
Tool performs several actions before failing: fetches policies from the default source and parses them.
Reading policy files... [GIT repository: https://github.com/google/gke-policy-automation, branch: main, directory: gke-policies]
Parsing REGO policies...
Error: could not get cluster name: cluster parameters not set
References
N/A
The text was updated successfully, but these errors were encountered:
Community Note
to the original issue to help the community and maintainers prioritize this request
not help prioritize the request
Debug Output
N/A
Panic Output
N/A
Steps to Reproduce
./gke-policy cluster review
commandExpected Behavior
Tool should fail fast as there are no cluster configuration parameters specified.
Contextual (depending on a given command) config validation should happen right after loading the config from cli flags or a file.
Actual Behavior
Tool performs several actions before failing: fetches policies from the default source and parses them.
References
N/A
The text was updated successfully, but these errors were encountered: