Update kubeadm.md

grammar ocd
This commit is contained in:
Philipp T
2017-02-04 19:38:07 +01:00
committed by mengyuan
parent a21e061dcb
commit 24fc013242
+1 -1
View File
@@ -357,6 +357,6 @@ Please note: `kubeadm` is a work in progress and these limitations will be addre
1. If you are using VirtualBox (directly or via Vagrant), you will need to ensure that `hostname -i` returns a routable IP address (i.e. one on the second network interface, not the first one).
By default, it doesn't do this and kubelet ends-up using first non-loopback network interface, which is usually NATed.
Workaround: Modify `/etc/hosts`, take a look at this [`Vagrantfile`][ubuntu-vagrantfile] for how you this can be achieved.
Workaround: Modify `/etc/hosts`, take a look at this [`Vagrantfile`][ubuntu-vagrantfile] for how this can be achieved.
[ubuntu-vagrantfile]: https://github.com/errordeveloper/k8s-playground/blob/22dd39dfc06111235620e6c4404a96ae146f26fd/Vagrantfile#L11),