yet another typo
This commit is contained in:
parent
9f5a19535f
commit
9377000ba6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue