Skip to content

Commit

Permalink
Update INSTALLATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acornett21 authored Sep 17, 2024
1 parent e98c442 commit c4530a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ EOF
* If a resource fails reconciliation the *Message* section should indicate what needs correction

### Optionally Check the Operator Logs
* `oc get pods -n openshift-marketplace`
* `oc get pods -n openshift-operators`
* Copy the full pod name of the `certification-operator-controller-manager` pod
* `oc get logs -f -n openshift-marketplace <pod name> manager`
* `oc get logs -f -n openshift-operators <pod name> manager`
* Check to see if the reconciliation occurred

## Uninstalling the Operator Pipeline Custom Resource
Expand Down

0 comments on commit c4530a7

Please sign in to comment.