Browse Source
Added containernetworking-plugins to fcos bootstrap packages (#11273)
pull/11583/head
M. Hamzah Khan
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
roles/bootstrap-os/defaults/main.yml
|
|
@ -21,6 +21,7 @@ fedora_coreos_packages: |
|
|
|
- ethtool # required in kubeadm preflight phase for verifying the environment |
|
|
|
- ipset # required in kubeadm preflight phase for verifying the environment |
|
|
|
- conntrack-tools # required by kube-proxy |
|
|
|
- containernetworking-plugins # required by crio |
|
|
|
|
|
|
|
## General |
|
|
|
# Set the hostname to inventory_hostname |
|
|
|