Skip to content

Installation

With Helm

Install from the OCI registry (replace the Prometheus URL with yours):

helm install cruisekube oci://tfy.jfrog.io/tfy-helm/cruisekube \
  --namespace cruisekube-system  \
  --create-namespace \
  --set cruisekubeController.env.CRUISEKUBE_DEPENDENCIES_INCLUSTER_PROMETHEUSURL="http://prometheus-kube-prometheus-prometheus.monitoring.svc:9090" 

Customize any installation with a values.yaml file.


Uninstall

helm uninstall cruisekube -n cruisekube-system
kubectl delete namespace cruisekube-system