Install Kubernetes Python client
ContainerImages/ansible/pipeline/head This commit looks good
Details
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
parent
2305c5c668
commit
8f9288bdbc
|
@ -7,6 +7,7 @@ RUN dnf install -y \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
python3-ara \
|
python3-ara \
|
||||||
python3-dns \
|
python3-dns \
|
||||||
|
python3-kubernetes \
|
||||||
python3-libvirt \
|
python3-libvirt \
|
||||||
python3-netaddr \
|
python3-netaddr \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
Loading…
Reference in New Issue