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
{{ message }}
This repository was archived by the owner on Jun 23, 2021. It is now read-only.
It is convenient to be able to "oc debug node/nodeName" in order to login to the node and debug issues. The container image required for this command to succeed is not mirrored by default. Let's create a task that will mirror the registry.redhat.io/rhel7/support-tools image. This may also require modifying the /etc/containers/registries.conf file to rewrite those image pull requests to use an alternate registry. Instead of creating a machineConfig to update registries.conf, a user can manually specify the debug image to use like this, oc debug node/nodeName --image myregistry.example.com/whatever/support-tools:latest
We should also mirror the quay.io/openshift/origin-must-gather:latest image ...