瀏覽代碼

Update k8s_installation.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 年之前
父節點
當前提交
931e9f1e57
共有 1 個文件被更改,包括 4 次插入0 次删除
  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