Browse Source
Remove deprecation checks admission plugins list
This assertion is present since 2022, users inventories' should be clean
from it now.
pull/11901/head
Max Gautier
3 months ago
Failed to extract signature
1 changed files with
0 additions and
8 deletions
-
roles/kubernetes/preinstall/tasks/0040-verify-settings.yml
|
|
@ -281,14 +281,6 @@ |
|
|
|
- kube_external_ca_mode |
|
|
|
- not ignore_assert_errors |
|
|
|
|
|
|
|
- name: Stop if using deprecated comma separated list for admission plugins |
|
|
|
assert: |
|
|
|
that: "',' not in kube_apiserver_enable_admission_plugins[0]" |
|
|
|
msg: "Comma-separated list for kube_apiserver_enable_admission_plugins is now deprecated, use separate list items for each plugin." |
|
|
|
when: |
|
|
|
- kube_apiserver_enable_admission_plugins is defined |
|
|
|
- kube_apiserver_enable_admission_plugins | length > 0 |
|
|
|
|
|
|
|
- name: Verify that the packages list is sorted |
|
|
|
vars: |
|
|
|
pkgs_lists: "{{ pkgs.keys() | list }}" |
|
|
|