do not skip kube proxy for the moment

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2021-05-20 17:50:23 +02:00
parent d6dc008cc2
commit 91cedcd074
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
```
kubeadm init --skip-phases=addon/kube-proxy --service-cidr 2a0a:e5c0:13:aaa::/108 --pod-network-cidr 2a0a:e5c0:13:bbb::/64
kubeadm init --service-cidr 2a0a:e5c0:13:aaa::/108 --pod-network-cidr 2a0a:e5c0:13:bbb::/64
```
## Worker nodes