We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a GKE cluster is being created, the log print is a mere
INFO: creating a GKE cluster builder INFO: cluster name: "e2e-09bd4ea7-47f1-4a19-bd33-d6e4cd6c0fd9"
It's impossible to tell what the version (and likely other parameters) of the created GKE cluster are.
Print the builder parameters (at least the k8s version)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Problem Statement
When a GKE cluster is being created, the log print is a mere
It's impossible to tell what the version (and likely other parameters) of the created GKE cluster are.
Proposed Solution
Print the builder parameters (at least the k8s version)
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: