kubernetes/minikube

--host-only-cidr: invalid CIDR address: '192.168.99.1/24'

オープン

#7,063 opened on 2020/03/16

 (14 件のコメント) (0 件のリアクション) (0 人の担当者)Go (5,222 件のフォーク)batch import
co/virtualboxgood first issuehelp wantedkind/buglifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 個のスター)
PR merge metrics
 (平均マージ 12d 19h) (30d で 43 merged PRs)

説明

With my ancient minikube version (1.4.0), I had been using the option

--host-only-cidr='192.168.99.1/24' 

which now gives me

X Unable to start VM. Please investigate and run 'minikube delete' if possible: driver start: Error 
setting up host only network on machine start: invalid CIDR address: '192.168.99.1/24'

with both 1.8.1 and 1.8.2. I used the option to make sure that the minikube VM gets attached to the right host-only network. It now seemed to work fine without it, so this might be no longer needed, but still...

Regards J

コントリビューターガイド