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 18b4e1b commit 05074e9Copy full SHA for 05074e9
cluster/gce/windows/node-helper.sh
@@ -19,6 +19,7 @@
19
function get-windows-node-instance-metadata-from-file {
20
local metadata=""
21
metadata+="cluster-name=${KUBE_TEMP}/cluster-name.txt,"
22
+ metadata+="cluster-location=${KUBE_TEMP}/cluster-location.txt,"
23
metadata+="kube-env=${KUBE_TEMP}/windows-node-kube-env.yaml,"
24
metadata+="kubelet-config=${KUBE_TEMP}/windows-node-kubelet-config.yaml,"
25
# To get startup script output run "gcloud compute instances
0 commit comments