Merge pull request #11131 from VannTen/design/modular_pkgs_install

Fine grained OS packages installation
This commit is contained in:
Kubernetes Prow Robot
2024-04-30 00:20:24 -07:00
committed by GitHub
15 changed files with 214 additions and 107 deletions

View File

@@ -6,18 +6,6 @@ epel_enabled: false
# Kubespray sets this to true after clusterDNS is running to apply changes to the host resolv.conf
dns_late: false
common_required_pkgs:
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
- curl
- rsync
- socat
- unzip
- e2fsprogs
- xfsprogs
- ebtables
- bash-completion
- tar
# Set to true if your network does not support IPv6
# This may be necessary for pulling Docker images from
# GCE docker repository