mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Enable swap
This commit is contained in:
@@ -86,12 +86,6 @@
|
||||
when: access_ip is defined
|
||||
ignore_errors: "{{ ignore_assert_errors }}"
|
||||
|
||||
- name: Stop if swap enabled
|
||||
assert:
|
||||
that: ansible_swaptotal_mb == 0
|
||||
when: kubelet_fail_swap_on|default(true)
|
||||
ignore_errors: "{{ ignore_assert_errors }}"
|
||||
|
||||
- name: Stop if RBAC is not enabled when dashboard is enabled
|
||||
assert:
|
||||
that: rbac_enabled
|
||||
|
||||
Reference in New Issue
Block a user