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

a00.21.0516 Alpha I

Compare
Choose a tag to compare
@usrbinkat usrbinkat released this 16 May 16:35
· 237 commits to master since this release
bf98ac1

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