Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: ContainerCraft/Kargo3

a00.21.0829

30 Aug 03:18
Compare
Choose a tag to compare

Development draft & maintenance release

a00.21.0516 Alpha I

16 May 16:35
bf98ac1
Compare
Choose a tag to compare

About

This is the first Kargo release. Currently all base networking and tenant functions are operational.

Installation:

01. Set Labels (example for single node k8s)

kubectl taint nodes --overwrite --all node-role.kubernetes.io/master-
kubectl label nodes --all --overwrite node-role.kubernetes.io/worker=''
kubectl label nodes --all --overwrite node-role.kubernetes.io/kubevirt=''
kubectl get nodes -owide

02. Deploy Kargo

  • Note: applying manifest three times to compensate for CRD startup time
kubectl create namespace kargo
kubectl apply -f https://github.com/ContainerCraft/Kargo/releases/download/a00.21.0516/kargo-v00.21.0516.yaml
sleep 30
kubectl apply -f https://github.com/ContainerCraft/Kargo/releases/download/a00.21.0516/kargo-v00.21.0516.yaml
sleep 30
kubectl apply -f https://github.com/ContainerCraft/Kargo/releases/download/a00.21.0516/kargo-v00.21.0516.yaml