small fixes

This commit is contained in:
Karim Naufal 2021-10-05 06:17:10 +02:00
parent d25acf5439
commit 0130b72fa8
2 changed files with 4 additions and 3 deletions

View File

@ -166,7 +166,7 @@ To upgrade individual components, you can use the following commands:
- Hetzner CCM - Hetzner CCM
```sh ```sh
kubectl apply -f manifests/hcloud-ccm-net.yaml kubectl apply -f https://raw.githubusercontent.com/mysticaltech/kube-hetzner/master/manifests/hcloud-ccm-net.yaml
``` ```
- Hetzner CSI - Hetzner CSI
@ -184,13 +184,14 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/system-upgrade-contro
- Kured (used to reboot the nodes after upgrading and draining them) - Kured (used to reboot the nodes after upgrading and draining them)
```sh ```sh
latest=$(curl -s https://api.github.com/repos/weaveworks/kured/releases | jq -r .[0].tag_name) latest=$(curl -s https://api.github.com/repos/weaveworks/kured/releases | jq -r '.[0].tag_name')
kubectl apply -f https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml kubectl apply -f https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml
``` ```
- Last but not least, upgrading Cilium itself - Last but not least, upgrading Cilium itself
```sh ```sh
helm repo update
helm upgrade --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system helm upgrade --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system
``` ```

View File

@ -54,7 +54,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
hostNetwork: true hostNetwork: true
containers: containers:
- image: hetznercloud/hcloud-cloud-controller-manager:latest - image: hetznercloud/hcloud-cloud-controller-manager:v1.12.0
name: hcloud-cloud-controller-manager name: hcloud-cloud-controller-manager
command: command:
- "/bin/hcloud-cloud-controller-manager" - "/bin/hcloud-cloud-controller-manager"