mirror of https://github.com/k3s-io/k3s
Update authenticated-image-pulling with fat manifest image
parent
807eb6b24b
commit
7b9833ce56
|
@ -288,13 +288,13 @@ while true; do sleep 1; done
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "should not be able to pull from private registry without secret",
|
description: "should not be able to pull from private registry without secret",
|
||||||
image: "gcr.io/authenticated-image-pulling/alpine:3.1",
|
image: "gcr.io/authenticated-image-pulling/alpine:3.7",
|
||||||
phase: v1.PodPending,
|
phase: v1.PodPending,
|
||||||
waiting: true,
|
waiting: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "should be able to pull from private registry with secret",
|
description: "should be able to pull from private registry with secret",
|
||||||
image: "gcr.io/authenticated-image-pulling/alpine:3.1",
|
image: "gcr.io/authenticated-image-pulling/alpine:3.7",
|
||||||
secret: true,
|
secret: true,
|
||||||
phase: v1.PodRunning,
|
phase: v1.PodRunning,
|
||||||
waiting: false,
|
waiting: false,
|
||||||
|
|
|
@ -60,7 +60,7 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() {
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
description: "should be able to pull from private registry with credential provider",
|
description: "should be able to pull from private registry with credential provider",
|
||||||
image: "gcr.io/authenticated-image-pulling/alpine:3.1",
|
image: "gcr.io/authenticated-image-pulling/alpine:3.7",
|
||||||
phase: v1.PodRunning,
|
phase: v1.PodRunning,
|
||||||
waiting: false,
|
waiting: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue