Skip to content

Commit 21f84c0

Browse files
authored
Remove 'cni-version' option in default deployment (#1061)
This change removes 'cni-version' option in entrypoint from default deployment manifest. This change uses cniVersion of delegate CNI, cluster network.
1 parent 7cf1c2f commit 21f84c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployments/multus-daemonset.yml

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ spec:
183183
command: ["/thin_entrypoint"]
184184
args:
185185
- "--multus-conf-file=auto"
186-
- "--cni-version=0.3.1"
187186
- "--multus-autoconfig-dir=/host/etc/cni/net.d"
188187
- "--cni-conf-dir=/host/etc/cni/net.d"
189188
resources:

0 commit comments

Comments
 (0)