Converting certificate files to certificate data fields
Finding and converting the files
apiVersion: v1
kind: Config
preferences: {}
clusters:
- cluster:
certificate-authority: /Users/example/ca.crt
server: https://kubeserver:8443
name: kube
contexts:
- context:
cluster: kube
user: kube
name: kube
users:
- name: kube
user:
client-certificate: /Users/example/client.crt
client-key: /Users/example/client.keyLinux and MacOS
Windows
Update the config to use the new values
Last updated
Was this helpful?
