From 0130b72fa853d7805d83bd8352e0aeb834ec9ca1 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Tue, 5 Oct 2021 06:17:10 +0200 Subject: [PATCH] small fixes --- README.md | 5 +++-- manifests/hcloud-ccm-net.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c84ab56..2b92905 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/manifests/hcloud-ccm-net.yaml b/manifests/hcloud-ccm-net.yaml index ed4b76f..7269ff7 100644 --- a/manifests/hcloud-ccm-net.yaml +++ b/manifests/hcloud-ccm-net.yaml @@ -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"