From 8f9288bdbcc39f4e145cb1f2a30d81e124f41ca5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 29 Jun 2025 18:59:00 -0500 Subject: [PATCH] Install Kubernetes Python client The Kubernetes API client for Python is needed for modules like `kubernetes.core.k8s`, in order to manage Kubernetes resources via Ansible. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index c5c556e..014afed 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,7 @@ RUN dnf install -y \ openssh-clients \ python3-ara \ python3-dns \ + python3-kubernetes \ python3-libvirt \ python3-netaddr \ && dnf clean all