Skip to content

Commit

Permalink
feat: install Kind K8s (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Feb 8, 2025
1 parent 9e62f1c commit 7a310bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lumina/scripts/_base/007-install-development-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ dnf install -y \
gh \
git-credential-oauth

curl -Lo /tmp/devbox https://releases.jetpack.io/devbox
curl --retry 3 -Lo /tmp/kind https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-linux-amd64
install -c -m 0755 /tmp/kind /usr/bin/kind

curl --retry 3 -Lo /tmp/devbox https://releases.jetpack.io/devbox
install -c -m 0755 /tmp/devbox /usr/bin/devbox

rm -f /etc/yum.repos.d/github.repo
Expand Down

0 comments on commit 7a310bc

Please sign in to comment.