You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix default image paths used in network diagnostics
- In case of OCP, generated defaults for 3.10 release:
--pod-image=registry.access.redhat.com/openshift3/ose-control-plane:v3.10
--test-pod-image=registry.access.redhat.com/openshift3/ose-deployer:v3.10
- In case of origin, generated defaults for 3.10 release:
--pod-image=openshift/origin-control-plane:v3.10
--test-pod-image=openshift/origin-deployer:v3.10
- For testing on AWS, user need to manually pass the image params
--pod-image=registry.reg-aws.openshift.com:443/openshift3/ose-control-plane:v3.10
--test-pod-image=docker.io/openshift/hello-openshift
0 commit comments