From 9377000ba6a9bc795af08980bddafe0fb93808a0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 May 2021 19:35:51 +0200 Subject: [PATCH] yet another typo --- v3-calico/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-calico/README.md b/v3-calico/README.md index 2654459..a85a42f 100644 --- a/v3-calico/README.md +++ b/v3-calico/README.md @@ -12,7 +12,7 @@ The following guide shows how to setup an IPv6 only cluster at ungleich. Initialise with all components: ``` -kubeadm init -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 ``` We cannot yet skip kube-proxy, because calico does not support eBPF