Closed mykefon closed 2 years ago
Hi @mykefon, what is your operating system? Are you using vagrant in WSL2?
@mykefon I ran into this as well (on MacOS Big Sur). What worked for me is changing the IP_NW
in the Vagrantfile to "192.168.56."
. Found this thread -> https://stackoverflow.com/questions/70704093/the-ip-address-configured-for-the-host-only-network-is-not-within-the-allowed-ra
@m18unet I used VSCode on MacOS Monterey.
@vherzog I'll try that...Thanks!
Just started looking to this guide. Thank you!
Workaround given by @vherzog is working!
Update - Realized that this IP range should be matching with whatever virtualbox hostonlynetwork netaddress. I found that on other machine this needed to change to .62 as my friend had changed it.
Hi,
We are shortly going to release an updated version to kubernetes 1.24. With this upgrade we are including instructions to easily set the host network range to suit individual requirements, and the default network will be 192.168.56
Please check back in a couple of weeks.
Thanks
I keep getting the error " The IP address configured for the host-only network is not within the allowed ranges. Please update the address used to be within the allowed ranges and run the command again. Address: 192.168.5.11 Ranges: 192.168.56.0/21. "
It manages to partially create 1 master node.