From 91cedcd074d6be79bce034b0d60acb45294cead5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 May 2021 17:50:23 +0200 Subject: [PATCH] do not skip kube proxy for the moment Signed-off-by: Nico Schottelius --- v3-calico/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/v3-calico/README.md b/v3-calico/README.md index 78b6278..daa7877 100644 --- a/v3-calico/README.md +++ b/v3-calico/README.md @@ -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