Skip to content

Commit

Permalink
Expose system component ports to the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kawych committed Jun 19, 2018
1 parent 3a38a8e commit 5a0194b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloud/vsphere/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ kind: MasterConfiguration
api:
advertiseAddress: ${PUBLICIP}
bindPort: ${PORT}
etcd:
extraArgs:
listen-client-urls: http://0.0.0.0:2379
networking:
serviceSubnet: ${SERVICE_CIDR}
podSubnet: ${POD_CIDR}
Expand Down
6 changes: 6 additions & 0 deletions clusterctl/examples/google/provider-components.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ data:
api:
advertiseAddress: ${PUBLICIP}
bindPort: ${PORT}
etcd:
extraArgs:
listen-client-urls: http://0.0.0.0:2379
networking:
serviceSubnet: ${SERVICE_CIDR}
kubernetesVersion: v${CONTROL_PLANE_VERSION}
Expand All @@ -261,6 +264,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}
Expand Down
3 changes: 3 additions & 0 deletions gcp-deployer/machine_setup_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ items:
api:
advertiseAddress: ${PUBLICIP}
bindPort: ${PORT}
etcd:
extraArgs:
listen-client-urls: http://0.0.0.0:2379
networking:
serviceSubnet: ${SERVICE_CIDR}
kubernetesVersion: v${CONTROL_PLANE_VERSION}
Expand Down

0 comments on commit 5a0194b

Please sign in to comment.