File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 9
9
repoURL : https://linode.github.io/linode-cloud-controller-manager/
10
10
chartName : ccm-linode
11
11
namespace : kube-system
12
- version : ${LINODE_CCM_VERSION:=v0.3.24 }
12
+ version : ${LINODE_CCM_VERSION:=v0.3.25 }
13
13
options :
14
14
waitForJobs : true
15
15
wait : true
16
16
timeout : 5m
17
17
valuesTemplate : |
18
18
routeController:
19
19
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
20
- linodeNodePrivateSubnet : 10.0.0.0/8
20
+ clusterCIDR : 10.0.0.0/8
21
21
configureCloudRoutes: true
22
- routeReconciliationPeriod: 1m
23
22
secretRef:
24
23
name: "linode-token-region"
25
24
image:
Original file line number Diff line number Diff line change @@ -39,11 +39,15 @@ stringData:
39
39
name: ccm-linode
40
40
spec:
41
41
targetNamespace: kube-system
42
- version: ${LINODE_CCM_VERSION:=v0.3.24 }
42
+ version: ${LINODE_CCM_VERSION:=v0.3.25 }
43
43
chart: ccm-linode
44
44
repo: https://linode.github.io/linode-cloud-controller-manager/
45
45
bootstrap: true
46
46
valuesContent: |-
47
+ routeController:
48
+ vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
49
+ clusterCIDR: 10.0.0.0/8
50
+ configureCloudRoutes: true
47
51
secretRef:
48
52
name: "linode-token-region"
49
53
nodeSelector:
Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ stringData:
21
21
name: ccm-linode
22
22
spec:
23
23
targetNamespace: kube-system
24
- version: ${LINODE_CCM_VERSION:=v0.3.24 }
24
+ version: ${LINODE_CCM_VERSION:=v0.3.25 }
25
25
chart: ccm-linode
26
26
repo: https://linode.github.io/linode-cloud-controller-manager/
27
27
bootstrap: true
28
28
valuesContent: |-
29
+ routeController:
30
+ vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
31
+ clusterCIDR: 10.0.0.0/8
32
+ configureCloudRoutes: true
29
33
secretRef:
30
34
name: "linode-token-region"
31
35
nodeSelector:
You can’t perform that action at this time.
0 commit comments