We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e774566 commit b63f039Copy full SHA for b63f039
README-cn.md
@@ -88,6 +88,13 @@ vagrant box add CentOS-7-x86_64-Vagrant-1801_02.VirtualBox.box --name centos/7
88
89
将`conf/admin.kubeconfig`文件放到`~/.kube/config`目录下即可在本地使用`kubectl`命令操作集群。
90
91
+```bash
92
+mkdir -p ~/.kube
93
+cp conf/admin.kubeconfig ~/.kube/config
94
+```
95
+
96
+我们推荐您使用这种方式。
97
98
**在虚拟机内部访问**
99
100
如果有任何问题可以登录到虚拟机内部调试:
README.md
@@ -88,6 +88,11 @@ There are 3 ways to access the kubernetes cluster.
Copy `conf/admin.kubeconfig` to `~/.kube/config`, using `kubectl` CLI to access the cluster.
We recommend this way.
**VM**
0 commit comments