Skip to content

Commit 686044d

Browse files
committed
use updated version of linode-ccm
1 parent 1f79a3a commit 686044d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

templates/addons/provider-linode/linode-ccm.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ spec:
99
repoURL: https://linode.github.io/linode-cloud-controller-manager/
1010
chartName: ccm-linode
1111
namespace: kube-system
12-
version: ${LINODE_CCM_VERSION:=v0.3.24}
12+
version: ${LINODE_CCM_VERSION:=v0.3.25}
1313
options:
1414
waitForJobs: true
1515
wait: true
1616
timeout: 5m
1717
valuesTemplate: |
1818
routeController:
1919
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
20-
linodeNodePrivateSubnet: 10.0.0.0/8
20+
clusterCIDR: 10.0.0.0/8
2121
configureCloudRoutes: true
22-
routeReconciliationPeriod: 1m
2322
secretRef:
2423
name: "linode-token-region"
2524
image:

templates/flavors/k3s/secret.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@ stringData:
3939
name: ccm-linode
4040
spec:
4141
targetNamespace: kube-system
42-
version: ${LINODE_CCM_VERSION:=v0.3.24}
42+
version: ${LINODE_CCM_VERSION:=v0.3.25}
4343
chart: ccm-linode
4444
repo: https://linode.github.io/linode-cloud-controller-manager/
4545
bootstrap: true
4646
valuesContent: |-
47+
routeController:
48+
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
49+
clusterCIDR: 10.0.0.0/8
50+
configureCloudRoutes: true
4751
secretRef:
4852
name: "linode-token-region"
4953
nodeSelector:

templates/flavors/rke2/secret.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ stringData:
2121
name: ccm-linode
2222
spec:
2323
targetNamespace: kube-system
24-
version: ${LINODE_CCM_VERSION:=v0.3.24}
24+
version: ${LINODE_CCM_VERSION:=v0.3.25}
2525
chart: ccm-linode
2626
repo: https://linode.github.io/linode-cloud-controller-manager/
2727
bootstrap: true
2828
valuesContent: |-
29+
routeController:
30+
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
31+
clusterCIDR: 10.0.0.0/8
32+
configureCloudRoutes: true
2933
secretRef:
3034
name: "linode-token-region"
3135
nodeSelector:

0 commit comments

Comments
 (0)