Kubernetes
Kubernetes'te çalıştırmak için genel bir Helm chart'ı hazırladık.
Kurulum
Helm deposunu ekleyin ve önbelleği güncelleyin:
helm repo add yuccastream https://gitlab.com/api/v4/projects/yuccastream%2Fcharts/packages/helm/stable
helm repo update
- Yucca Free
- Yucca Plus / Enterprise
helm install --set='image.tag=latest' yucca yuccastream/yucca
helm install --set='image.tag=latest-ent' yucca yuccastream/yucca
Güncelleme
- Yucca Free
- Yucca Plus / Enterprise
helm upgrade --set='image.tag=latest' yucca yuccastream/yucca
helm upgrade --set='image.tag=latest-ent' yucca yuccastream/yucca
Kaldırma
helm delete yucca