Update endpoints.
This commit is contained in:
parent
76415905a1
commit
df6f8e483b
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ spec:
|
||||||
kubeControllerManager:
|
kubeControllerManager:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoints: &cp
|
endpoints: &cp
|
||||||
- 192.168.1.61
|
- 10.1.1.61
|
||||||
- 192.168.1.62
|
- 10.1.1.62
|
||||||
- 192.168.1.63
|
- 10.1.1.63
|
||||||
kubeEtcd:
|
kubeEtcd:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoints: *cp
|
endpoints: *cp
|
||||||
|
|
Loading…
Reference in a new issue