Skip to content

Commit

Permalink
feat: Add tailos-cloud-controller-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Mar 18, 2024
1 parent dd1b34a commit 840ecce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions patches/controlplane.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ machine:
kubelet:
extraArgs:
cloud-provider: external
rotate-server-certificates: true
clusterDNS:
- 169.254.2.53
- ${cidrhost(split(",",serviceSubnets)[0], 10)}
Expand Down Expand Up @@ -69,3 +70,5 @@ cluster:
token: ${base64encode(hcloudToken)}
externalCloudProvider:
enabled: true
manifests:
- https://raw.githubusercontent.com/siderolabs/talos-cloud-controller-manager/main/docs/deploy/cloud-controller-manager.yml
1 change: 1 addition & 0 deletions patches/worker.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ machine:
kubelet:
extraArgs:
cloud-provider: external
rotate-server-certificates: true
clusterDNS:
- 169.254.2.53
- ${cidrhost(split(",",serviceSubnets)[0], 10)}
Expand Down

0 comments on commit 840ecce

Please sign in to comment.