Skip to content

docs: Hint on kubelet dir special installation guides #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/modules/secret-operator/pages/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
. Does the PersistentVolume have any relevant events? (`kubectl describe pv/$PV_NAME`)
. Is the CSIDriver object named `secrets.stackable.tech` configured correctly?
. Is the CSI driver registered on the relevant CSINode objects? (`kubectl get csinode/$NODE_NAME -o yaml` should contain the driver `secrets.stackable.tech`)
.. If not, please check if your Kubernetes distribution uses a non-default kubeletdir dir.
The distributions known to using a non-default kubelet dir are listed in the xref:installation.adoc[installation guide].
Please follow the special installation guide there.
. Does the secret-operator sidecar container named `node-driver-registrar` have any relevant log entries?
. Does the kubelet have any relevant log entries?
. When running on OpenShift also have a look at the xref:openshift.adoc[OpenShift documentation].
Expand Down