diff --git a/.taskfiles/AnsibleTasks.yml b/.taskfiles/AnsibleTasks.yml index 086e511f0e6..5ef72e40270 100644 --- a/.taskfiles/AnsibleTasks.yml +++ b/.taskfiles/AnsibleTasks.yml @@ -87,12 +87,6 @@ tasks: cmds: - ansible all -i {{.ANSIBLE_INVENTORY_DIR}}/hosts.yml --one-line -a 'uptime' - rollout-reboot: - desc: Rollout a reboot across all the k8s nodes - dir: "{{.ANSIBLE_DIR}}" - cmds: - - ansible-playbook -i {{.ANSIBLE_INVENTORY_DIR}}/hosts.yml {{.ANSIBLE_PLAYBOOK_DIR}}/cluster-rollout-reboot.yml - force-reboot: desc: Reboot all the k8s nodes dir: "{{.ANSIBLE_DIR}}" diff --git a/ansible/playbooks/cluster-installation.yml b/ansible/playbooks/cluster-installation.yml index b1bd6ec74f3..4e46d43a5ce 100644 --- a/ansible/playbooks/cluster-installation.yml +++ b/ansible/playbooks/cluster-installation.yml @@ -115,6 +115,16 @@ kind: HelmChart namespace: kube-system state: absent + - name: Remove finializers on the Cilium HelmChart + kubernetes.core.k8s: + kubeconfig: /etc/rancher/k3s/k3s.yaml + name: cilium + kind: HelmChart + namespace: kube-system + state: patched + definition: + metadata: + finalizers: [] # Cleaning up certain manifests from the /var/lib/rancher/k3s/server/manifests directory # is needed because k3s has an awesome "feature" to always re-deploy them when the k3s diff --git a/kubernetes/apps/kube-system/reloader/app/helmrelease.yaml b/kubernetes/apps/kube-system/reloader/app/helmrelease.yaml index 6b5e83ec69e..cf2a54a138d 100644 --- a/kubernetes/apps/kube-system/reloader/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/reloader/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: reloader - version: 1.0.27 + version: 1.0.28 sourceRef: kind: HelmRepository name: stakater diff --git a/kubernetes/apps/monitoring/grafana/app/helmrelease.yaml b/kubernetes/apps/monitoring/grafana/app/helmrelease.yaml index 7b85764d128..d2a28e6ccd6 100644 --- a/kubernetes/apps/monitoring/grafana/app/helmrelease.yaml +++ b/kubernetes/apps/monitoring/grafana/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: grafana - version: 6.57.1 + version: 6.57.2 sourceRef: kind: HelmRepository name: grafana