From a49e9e8840caf3fbd16212130fecd3b6901fe1ee Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Fri, 8 May 2026 09:53:42 +0900 Subject: [PATCH] Fixing typo: cillium -> cilium in dev.md --- docs/_docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/dev.md b/docs/_docs/dev.md index 1f90f4fd4..b704841b4 100644 --- a/docs/_docs/dev.md +++ b/docs/_docs/dev.md @@ -202,7 +202,7 @@ Follow official [kubectl installation guide](https://kubernetes.io/docs/tasks/to k3s cluster can be created using K3D. The cluster will be configured with same options as production environment: -- CNI cillium is used, instead of default Flannel +- CNI cilium is used, instead of default Flannel - All K3s add-ons are not installed (traefik, helmcontroller, localpath, coredns, etc.) - kube-proxy is disabled (Cilium Kube-proxy replacement feature will be used) - Cilium L2 LB announcement will be used