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
Copy file name to clipboardExpand all lines: docs/modules/secret-operator/pages/troubleshooting.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
.. Is the StorageClass configured to use the provisioner named `secrets.stackable.tech`?
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
-
. Is the CSI driver registered on the relevant CSINode objects? (`kubectl get csinode/$NODE_NAME -o yaml` should contain the driver `secrets.stackable.tech`)
19
+
. Is the CSI driver registered on the relevant CSINode objects? (`kubectl get csinode/$KUBERNETES_NODE_NAME -o yaml` should contain the driver `secrets.stackable.tech`)
20
20
.. If not, please check if your Kubernetes distribution uses a non-default kubelet dir.
21
21
The distributions known to be using a non-default kubelet dir are listed in the xref:installation.adoc[installation guide].
22
22
Please follow the special installation guide there.
0 commit comments