Skip to content

Commit

Permalink
CI: Bump Windows CNI config version in setup script.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Sep 12, 2023
1 parent 8b1504f commit 6a53a9e
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 @@ -77,7 +77,7 @@ subnet="$(calculate_subnet "$GATEWAY" "$PREFIX_LEN")"
# https://docs.microsoft.com/en-us/windows-server/networking/technologies/hcn/hcn-json-document-schemas
bash -c 'cat >"'"${CNI_CONFIG_DIR}"'"/0-containerd-nat.conf <<EOF
{
"cniVersion": "0.2.0",
"cniVersion": "0.3.0",
"name": "nat",
"type": "nat",
"master": "Ethernet",
Expand Down

0 comments on commit 6a53a9e

Please sign in to comment.