Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/kops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3dc27efe6e67e8c48e9db06e3dea5b3db9cbd12b
Choose a base ref
..
head repository: kubernetes/kops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f749a54045f8b5ffee2d00a2856dec746b35cb0
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/e2e/kubetest2-kops/deployer/up.go
2 changes: 1 addition & 1 deletion tests/e2e/kubetest2-kops/deployer/up.go
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ func (d *deployer) createCluster(zones []string, adminAccess string, yes bool) e
"--kubernetes-version", d.KubernetesVersion,
"--ssh-public-key", d.SSHPublicKeyPath,
"--set", "cluster.spec.nodePortAccess=0.0.0.0/0",
"--set", `spec.containerd.configAdditions=plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler.runtime_type="io.containerd.runc.v2"`,
"--set", `spec.containerd.configAdditions="plugins.""io.containerd.grpc.v1.cri"".containerd.runtimes.test-handler.runtime_type=""io.containerd.runc.v2"""`,
}
if yes {
args = append(args, "--yes")