You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Hint on kubelet dir special installation guides (#576)
* docs: Hint on kubelet dir special installation guides
* Apply suggestions from code review
Co-authored-by: Andrew Kenworthy <[email protected]>
---------
Co-authored-by: Andrew Kenworthy <[email protected]>
Copy file name to clipboardExpand all lines: docs/modules/secret-operator/pages/troubleshooting.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@
17
17
. Does the PersistentVolume have any relevant events? (`kubectl describe pv/$PV_NAME`)
18
18
. Is the CSIDriver object named `secrets.stackable.tech` configured correctly?
19
19
. Is the CSI driver registered on the relevant CSINode objects? (`kubectl get csinode/$NODE_NAME -o yaml` should contain the driver `secrets.stackable.tech`)
20
+
.. If not, please check if your Kubernetes distribution uses a non-default kubelet dir.
21
+
The distributions known to be using a non-default kubelet dir are listed in the xref:installation.adoc[installation guide].
22
+
Please follow the special installation guide there.
20
23
. Does the secret-operator sidecar container named `node-driver-registrar` have any relevant log entries?
21
24
. Does the kubelet have any relevant log entries?
22
25
. When running on OpenShift also have a look at the xref:openshift.adoc[OpenShift documentation].
0 commit comments