-
Bug
-
Resolution: Unresolved
-
Undefined
-
GitOps 1.13, GitOps 1.14, GitOps 1.15, GitOps 1.16
We need to make a doc correction regarding the must-gather version used in the command.
oc adm must-gather --image=registry.redhat.io/openshift-gitops-1/must-gather-rhel8:v1.10.0
this we need to put version of the latest release. For eg: 1.15.0
eg:
oc adm must-gather --image=registry.redhat.io/openshift-gitops-1/must-gather-rhel8:v1.15.0
For newer versions greater than 1.15.0, we can put the version being released.
For 1.16.0 doucmentation, we can have this below statement.
oc adm must-gather --image=registry.redhat.io/openshift-gitops-1/must-gather-rhel8:v1.16.0
oc adm must-gather --image=registry.redhat.io/openshift-gitops-1/must-gather-rhel8:<image_version_tag>
We have to update the documents. and give example command that has 1.15.0
https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/1.15/html/understanding_openshift_gitops/gathering-gitops-diagnostic-information-for-support
The correction needs to be done for all active releases v1.13, v1.14, v1.15.
Reason:
Older version of must-gather like v1.10.0 is not compatible with the omc tool. This makes troubleshooting difficult.
- clones
-
RHDEVDOCS-6368 Change the Subscription YAML code block for NotificationsConfiguration CR feature
-
- Pull Request Sent
-
- links to