Skip to content

Commit

Permalink
Windows Testing: check whether 'master' CNI config arg used in tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Dec 5, 2023
1 parent 87bf39a commit a47461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-cni-windows
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bash -c 'cat >"'"${CNI_CONFIG_DIR}"'"/0-containerd-nat.conf <<EOF
"cniVersion": "0.2.0",
"name": "nat",
"type": "nat",
"master": "Ethernet",
"master": "bogus interface name",
"ipam": {
"subnet": "'$subnet'",
"routes": [
Expand Down

0 comments on commit a47461d

Please sign in to comment.