- Kubernetes on AWS
- Ed Robinson
- 112字
- 2021-06-10 18:41:28
Troubleshooting Minikube
One common problem that you might run into when trying to use Minikube is that you might not be able to access the VM because its network overlaps with another network configured on your machine. This can often happen if you are using a corporate VPN, or you connect to another network that configures routes for the 192.168.99.1/24 IP address range used by Minikube by default.
It is simple to start Minikube with an alternative CIDR to be used for the VM. You can choose any private range that you want to use; just check that it won't overlap with other services on your local network:
$ minikube start --host-only-cidr=172.16.0.1/24
推薦閱讀
- 智能傳感器技術(shù)與應(yīng)用
- 大數(shù)據(jù)專業(yè)英語
- Drupal 7 Multilingual Sites
- Dreamweaver CS3網(wǎng)頁設(shè)計50例
- Hands-On Cloud Solutions with Azure
- Creo Parametric 1.0中文版從入門到精通
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- Hands-On Dashboard Development with QlikView
- Raspberry Pi Projects for Kids
- Mastering MongoDB 4.x
- SQL Server 2019 Administrator's Guide
- Photoshop CS6白金手冊
- 仿蛛機(jī)器人的設(shè)計與制作