Skip to content

Commit 3296b08

Browse files
authored
Merge pull request #70209 from mburke5678/fix-numbering-support-troubleshoot-gather-data
Fixed formatting issue that caused problems with numbering
2 parents 7121b86 + 2bf9780 commit 3296b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gathering-application-diagnostic-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ $ oc exec -it my-app-1-akdlg /bin/bash
7676
Root privileges are required to run some diagnostic binaries. In these situations you can start a debug pod with root access, based on a problematic pod's `DeploymentConfig` object, by running `oc debug dc/<deployment_configuration> --as-root`. Then, you can run diagnostic binaries as root from within the debug pod.
7777
====
7878

79-
// cannot create resource "namespaces" in API group
8079
ifndef::openshift-rosa,openshift-dedicated[]
8180
. If diagnostic binaries are not available within a container, you can run a host's diagnostic binaries within a container's namespace by using `nsenter`. The following example runs `ip ad` within a container's namespace, using the host`s `ip` binary.
81+
// cannot create resource "namespaces" in API group
8282
.. Enter into a debug session on the target node. This step instantiates a debug pod called `<node_name>-debug`:
8383
+
8484
[source,terminal]

0 commit comments

Comments
 (0)