Browse Source

Update k8s_installation.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 years ago
parent
commit
931e9f1e57
1 changed files with 4 additions and 0 deletions
  1. 4 0
      control_plane/roles/control_plane_k8s/tasks/k8s_installation.yml

+ 4 - 0
control_plane/roles/control_plane_k8s/tasks/k8s_installation.yml

@@ -19,6 +19,10 @@
     fstype: swap
     state: absent
 
+- name: Disable selinux
+  selinux:
+    state: disabled
+
 - name: Copy k8s.conf file
   copy:
     src: k8s.conf