use k8s.gcr.io/echoserver[-arm]:1.8 for tests
parent
e62aba44c6
commit
dacb0b33e2
|
@ -804,10 +804,11 @@ func validateServiceCmd(ctx context.Context, t *testing.T, profile string) {
|
|||
}()
|
||||
|
||||
var echoServerArg string
|
||||
// k8s.gcr.io/echoserver is not multiarch
|
||||
if arm64Platform() {
|
||||
echoServerArg = "k8s.gcr.io/echoserver-arm:1.8"
|
||||
} else {
|
||||
echoServerArg = "k8s.gcr.io/echoserver:1.10"
|
||||
echoServerArg = "k8s.gcr.io/echoserver:1.8"
|
||||
}
|
||||
|
||||
rr, err := Run(t, exec.CommandContext(ctx, "kubectl", "--context", profile, "create", "deployment", "hello-node", "--image="+echoServerArg))
|
||||
|
|
Loading…
Reference in New Issue