From 6520b8695823de613a49abf8e9b9cf047f694163 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 21 Jun 2024 22:09:37 -0500 Subject: [PATCH] k8s-controller: Do not reboot after auto-updates I don't want the Kubernetes control plane servers rebooting themselves randomly; I need to coordinate that with other goings-on on the network. --- group_vars/k8s-controller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/k8s-controller.yml b/group_vars/k8s-controller.yml index 305e67b..d8888bd 100644 --- a/group_vars/k8s-controller.yml +++ b/group_vars/k8s-controller.yml @@ -1 +1,2 @@ collectd_processes: '{{ collectd_processes_kubelet + collectd_processes_controller}}' +dnf_automatic_reboot: never