diff --git a/cloud/vsphere/templates.go b/cloud/vsphere/templates.go index 456a00c0d6c1..1eca4ff0f62e 100644 --- a/cloud/vsphere/templates.go +++ b/cloud/vsphere/templates.go @@ -319,6 +319,12 @@ kind: MasterConfiguration api: advertiseAddress: ${PUBLICIP} bindPort: ${PORT} +etcd: + extraArgs: + listen-client-urls: http://0.0.0.0:2379 +kubeProxy: + config: + metricsBindAddress: 0.0.0.0:10249 networking: serviceSubnet: ${SERVICE_CIDR} podSubnet: ${POD_CIDR} diff --git a/clusterctl/examples/google/provider-components.yaml.template b/clusterctl/examples/google/provider-components.yaml.template index 4eb8df9acb85..1807cd0e9a68 100644 --- a/clusterctl/examples/google/provider-components.yaml.template +++ b/clusterctl/examples/google/provider-components.yaml.template @@ -252,6 +252,12 @@ data: api: advertiseAddress: ${PUBLICIP} bindPort: ${PORT} + etcd: + extraArgs: + listen-client-urls: http://0.0.0.0:2379 + kubeProxy: + config: + metricsBindAddress: 0.0.0.0:10249 networking: serviceSubnet: ${SERVICE_CIDR} kubernetesVersion: v${CONTROL_PLANE_VERSION} @@ -261,6 +267,9 @@ data: cluster-cidr: ${POD_CIDR} service-cluster-ip-range: ${SERVICE_CIDR} allocate-node-cidrs: "true" + address: 0.0.0.0 + schedulerExtraArgs: + address: 0.0.0.0 apiServerCertSANs: - ${PUBLICIP} - ${PRIVATEIP} diff --git a/gcp-deployer/machine_setup_configs.yaml b/gcp-deployer/machine_setup_configs.yaml index 27a707d815df..dfe16daf24fa 100644 --- a/gcp-deployer/machine_setup_configs.yaml +++ b/gcp-deployer/machine_setup_configs.yaml @@ -96,6 +96,12 @@ items: api: advertiseAddress: ${PUBLICIP} bindPort: ${PORT} + etcd: + extraArgs: + listen-client-urls: http://0.0.0.0:2379 + kubeProxy: + config: + metricsBindAddress: 0.0.0.0:10249 networking: serviceSubnet: ${SERVICE_CIDR} kubernetesVersion: v${CONTROL_PLANE_VERSION}