mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #75855 from pjh/gce-disable-agent-address-mgmt
Disable GCE agent address management on Windows nodes.
This commit is contained in:
commit
6fef6e8613
@ -36,6 +36,10 @@ function get-windows-node-instance-metadata-from-file {
|
||||
function get-windows-node-instance-metadata {
|
||||
local metadata=""
|
||||
metadata+="k8s-version=${KUBE_VERSION:-v1.13.2},"
|
||||
# Prevent the GCE Windows agent from managing IP addresses, since kube-proxy
|
||||
# and these cluster setup scripts should take care of everything. See
|
||||
# https://github.com/kubernetes/kubernetes/issues/75561.
|
||||
metadata+="disable-address-manager=true,"
|
||||
metadata+="serial-port-enable=1,"
|
||||
# This enables logging the serial port output.
|
||||
# https://cloud.google.com/compute/docs/instances/viewing-serial-port-output
|
||||
|
Loading…
Reference in New Issue
Block a user