Install Kubernetes Python client
All checks were successful
ContainerImages/ansible/pipeline/head This commit looks good
All checks were successful
ContainerImages/ansible/pipeline/head This commit looks good
The Kubernetes API client for Python is needed for modules like `kubernetes.core.k8s`, in order to manage Kubernetes resources via Ansible.
This commit is contained in:
@@ -7,6 +7,7 @@ RUN dnf install -y \
|
||||
openssh-clients \
|
||||
python3-ara \
|
||||
python3-dns \
|
||||
python3-kubernetes \
|
||||
python3-libvirt \
|
||||
python3-netaddr \
|
||||
&& dnf clean all
|
||||
|
||||
Reference in New Issue
Block a user