Skip to content

Commit

Permalink
🌱 Update quickstart guide with upstream ccm (#1415)
Browse files Browse the repository at this point in the history
If you are not using bare-metal servers, then it is better to use the upstream hcloud-ccm.
  • Loading branch information
SD-13 authored Aug 7, 2024
1 parent a0dc261 commit ee8a43e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ The following `make` command will install the CCM in your workload cluster:
For a cluster without a private network, use the following command:

```shell
helm repo add syself https://charts.syself.com
helm repo update syself
helm repo add hcloud https://charts.hetzner.cloud
helm repo update hcloud

KUBECONFIG=$CAPH_WORKER_CLUSTER_KUBECONFIG helm upgrade --install ccm syself/ccm-hcloud --version 1.0.11 \
KUBECONFIG=$CAPH_WORKER_CLUSTER_KUBECONFIG helm upgrade --install hccm hcloud/hcloud-cloud-controller-manager --version 1.20.0 \
--namespace kube-system \
--set secret.name=hetzner \
--set secret.tokenKeyName=hcloud \
Expand Down

0 comments on commit ee8a43e

Please sign in to comment.