Skip to content

Commit

Permalink
Merge pull request #63 from syself/lr/improve-readme
Browse files Browse the repository at this point in the history
🌱 Remove unsupported installation method
  • Loading branch information
batistein authored Feb 5, 2025
2 parents 11036c4 + b8b8d72 commit f0a2074
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,22 +205,12 @@ documentation](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/

7. Deploy the `hetzner-cloud-controller-manager`:

**Using Helm (recommended):**

```
helm repo add hcloud https://charts.hetzner.cloud
helm repo update hcloud
helm install hccm hcloud/hcloud-cloud-controller-manager -n kube-system
```
See the [Helm chart README](./chart/README.md) for more info.
**Legacy installation method**:
```sh
kubectl apply -f https://github.com/syself/hetzner-cloud-controller-manager/releases/latest/download/ccm.yaml
```
## Networks support
When you use the Cloud Controller Manager with networks support, the CCM is in favor of allocating the IPs (& setup the
Expand Down

0 comments on commit f0a2074

Please sign in to comment.