Added configure kubeconfig credentials section.

pull/5/head
Allen.Cai 6 years ago committed by Allen.Cai
parent 589924e547
commit 205d6b3f09

@ -112,8 +112,12 @@ kubectl config set-credentials docker-for-desktop --token="${TOKEN}"
![resource](images/k8s_credentials.png)
选择 kubeconfig 文件,路径如下:
```
Win: %UserProfile%\.kube\config
Mac: $HOME/.kube/config
```
点击登陆进入Kubernetes Dashboard
### 配置 Ingress

@ -113,8 +113,12 @@ kubectl config set-credentials docker-for-desktop --token="${TOKEN}"
![resource](images/k8s_credentials.png)
Choose kubeconfig file, Path
```
Win: %UserProfile%\.kube\config
Mac: $HOME/.kube/config
```
Click login, go to Kubernetes Dashboard
### Install Helm

Loading…
Cancel
Save