Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Deploy Operator by operator Chart

License Release Charts

Helm is a package manager for Kubernetes. A Helm Chart is a Helm package and contains all of the resource definitions necessary to run an application on a Kubernetes cluster. This topic describes how to use Helm to automatically deploy a CelerData operator on a Kubernetes cluster.

Before you begin

Install operator Chart

  1. Add the Helm Chart Repo for CelerData. The Helm Chart contains the definitions of the CelerData Operator and the custom resource CelerDataCluster.

    1. Add the Helm Chart Repo.

      helm repo add celerdata https://celerdata.github.io/phoenixai-kubernetes-operator
    2. Update the Helm Chart Repo to the latest version.

      helm repo update celerdata
    3. View the Helm Chart Repo that you added.

      $ helm search repo celerdata
      NAME                                    CHART VERSION    APP VERSION  DESCRIPTION
      celerdata/kube-celerdata      1.8.0            3.1-latest   kube-celerdata includes two subcharts, celerdata...
      us-west1-docker.pkg.dev/phrasal-verve-350013/celerdata/operator            1.8.0            1.8.0        A Helm chart for CelerData operator
      celerdata/celerdata           1.8.0            3.1-latest   A Helm chart for CelerData cluster
  2. Install the operator Chart.

    helm install celerdata-operator us-west1-docker.pkg.dev/phrasal-verve-350013/celerdata/operator

    Please see values.yaml for more details.

Uninstall operator Chart

helm uninstall celerdata-operator