*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 36f89c44 authored by entlein's avatar entlein
Browse files

we dont need to fix selinux when we are upgrading a running cluster

parent d754f7ee
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -21,10 +21,10 @@
- name: Flush handlers
meta: flush_handlers
#This task runs only after the full installer went through and had a bit of time to boot, then starts to enforce SELinux
- include_tasks: fix_selinux.yml
when: state != 'absent' and 'control-plane' in group_names
when: state != 'absent' and 'control-plane' in group_names and not upgrade
- name: uninstall rke2
command: rke2-uninstall.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment