From a9fd77431506c27791cf6c08f3e8e8d0571261c2 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Sep 25 2020 13:15:57 +0000 Subject: roles/openshift_master_certificates: Update node.kubeconfig When redeploying master certificates, the master/admin.kubeconfig is updated. The master node needs the updated node.kubeconfig to prevent issues with pods using the node.kubeconfig (such as the sync pod) from failing to authenticate to the API. --- diff --git a/roles/openshift_master_certificates/tasks/main.yml b/roles/openshift_master_certificates/tasks/main.yml index e32492d..2751957 100644 --- a/roles/openshift_master_certificates/tasks/main.yml +++ b/roles/openshift_master_certificates/tasks/main.yml @@ -262,3 +262,4 @@ mode: 0600 with_items: - /etc/origin/node/bootstrap.kubeconfig + - /etc/origin/node/node.kubeconfig