ocs-helm

April 18, 2024 ยท View on GitHub

Artifact Hub

ocs-helm

Helm chart for deploying SigScale OCS on Kubernetes

Deploy a SigScale OCS StatefulSet

helm install ocs-1 sigscale-ocs

List Helm releases

helm list

Remove a SigScale OCS StatefulSet

helm uninstall ocs-1

Deploy with localization overides in sys.config

helm install \
		--set ocsConfig.create=true \
		--set-file ocsConfig.sysConfig=sys.config \
		ocs-1 sigscale-ocs

Contents

  1. 1Deploy a SigScale OCS StatefulSet
  2. 2List Helm releases
  3. 3Remove a SigScale OCS StatefulSet
  4. 4Deploy with localization overides in sys.config