Skip to content

Commit

Permalink
Remove cni parameter from agent config
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed May 9, 2024
1 parent eaf2a2c commit cb342f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/e2e/dnscache/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def provision(vm, roles, role_num, node_num)
node-ip: #{node_ip4},#{node_ip6}
server: https://#{NETWORK4_PREFIX}.100:9345
token: vagrant-rke2
cni: #{CNI}
kubelet-arg: "--node-ip=0.0.0.0" # Workaround for https://github.com/kubernetes/kubernetes/issues/111695
YAML
end
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/dualstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def provision(vm, roles, role_num, node_num)
node-ip: #{node_ip4},#{node_ip6}
server: https://#{NETWORK4_PREFIX}.100:9345
token: vagrant-rke2
cni: #{CNI}
kubelet-arg: "--node-ip=0.0.0.0" # Workaround for https://github.com/kubernetes/kubernetes/issues/111695
YAML
end
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/multus/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def provision(vm, roles, role_num, node_num)
node-ip: #{node_ip4},#{node_ip6}
server: https://#{NETWORK4_PREFIX}.100:9345
token: vagrant-rke2
cni: #{CNI}
YAML
end
end
Expand Down

0 comments on commit cb342f8

Please sign in to comment.