Install Kubernetes Python client
ContainerImages/ansible/pipeline/head This commit looks good Details

The Kubernetes API client for Python is needed for modules like
`kubernetes.core.k8s`, in order to manage Kubernetes resources via
Ansible.
main
Dustin 2025-06-29 18:59:00 -05:00
parent 2305c5c668
commit 8f9288bdbc
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN dnf install -y \
openssh-clients \
python3-ara \
python3-dns \
python3-kubernetes \
python3-libvirt \
python3-netaddr \
&& dnf clean all