Merge pull request #11688 from VannTen/cleanup/preinstall_package_selection

Simplify package selection + fix openEuler package
This commit is contained in:
Kubernetes Prow Robot
2024-11-05 10:33:29 +00:00
committed by GitHub
4 changed files with 62 additions and 193 deletions

View File

@@ -338,11 +338,6 @@
- kube_apiserver_enable_admission_plugins is defined
- kube_apiserver_enable_admission_plugins | length > 0
- name: Verify that the packages list structure is valid
ansible.utils.validate:
criteria: "{{ lookup('file', 'pkgs-schema.json') }}"
data: "{{ pkgs }}"
- name: Verify that the packages list is sorted
vars:
pkgs_lists: "{{ pkgs.keys() | list }}"