From f8eb97a253503fc7ed8d8e923cd7936c0ab1ffc9 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 26 Oct 2022 17:26:42 -0500 Subject: [PATCH] Remove TODOs in code. --- tasks/control-plane-setup.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tasks/control-plane-setup.yml b/tasks/control-plane-setup.yml index 96c20da..347e5cc 100644 --- a/tasks/control-plane-setup.yml +++ b/tasks/control-plane-setup.yml @@ -24,23 +24,8 @@ --ignore-preflight-errors={{ kubernetes_ignore_preflight_errors }} {{ kubernetes_kubeadm_init_extra_opts }} register: kubeadmin_init - failed_when: false # TODO REMOVE when: (not kubernetes_init_stat.stat.exists) and (kubernetes_ignore_preflight_errors is defined) -# TODO REMOVE -- name: Print kubeadm init output - debug: var=kubeadmin_init - -# TODO REMOVE -- name: Get kubelet status - command: journalctl --no-pager -xeu kubelet - register: journalctl - changed_when: false - -# TODO REMOVE -- name: Print kubelet status - debug: var=journalctl - - name: Print the init output to screen. debug: var: kubeadmin_init.stdout