From 7d4aba9df698588f4c33f8c708dd83ab07ea53f8 Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Thu, 14 May 2026 13:55:08 -0400 Subject: [PATCH] adding kubectl cli (#1321) Assisted By: Claude Code: Assisted By: Claude Code: Signed-off-by: Paige Patton --- containers/Dockerfile.template | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/Dockerfile.template b/containers/Dockerfile.template index d0e96542..2e7062e3 100644 --- a/containers/Dockerfile.template +++ b/containers/Dockerfile.template @@ -49,6 +49,7 @@ RUN dnf update && dnf install -y --setopt=install_weak_deps=False \ # copy oc client binary from oc-build image COPY --from=oc-build /tmp/oc/oc /usr/bin/oc COPY --from=oc-build /tmp/kubevirt/virtctl /usr/bin/virtctl +RUN ln -s /usr/bin/oc /usr/bin/kubectl # krkn build RUN git clone https://github.com/krkn-chaos/krkn.git /home/krkn/kraken && \