Installation
Begin checkpoint/migrate/restoring stateful workloads in Kubernetes in under 5 minutes!
Last updated
Was this helpful?
Begin checkpoint/migrate/restoring stateful workloads in Kubernetes in under 5 minutes!
Last updated
Was this helpful?
Was this helpful?
export CEDANA_AUTH_TOKEN=<your-auth-token>
export CEDANA_CLUSTER_ID=<cluster_id>
export CEDANA_URL=<your-org-url>
helm upgrade -i cedana oci://registry-1.docker.io/cedana/cedana-helm \
--create-namespace -n cedana-system \
--set=config.clusterId=$CEDANA_CLUSTER_ID \
--set=config.url=$CEDANA_URL \
--set=config.authToken=$CEDANA_AUTH_TOKENhelm uninstall cedana -n cedana-system