We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef524a4 commit 01bde19Copy full SHA for 01bde19
auth-gke.sh
@@ -3,6 +3,8 @@ set -euo pipefail
3
4
main() {
5
_trace gcloud container clusters get-credentials "$CLUSTER" --project "$PROJECT" --zone "${LOCATION:-${ZONE:-}}"
6
+ # Display after getting credentials because gcloud sets the version based on the cluster version
7
+ _trace kubectl version
8
}
9
10
# Display the underlying command
0 commit comments