You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,7 @@ Kindnet evolved adding new features, as an embedded ipmasq agent and nowadays,
22
22
is the default CNI plugin for [KIND](https://github.com/kubernetes-sigs/kind)
23
23
and is used for testing the [Kubernetes project](https://github.com/kubernetes/kubernetes).
24
24
25
-
All the stable code moves to the KIND project in-tree.
26
-
This repo is kept only for new features development and get feedback of people
27
-
using it on "real" clusters.
25
+
The KIND project uses a subset of this project that is maintained in-tree.
28
26
29
27
## Features
30
28
@@ -43,14 +41,14 @@ using it on "real" clusters.
43
41
44
42
## How it Works
45
43
46
-
Kindnet uses a simple point to point model to connect pods within the same node. It leverages the host's network stack for external communication, eliminating the need for complex overlay networks.
44
+
Kindnet uses a simple point to point model to connect pods within the same node. It leverages the host's network stack for external communication, eliminating the need for complex overlay networks.
47
45
48
46
## Installation
49
47
50
48
Kindnet can be installed on your cluster using the manifest [install-kindnet.yaml](install-kindnet.yaml)
0 commit comments