mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Update test images to use conformance images
This commit is contained in:
parent
080ad0990a
commit
642bed3c6c
@ -880,8 +880,8 @@ var _ = framework.KubeDescribe("Pods", func() {
|
|||||||
podResource := schema.GroupVersionResource{Group: "", Version: "v1", Resource: "pods"}
|
podResource := schema.GroupVersionResource{Group: "", Version: "v1", Resource: "pods"}
|
||||||
testNamespaceName := f.Namespace.Name
|
testNamespaceName := f.Namespace.Name
|
||||||
testPodName := "pod-test"
|
testPodName := "pod-test"
|
||||||
testPodImage := "nginx"
|
testPodImage := imageutils.GetE2EImage(imageutils.Agnhost)
|
||||||
testPodImage2 := "httpd"
|
testPodImage2 := imageutils.GetE2EImage(imageutils.Httpd)
|
||||||
testPodLabels := map[string]string{"test-pod-static": "true"}
|
testPodLabels := map[string]string{"test-pod-static": "true"}
|
||||||
testPodLabelsFlat := "test-pod-static=true"
|
testPodLabelsFlat := "test-pod-static=true"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user