Skip to content

Commit

Permalink
feat: add kns and kctx tools to bluefin (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Aug 9, 2023
1 parent 0e963c2 commit e4e1ae3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ RUN rpm-ostree install $(curl https://api.github.com/repos/loft-sh/devpod/releas
wget https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64 -O /tmp/devpod && \
install -c -m 0755 /tmp/devpod /usr/bin

# Install kns/kctx and add completions for Bash
RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr/bin/kubectx && \
wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubens -O /usr/bin/kubens && \
chmod +x /usr/bin/kubectx /usr/bin/kubens



RUN systemctl enable podman.socket
RUN systemctl disable pmie.service

Expand Down

0 comments on commit e4e1ae3

Please sign in to comment.