You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| crds | 3 weeks ago | |
| templates | 3 weeks ago | |
| .helmignore | 3 weeks ago | |
| BUILD-README.md | 3 weeks ago | |
| CUSTOM-README.md | 3 weeks ago | |
| Chart.yaml | 3 weeks ago | |
| README.md | 3 weeks ago | |
| custom-values.yaml | 3 weeks ago | |
| dip-resources-quotas.yaml | 3 weeks ago | |
| dip-values.yaml | 3 weeks ago | |
| values.yaml | 3 weeks ago | |
README.md
Deploy Operator by operator Chart
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 StarRocks operator on a Kubernetes cluster.
Before you begin
Install operator Chart
-
Add the Helm Chart Repo for StarRocks. The Helm Chart contains the definitions of the StarRocks Operator and the custom resource StarRocksCluster.
-
Add the Helm Chart Repo.
helm repo add starrocks https://starrocks.github.io/starrocks-kubernetes-operator -
Update the Helm Chart Repo to the latest version.
helm repo update starrocks -
View the Helm Chart Repo that you added.
$ helm search repo starrocks NAME CHART VERSION APP VERSION DESCRIPTION starrocks/kube-starrocks 1.8.0 3.1-latest kube-starrocks includes two subcharts, starrock... starrocks/operator 1.8.0 1.8.0 A Helm chart for StarRocks operator starrocks/starrocks 1.8.0 3.1-latest A Helm chart for StarRocks cluster
-
-
Install the operator Chart.
helm install starrocks-operator starrocks/operatorPlease see values.yaml for more details.
Uninstall operator Chart
helm uninstall starrocks-operator