Skip to content

Commit ffd2a72

Browse files
authored
Merge pull request #63931 from dougbtv/multus-annotation-fix
The multus annotations with JSON should be a JSON list
2 parents 387b661 + def1ff3 commit ffd2a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-multus-advanced-annotations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ kind: Pod
5555
metadata:
5656
name: example-pod
5757
annotations:
58-
k8s.v1.cni.cncf.io/networks: '
58+
k8s.v1.cni.cncf.io/networks: '[
5959
{
6060
"name": "net1"
6161
},
6262
{
6363
"name": "net2", <1>
6464
"default-route": ["192.0.2.1"] <2>
65-
}'
65+
}]'
6666
spec:
6767
containers:
6868
- name: example-pod

0 commit comments

Comments
 (0)