Skip to content

Commit

Permalink
Make scheduler/controller mgr listen on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Mar 20, 2018
1 parent 2b51384 commit 7364b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,13 +1127,16 @@ Resources:
controllerManagerExtraArgs:
flex-volume-plugin-dir: /opt/libexec/kubernetes/kubelet-plugins/volume/exec
horizontal-pod-autoscaler-downscale-delay: 30m0s
address: 0.0.0.0
controllerManagerExtraVolumes:
- name: ca-certs
hostPath: /usr/share/ca-certificates
mountPath: /etc/ssl/certs
- name: flexvolume-dir
hostPath: /opt/libexec/kubernetes/kubelet-plugins/volume/exec
mountPath: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
schedulerExtraArgs:
address: 0.0.0.0
- DomainName: !Ref DomainName
KubeVersion: !Ref KubeVersion
ApiserverCount: !Ref ControllerPoolSize
Expand Down

0 comments on commit 7364b85

Please sign in to comment.