Skip to content

Commit

Permalink
fix minikube vm ip not run problem
Browse files Browse the repository at this point in the history
  • Loading branch information
weinianhua committed Oct 19, 2017
1 parent 49e8a8a commit 48a422b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion kubernets.md
@@ -1,4 +1,7 @@
## 本地运行 kube via minikube

# 遇到问题

## 本地运行 kube via minikube, 但是 vm ip 却连不上

```bash
vbox:~# minikube start
Expand Down Expand Up @@ -321,3 +324,9 @@ vinian@vbox:~$ ip r get 192.168.99.100
192.168.99.100 via 192.168.1.1 dev eth0 src 192.168.1.10
cache
```
关掉 cisco anyconnect 后,尝试添加路由,发现能添加上
重启机器,启动 minikube,路由自动添加,然后启动 cisco anyconnect 没有任何影响
重启机器,开启 cisco anyconnect,然后启动 minikube,192.168.99.0/24 这一条路由就没有
后续继续排查

0 comments on commit 48a422b

Please sign in to comment.