Skip to content

Commit b8878ba

Browse files
authored
Merge pull request #58481 from jldohmann/OCPBUGS-8814
OCPBUGS-8814: add note for admin kubeconfig location
2 parents 0915e85 + 37b9841 commit b8878ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/querying-kubelet-status-on-a-node.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ You can review cluster node health status, resource consumption statistics, and
2424
$ oc debug node/my-node
2525
----
2626
+
27+
[NOTE]
28+
====
29+
If you are running `oc debug` on a control plane node, you can find administrative `kubeconfig` files in the `/etc/kubernetes/static-pod-resources/kube-apiserver-certs/secrets/node-kubeconfigs` directory.
30+
====
31+
+
2732
.. Set `/host` as the root directory within the debug shell. The debug pod mounts the host's root file system in `/host` within the pod. By changing the root directory to `/host`, you can run binaries contained in the host's executable paths:
2833
+
2934
[source,terminal]

0 commit comments

Comments
 (0)