small fixes
This commit is contained in:
parent
d25acf5439
commit
0130b72fa8
@ -166,7 +166,7 @@ To upgrade individual components, you can use the following commands:
|
||||
- Hetzner CCM
|
||||
|
||||
```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
|
||||
@ -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)
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
- Last but not least, upgrading Cilium itself
|
||||
|
||||
```sh
|
||||
helm repo update
|
||||
helm upgrade --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system
|
||||
```
|
||||
|
||||
|
@ -54,7 +54,7 @@ spec:
|
||||
effect: "NoSchedule"
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: hetznercloud/hcloud-cloud-controller-manager:latest
|
||||
- image: hetznercloud/hcloud-cloud-controller-manager:v1.12.0
|
||||
name: hcloud-cloud-controller-manager
|
||||
command:
|
||||
- "/bin/hcloud-cloud-controller-manager"
|
||||
|
Loading…
Reference in New Issue
Block a user