Commit 7c043b7b authored by Harry Zhang's avatar Harry Zhang

Fix invalid character '"' after object key:value pair

There missed a comma and lead invalid character '"' after object key:value pair
parent 7dcce2ee
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment