Merge "Specify k8s api server binding ip and port in the kubeadm.yaml"
This commit is contained in:
commit
c8a7e56aba
@ -94,7 +94,9 @@ stringData:
|
||||
---
|
||||
apiVersion: kubeadm.k8s.io/v1beta2
|
||||
kind: InitConfiguration
|
||||
localAPIEndpoint: {}
|
||||
localAPIEndpoint:
|
||||
advertiseAddress: REPLACEMENT_CP_IP
|
||||
bindPort: REPLACEMENT_CP_PORT
|
||||
nodeRegistration:
|
||||
ignorePreflightErrors:
|
||||
- NumCPU
|
||||
|
Loading…
Reference in New Issue
Block a user