Skip to content

Commit

Permalink
use updated version of linode-ccm
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Mar 14, 2024
1 parent 1f79a3a commit 03c6152
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
5 changes: 2 additions & 3 deletions templates/addons/provider-linode/linode-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ spec:
repoURL: https://linode.github.io/linode-cloud-controller-manager/
chartName: ccm-linode
namespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.3.24}
version: ${LINODE_CCM_VERSION:=v0.4.1}
options:
waitForJobs: true
wait: true
timeout: 5m
valuesTemplate: |
routeController:
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
linodeNodePrivateSubnet: 10.0.0.0/8
clusterCIDR: 10.0.0.0/8
configureCloudRoutes: true
routeReconciliationPeriod: 1m
secretRef:
name: "linode-token-region"
image:
Expand Down
4 changes: 2 additions & 2 deletions templates/flavors/base/linodeMachineTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
region: ${LINODE_REGION}
authorizedKeys:
# uncomment to include your ssh key in linode provisioning
- ${LINODE_SSH_PUBKEY:=""}
# - ${LINODE_SSH_PUBKEY:=""}
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: LinodeMachineTemplate
Expand All @@ -25,4 +25,4 @@ spec:
region: ${LINODE_REGION}
authorizedKeys:
# uncomment to include your ssh key in linode provisioning
- ${LINODE_SSH_PUBKEY:=""}
# - ${LINODE_SSH_PUBKEY:=""}
6 changes: 5 additions & 1 deletion templates/flavors/k3s/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ stringData:
name: ccm-linode
spec:
targetNamespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.3.24}
version: ${LINODE_CCM_VERSION:=v0.4.1}
chart: ccm-linode
repo: https://linode.github.io/linode-cloud-controller-manager/
bootstrap: true
valuesContent: |-
routeController:
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
clusterCIDR: 10.0.0.0/8
configureCloudRoutes: true
secretRef:
name: "linode-token-region"
nodeSelector:
Expand Down
6 changes: 5 additions & 1 deletion templates/flavors/rke2/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ stringData:
name: ccm-linode
spec:
targetNamespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.3.24}
version: ${LINODE_CCM_VERSION:=v0.4.1}
chart: ccm-linode
repo: https://linode.github.io/linode-cloud-controller-manager/
bootstrap: true
valuesContent: |-
routeController:
vpcName: ${VPC_NAME:=${CLUSTER_NAME}}
clusterCIDR: 10.0.0.0/8
configureCloudRoutes: true
secretRef:
name: "linode-token-region"
nodeSelector:
Expand Down

0 comments on commit 03c6152

Please sign in to comment.