Skip to content

Commit b247a1d

Browse files
sbernaueradwk67
andauthored
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]>
1 parent ee10656 commit b247a1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/secret-operator/pages/troubleshooting.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
. Does the PersistentVolume have any relevant events? (`kubectl describe pv/$PV_NAME`)
1818
. Is the CSIDriver object named `secrets.stackable.tech` configured correctly?
1919
. 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.
2023
. Does the secret-operator sidecar container named `node-driver-registrar` have any relevant log entries?
2124
. Does the kubelet have any relevant log entries?
2225
. When running on OpenShift also have a look at the xref:openshift.adoc[OpenShift documentation].

0 commit comments

Comments
 (0)