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
As discussed in the issue
#8596
It is a helpful feature at many places and no replacement
readily available
Signed-off-by: Aditi Sharma <[email protected]>
Copy file name to clipboardExpand all lines: docs/cri/config.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,9 +402,6 @@ version = 2
402
402
# If this is set, containerd will generate a cni config file from the
403
403
# template. Otherwise, containerd will wait for the system admin or cni
404
404
# daemon to drop the config file into the conf_dir.
405
-
# This is a temporary backward-compatible solution for kubenet users
406
-
# who don't have a cni daemonset in production yet.
407
-
# This will be deprecated when kubenet is deprecated.
408
405
# See the "CNI Config Template" section for more details.
409
406
conf_template = ""
410
407
# ip_pref specifies the strategy to use when selecting the main IP address for a pod.
@@ -503,11 +500,8 @@ runtime will be used. For example, see
503
500
504
501
## CNI Config Template
505
502
506
-
Ideally the cni config should be placed by system admin or cni daemon like calico,
507
-
weaveworks etc. However, there are still users using [kubenet](https://kubernetes.io/docs/concepts/cluster-administration/network-plugins/#kubenet)
508
-
today, who don't have a cni daemonset in production. The cni config template is
509
-
a temporary backward-compatible solution for them. This is expected to be
510
-
deprecated when kubenet is deprecated.
503
+
Ideally the cni config should be placed by system admin or cni daemon like calico, weaveworks etc.
504
+
However, this is useful for the cases when there is no cni daemonset to place cni config.
511
505
512
506
The cni config template uses the [golang
513
507
template](https://golang.org/pkg/text/template/) format. Currently supported
0 commit comments