Skip to content

Commit

Permalink
Merge pull request #3071 from Icarus9913/typo
Browse files Browse the repository at this point in the history
fix document example typo

Signed-off-by: robot <[email protected]>
  • Loading branch information
Icarus9913 authored and ty-dc committed Jan 12, 2024
1 parent 799a8b2 commit 086553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/spider-subnet/multiple-interfaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
k8s.v1.cni.cncf.io/networks: kube-system/macvlan-cni2
ipam.spidernet.io/subnets: |-
[{"interface": "eth0", "ipv4": ["subnet-demo-v4-1"], "ipv6": ["subnet-demo-v6-1"]},
{"interface": "net2", "ipv4": ["subnet-demo-v4-2"], "ipv6": ["subnet-demo-v6-2"]}]
{"interface": "net1", "ipv4": ["subnet-demo-v4-2"], "ipv6": ["subnet-demo-v6-2"]}]
ipam.spidernet.io/ippool-ip-number: "+2"
ipam.spidernet.io/ippool-reclaim: "true"
labels:
Expand Down

0 comments on commit 086553b

Please sign in to comment.