internal.yaml 594 B

123456789101112131415161718192021222324
  1. CACertPath: /etc/kubernetes/pki/ca.crt
  2. ControlPlane:
  3. CertificateKey: ""
  4. LocalAPIEndpoint:
  5. AdvertiseAddress: 192.168.2.2
  6. BindPort: 6443
  7. Discovery:
  8. BootstrapToken:
  9. APIServerEndpoint: kube-apiserver:6443
  10. CACertHashes: null
  11. Token: abcdef.0123456789abcdef
  12. UnsafeSkipCAVerification: true
  13. File: null
  14. TLSBootstrapToken: abcdef.0123456789abcdef
  15. Timeout: 5m0s
  16. NodeRegistration:
  17. CRISocket: /var/run/dockershim.sock
  18. IgnorePreflightErrors: null
  19. KubeletExtraArgs: null
  20. Name: control-plane-1
  21. Taints:
  22. - effect: NoSchedule
  23. key: node-role.kubernetes.io/master