Skip to content

Commit

Permalink
Fixed CSI node config on Calico
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Feb 12, 2024
1 parent 79b88d3 commit 9670b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

certs:
node:
@@ -51,11 +64,28 @@
@@ -51,11 +64,30 @@

# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
Expand All @@ -46,6 +46,8 @@
tag: v3.27.0

-kubeletVolumePluginPath: /var/lib/kubelet
+kubeletVolumePluginPath: "None"
+
+global:
+ systemDefaultRegistry: ""
+ clusterCIDRv4: ""
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-calico/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.27.0/tigera-operator-v3.27.0.tgz
packageVersion: 01
packageVersion: 02
additionalCharts:
- workingDir: charts-crd
crdOptions:
Expand Down

0 comments on commit 9670b89

Please sign in to comment.