Skip to content

Commit

Permalink
bug: remove empty config in multus examples (#1225)
Browse files Browse the repository at this point in the history
Empty config in multus, empty multus config is created causing nodes to
be in not ready state.
  • Loading branch information
adrianchiris authored Dec 31, 2024
2 parents 74f61b4 + ab734ed commit db3a519
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
repository: ghcr.io/k8snetworkplumbingwg
version: v3.9.3
# if config is missing or empty then multus config will be automatically generated from the CNI configuration file of the master plugin (the first file in lexicographical order in cni-conf-dir)
config: ''
# config: ''
ipamPlugin:
image: whereabouts
repository: ghcr.io/k8snetworkplumbingwg
Expand Down Expand Up @@ -215,7 +215,6 @@ spec:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v3.9.3
config: ''
nvIpam:
image: nvidia-k8s-ipam
repository: ghcr.io/mellanox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ spec:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v4.1.0
config: ''
ipamPlugin:
image: whereabouts
repository: ghcr.io/k8snetworkplumbingwg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ spec:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v4.1.0
config: ''
ipamPlugin:
image: whereabouts
repository: ghcr.io/k8snetworkplumbingwg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v4.1.0
config: ''
nvIpam:
image: nvidia-k8s-ipam
repository: ghcr.io/mellanox
Expand Down
1 change: 0 additions & 1 deletion example/crs/mellanox.com_v1alpha1_nicclusterpolicy_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
image: multus-cni
repository: ghcr.io/k8snetworkplumbingwg
version: v4.1.0
config: ''
ipamPlugin:
image: whereabouts
repository: ghcr.io/k8snetworkplumbingwg
Expand Down
1 change: 0 additions & 1 deletion example/dgx-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ secondaryNetwork:
repository: ghcr.io/k8snetworkplumbingwg
version: v3.8
imagePullSecrets: []
config: ''
ipamPlugin:
deploy: true
image: whereabouts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ spec:
image: {{ .Multus.Image }}
repository: {{ .Multus.Repository }}
version: {{ .Multus.Version }}
config: ''
ipamPlugin:
image: {{ .IpamPlugin.Image }}
repository: {{ .IpamPlugin.Repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ spec:
image: {{ .Multus.Image }}
repository: {{ .Multus.Repository }}
version: {{ .Multus.Version }}
config: ''
ipamPlugin:
image: {{ .IpamPlugin.Image }}
repository: {{ .IpamPlugin.Repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
image: {{ .Multus.Image }}
repository: {{ .Multus.Repository }}
version: {{ .Multus.Version }}
config: ''
nvIpam:
image: {{ .NvIPAM.Image }}
repository: {{ .NvIPAM.Repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spec:
image: {{ .Multus.Image }}
repository: {{ .Multus.Repository }}
version: {{ .Multus.Version }}
config: ''
ipamPlugin:
image: {{ .IpamPlugin.Image }}
repository: {{ .IpamPlugin.Repository }}
Expand Down

0 comments on commit db3a519

Please sign in to comment.