From ee8a43e2d07c9af895911e4a3f6bc3a00fb1d012 Mon Sep 17 00:00:00 2001 From: Sujay <89520981+SD-13@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:19:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20Update=20quickstart=20guide=20wi?= =?UTF-8?q?th=20upstream=20ccm=20(#1415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If you are not using bare-metal servers, then it is better to use the upstream hcloud-ccm. --- .../02-quickstart/03-creating-a-workload-cluster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/caph/01-getting-started/02-quickstart/03-creating-a-workload-cluster.md b/docs/caph/01-getting-started/02-quickstart/03-creating-a-workload-cluster.md index a22048366..9b6bcab88 100644 --- a/docs/caph/01-getting-started/02-quickstart/03-creating-a-workload-cluster.md +++ b/docs/caph/01-getting-started/02-quickstart/03-creating-a-workload-cluster.md @@ -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 \