-
Notifications
You must be signed in to change notification settings - Fork 205
VM use DHCP instead of static IP adresses as expected #47
Comments
@ggarson 😢 so, the issue persists if you just disable (per the README) the 'native' VirtualBox DHCP ? ( |
In fact there is no issue if I disable it (I did it as a workaround) but before it was working event if the DHCP was enabled. In fact I use another virtual machine (or more) in virtualbox in the subnet 172.18.8.0 to access directly to my coreos host. And there virtual machines are configured to use a dhcp. So it's not really an issue but more precisely a regression. Someone was faced of the same problem than me on irc chan of Kubernetes. |
@ggarson @AntonioMeireles there are many issues coming up with that merge and I'm currently removing them, but since the PR had so many things - my bad! - it's hard to revert. Am working on it as we speak. |
i believe you i just have no freaking idea of what triggered this change of behaviour. will digg. (btw if you use old CoreOS alpha images - issue persists ? (just to make sure that this isn't some upstream change) |
I use the last alpha images for days and I was only a problem this morning after the git pull... I reinstall my clusters few times by day |
@ggarson working on a hotfix as we speak. Please bear with me ;-) |
@pires don't worry, you are doing a great job ;) |
@ggarson thanks for your kind words. Can you please try it out now and let me know? |
It's OK for the DHCP issue. Thanks @pires |
Awesome @ggarson! Thanks for your feedback man.
|
…reos-cluster into pires-master * 'master' of git://github.com/pires/kubernetes-vagrant-coreos-cluster: (35 commits) Fixes pires#51 Allow for running privileged containers. Warning, only Kubernetes 0.13.x or newer is currently supported (and working). Removing etcd debugging stuff in order to simplify things. Ignoring bad SSL certificates when downloading kubectl. Fixing typos. Kubernetes upgraded to 0.13.2. kube-proxy is deprecating flag --ectd_servers in favor of --master. Refs pires#50 Reverted to Kubernetes 0.12.2 since 0.13.x has broken services iptables rules. See kubernetes/kubernetes#5647 Added waiter for Kubernetes API server before starting kube-proxy and kubelet. Latest Kubernetes version is really the latest tested, so 0.13.1 now. Desperate attempt at fixing so many issues that were brought by what we thought were smart moves. Sorry for that! Removing dockerized etcd 2.x Removing dockerized flannel Master node doesn't need to rely on its own dockercache for pulling images, for now. Refs pires#46 pires#47 pires#32 Added more hypervisor related documentation love, namely removing DHCP from Virtualbox. Fixes pires#45 Removed incompatible Docker flags because of bad merge. drop unneeded nfs related cruft. docker-cache container now restarts on failure. Refs pires#40 only start docker in the minion nodes after the master's docker-cache is up. adding workaround for docker-archive/docker-registry#892 rollback 182252c. just default kubernetes to latest stable release. fix pires#36 - docker could start before flanneld ...
* pires-master: (35 commits) Fixes pires#51 Allow for running privileged containers. Warning, only Kubernetes 0.13.x or newer is currently supported (and working). Removing etcd debugging stuff in order to simplify things. Ignoring bad SSL certificates when downloading kubectl. Fixing typos. Kubernetes upgraded to 0.13.2. kube-proxy is deprecating flag --ectd_servers in favor of --master. Refs pires#50 Reverted to Kubernetes 0.12.2 since 0.13.x has broken services iptables rules. See kubernetes/kubernetes#5647 Added waiter for Kubernetes API server before starting kube-proxy and kubelet. Latest Kubernetes version is really the latest tested, so 0.13.1 now. Desperate attempt at fixing so many issues that were brought by what we thought were smart moves. Sorry for that! Removing dockerized etcd 2.x Removing dockerized flannel Master node doesn't need to rely on its own dockercache for pulling images, for now. Refs pires#46 pires#47 pires#32 Added more hypervisor related documentation love, namely removing DHCP from Virtualbox. Fixes pires#45 Removed incompatible Docker flags because of bad merge. drop unneeded nfs related cruft. docker-cache container now restarts on failure. Refs pires#40 only start docker in the minion nodes after the master's docker-cache is up. adding workaround for docker-archive/docker-registry#892 rollback 182252c. just default kubernetes to latest stable release. fix pires#36 - docker could start before flanneld ...
Hi,
before the commit 7f33709 everything was OK.
Now when I deploy a cluster with virtualbox provider (I configured a DHCP serveur inside virtualbox in the subnet 172.17.8.x-49/99), nodes use IP provided by the DHCP instead of 172.17.8.101 (master) and so on for minions.
P.S. I don't used the sync file, so all is by default.
Tell me if you need more information to reproduce the problem.
The text was updated successfully, but these errors were encountered: