Skip to content
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

Failures of "gcloud container clusters get-credentials" should be displayed #370

Open
volpino opened this issue May 17, 2022 · 1 comment

Comments

@volpino
Copy link
Contributor

volpino commented May 17, 2022

See

gcloud container clusters get-credentials "${CLUSTER_NAME}" >/dev/null 2>/dev/null

Errors are sent to /dev/null and there is no way of knowing what happened if that command failed. Errors should be reported to the user.

@sirdarckcat
Copy link
Member

i agree that the errors are hard to track down, we need a better infra for error display

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants