From 83fa77850b1348dacf3b2d0be4a8e9163dc54037 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Fri, 7 Aug 2026 23:50:35 +0500 Subject: [PATCH] docs: update Kubernetes networking plugins link The old admin/network-plugins path moved under concepts/extend-kubernetes. Fixes #123 Signed-off-by: Dean Chen <862469039@qq.com> --- content/docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/_index.md b/content/docs/_index.md index 5332bc3..bb8dade 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -16,7 +16,7 @@ To avoid duplication, we think it is prudent to define a common interface betwee ## Who is using CNI? ### Container runtimes -- [Kubernetes](https://kubernetes.io/docs/admin/network-plugins/) - a system to simplify container operations +- [Kubernetes](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) - a system to simplify container operations - [HashiCorp Nomad](https://www.nomadproject.io/) - A simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale. - [Containerd](https://containerd.io/) - A CRI-compliant container runtime - [cri-o](https://cri-o.io/) - A lightweight container runtime