Skip to content

Commit

Permalink
Update Vagrantfile of a few e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil authored and Sarthak Kumar committed Aug 19, 2024
1 parent c104c00 commit 48aa07a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/e2e/ciliumnokp/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def provision(vm, roles, role_num, node_num)
token: vagrant-rke2
cluster-cidr: 10.42.0.0/16,2001:cafe:42:0::/56
service-cidr: 10.43.0.0/16,2001:cafe:43:0::/112
bind-address: #{NETWORK4_PREFIX}.100
cni: cilium
disable-kube-proxy: true
YAML
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/dnscache/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ def provision(vm, roles, role_num, node_num)
token: vagrant-rke2
cluster-cidr: 10.42.0.0/16,2001:cafe:42:0::/56
service-cidr: 10.43.0.0/16,2001:cafe:43:0::/112
bind-address: #{NETWORK4_PREFIX}.100
cni: #{CNI}
kubelet-arg: "--node-ip=0.0.0.0" # Workaround for https://github.com/kubernetes/kubernetes/issues/111695
YAML
end
end
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/dualstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def provision(vm, roles, role_num, node_num)
token: vagrant-rke2
cluster-cidr: 10.42.0.0/16,2001:cafe:42:0::/56
service-cidr: 10.43.0.0/16,2001:cafe:43:0::/112
bind-address: #{NETWORK4_PREFIX}.100
cni: #{CNI}
kubelet-arg: "--node-ip=0.0.0.0" # Workaround for https://github.com/kubernetes/kubernetes/issues/111695
YAML
end
elsif roles.include?("server") && role_num != 0
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/multus/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def provision(vm, roles, role_num, node_num)
token: vagrant-rke2
cluster-cidr: 10.42.0.0/16,2001:cafe:42:0::/56
service-cidr: 10.43.0.0/16,2001:cafe:43:0::/112
bind-address: #{NETWORK4_PREFIX}.100
cni: #{CNI}
YAML
end
Expand Down

0 comments on commit 48aa07a

Please sign in to comment.