Skip to content

Commit

Permalink
Merge pull request #1124 from RyanStan/csi-node-name-kustomize
Browse files Browse the repository at this point in the history
Add CSI_NODE_NAME to node Daemonset
  • Loading branch information
k8s-ci-robot authored Sep 12, 2023
2 parents 398429b + 5126bed commit b00bf67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
- name: CSI_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
volumeMounts:
- name: kubelet-dir
mountPath: /var/lib/kubelet
Expand Down

0 comments on commit b00bf67

Please sign in to comment.