Skip to content

Commit

Permalink
Add kine to the base installation
Browse files Browse the repository at this point in the history
We are using external kine so that we can share as much as code
between postgresql and sqlite and also between kubeadm and k3s.
  • Loading branch information
oz123 committed Nov 24, 2023
1 parent e499803 commit 47a08f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ base-image:
curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \
install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \
rm -f marmot
curl -sL https://github.com/k3s-io/kine/releases/download/v${KINE_VERSION}/kine-amd64 | install -m 755 /dev/stdin /opt/spectrocloud/bin/kine && \
END

IF [ "$OS_DISTRIBUTION" = "ubuntu" ] && [ "$ARCH" = "amd64" ]
Expand Down

0 comments on commit 47a08f6

Please sign in to comment.