We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a950e commit 20bcaa3Copy full SHA for 20bcaa3
cluster/manifests/aws-fsx-csi-driver/daemonset.yaml
@@ -105,13 +105,13 @@ spec:
105
volumes:
106
- name: kubelet-dir
107
hostPath:
108
- path: /var/lib/kubelet
+ path: /opt/podruntime/kubelet
109
type: Directory
110
- name: registration-dir
111
112
- path: /var/lib/kubelet/plugins_registry/
+ path: /opt/podruntime/kubelet/plugins_registry/
113
114
- name: plugin-dir
115
116
- path: /var/lib/kubelet/plugins/fsx.csi.aws.com/
+ path: /opt/podruntime/kubelet/plugins/fsx.csi.aws.com/
117
type: DirectoryOrCreate
0 commit comments