Skip to content

Commit

Permalink
Add clusterctl (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 5, 2024
1 parent d0a29be commit c10ecef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,13 @@ apt-get update
apt-get install --no-install-recommends -y \
helm

# install clusterctl
CAPI_VERSION=1.7.3
curl -Lo /usr/local/bin/clusterctl https://github.com/kubernetes-sigs/cluster-api/releases/download/v${CAPI_VERSION}/clusterctl-linux-amd64
chmod +x /usr/local/bin/clusterctl

# install kubectl
KUBECTL_VERSION=1.29.1
KUBECTL_VERSION=1.30.2
curl -Lo /usr/local/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
chmod +x /usr/local/bin/kubectl

Expand Down

0 comments on commit c10ecef

Please sign in to comment.