| 123456789101112131415161718192021222324 |
- CACertPath: /etc/kubernetes/pki/ca.crt
- ControlPlane:
- CertificateKey: ""
- LocalAPIEndpoint:
- AdvertiseAddress: 192.168.2.2
- BindPort: 6443
- Discovery:
- BootstrapToken:
- APIServerEndpoint: kube-apiserver:6443
- CACertHashes: null
- Token: abcdef.0123456789abcdef
- UnsafeSkipCAVerification: true
- File: null
- TLSBootstrapToken: abcdef.0123456789abcdef
- Timeout: 5m0s
- NodeRegistration:
- CRISocket: /var/run/dockershim.sock
- IgnorePreflightErrors: null
- KubeletExtraArgs: null
- Name: control-plane-1
- Taints:
- - effect: NoSchedule
- key: node-role.kubernetes.io/master
|