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 e9b64e1 commit 169dd10Copy full SHA for 169dd10
build.sh
@@ -85,6 +85,10 @@ cd ..
85
echo "--------------------Wait before updating kubeconfig--------------------"
86
sleep 60s
87
88
+# Get GCP credentials
89
+echo "--------------------Get Credentials--------------------"
90
+gcloud iam service-accounts keys create ${filename} --iam-account ${service_account_email}
91
+
92
# Update kubeconfig
93
echo "--------------------Update Kubeconfig--------------------"
94
gcloud container clusters get-credentials ${cluster_name} --zone ${zone} --project ${project_id}
0 commit comments