File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sonobuoy:
2828
2929.PHONY : sonobuoy-run
3030sonobuoy-run :
31- ./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image k8s.gcr .io/conformance:$(K8S_VERSION )
31+ ./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image registry.k8s .io/conformance:$(K8S_VERSION )
3232
3333.PHONY : sonobuoy-results
3434sonobuoy-results :
Original file line number Diff line number Diff line change 1616
1717## Run Sonobuoy e2e
1818```
19- ./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image k8s.gcr .io/conformance:{{conformance_version}}
19+ ./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image registry.k8s .io/conformance:{{conformance_version}}
2020results=$(./sonobuoy retrieve)
2121mkdir ./results
2222tar xzf $results -C ./results
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/aws/eks-anywhere/pkg/version"
1313)
1414
15- const kubeConformanceImage = "k8s.gcr .io/conformance"
15+ const kubeConformanceImage = "registry.k8s .io/conformance"
1616
1717func (e * ClusterE2ETest ) RunConformanceTests () {
1818 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments