Skip to content

Commit

Permalink
fix(CSI-296): node registration fails after switch transport from NFS…
Browse files Browse the repository at this point in the history
… to Wekafs due to label conflict
  • Loading branch information
sergeyberezansky committed Oct 23, 2024
1 parent a691c37 commit 156b3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- bash
args:
- -c
- kubectl get node $NODENAME -o json | jq '.metadata' > /etc/nodeinfo/metadata
- kubectl label node $NODENAME "topology.csi.weka.io/transport-" && kubectl get node $NODENAME -o json | jq '.metadata' > /etc/nodeinfo/metadata
containers:
- name: wekafs
securityContext:
Expand Down

0 comments on commit 156b3bc

Please sign in to comment.