mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix invalid character '"' after object key:value pair
There missed a comma and lead invalid character '"' after object key:value pair
This commit is contained in:
parent
7dcce2eeb7
commit
7c043b7b26
@ -118,7 +118,7 @@ When using the vagrant provider in Kubernetes, the `cluster/kubectl.sh` script w
|
||||
```sh
|
||||
cat ~/.kubernetes_vagrant_auth
|
||||
{ "User": "vagrant",
|
||||
"Password": "vagrant"
|
||||
"Password": "vagrant",
|
||||
"CAFile": "/home/k8s_user/.kubernetes.vagrant.ca.crt",
|
||||
"CertFile": "/home/k8s_user/.kubecfg.vagrant.crt",
|
||||
"KeyFile": "/home/k8s_user/.kubecfg.vagrant.key"
|
||||
|
Loading…
Reference in New Issue
Block a user