We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf3b24 commit c39ae77Copy full SHA for c39ae77
content/posts/kind-macos.md
@@ -88,7 +88,9 @@ kubectl cluster-info --context kind-kind
88
Thanks for using kind! 😊
89
```
90
91
-Next we install Cilium CNI with IPv6 enabled
+### Cilium
92
+
93
+Next we install Cilium CNI with IPv6 enabled. As of writing I am using Cilium version `1.17.1`
94
95
```bash
96
❯ helm install cilium cilium/cilium --namespace=kube-system --set ipv6.enabled=true
0 commit comments