mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// microshift_running_apps/microshift-gitops.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-gitops-debug_{context}"]
|
|
= Debugging {gitops} with oc adm inspect
|
|
|
|
[role="_abstract"]
|
|
If you have problems with your Argo CD for {microshift-short} {gitops-title} controller, you can use the {oc-first} tool to inspect it for errors.
|
|
|
|
.Prerequisites
|
|
|
|
* The `oc` command-line tool is installed.
|
|
|
|
.Procedure
|
|
|
|
* Run the `oc adm inspect` command when in the {gitops} namespace:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc adm inspect ns/openshift-gitops
|
|
----
|
|
+
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
Gathering data for ns/openshift-gitops...
|
|
W0501 20:34:35.978508 57625 util.go:118] the server doesn't have a resource type egressfirewalls, skipping the inspection
|
|
W0501 20:34:35.980881 57625 util.go:118] the server doesn't have a resource type egressqoses, skipping the inspection
|
|
W0501 20:34:36.040664 57625 util.go:118] the server doesn't have a resource type servicemonitors, skipping the inspection
|
|
Wrote inspect data to inspect.local.2673575938140296280.
|
|
----
|
|
|
|
.Next steps
|
|
|
|
* If `oc adm inspect` did not show the information you need, you can run an sos report.
|