You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doris-Operator is plugins of Kubernetes controller for providing doris to user. Doris-Operator be build with [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). This helm-chart deploy [doris-operator](https://github.com/selectdb/doris-operator) on Kubernetes.
6
13
## Install doris-operator
@@ -9,44 +16,44 @@ Doris-Operator is plugins of Kubernetes controller for providing doris to user.
9
16
10
17
This helm chart have resources about RBAC , deployment ...etc for doris-operator running.
2. Update the Helm Chart Repo to the latest version
24
+
2. Update the Helm Chart Repo to the latest version
18
25
```Bash
19
26
$ helm repo update selectdb
20
27
```
21
28
22
-
3. Check the Helm Chart Repo is the latest version
29
+
3. Check the Helm Chart Repo is the latest version
23
30
```Bash
24
-
$ helm search repo selectdb
31
+
helm search repo selectdb
25
32
NAME CHART VERSION APP VERSION DESCRIPTION
26
33
selectdb/doris-operator 1.3.1 1.3.1 Doris-operator for doris creat ...
27
34
selectdb/doris 1.3.1 2.0.3 Apache Doris is an easy-to-use ...
28
35
```
29
36
30
37
### Install the doris-operator
31
-
- Install doris-operator with default config ina namespace named `doris`
32
-
```Bash
33
-
$ helm install operator selectdb/doris-operator
34
-
```
35
-
- The repo defines the basic functionfor running doris-operator, Please use next command to deploy doris-operator, when you have completed customization of [`values.yaml`](./values.yaml)
Check the deployment status of Pods through the kubectl get pods command. Observe that the Pod of doris-operator is in the Running state and all containers in the Pod are ready, that means, the deployment is successful.
42
-
```Bash
43
-
$ kubectl get pod --namespace doris
44
-
NAME READY STATUS RESTARTS AGE
45
-
doris-operator-866bd449bb-zl5mr 1/1 Running 0 18m
46
-
```
49
+
```Bash
50
+
kubectl get pod --namespace doris
51
+
NAME READY STATUS RESTARTS AGE
52
+
doris-operator-866bd449bb-zl5mr 1/1 Running 0 18m
53
+
```
47
54
48
55
## Uninstall doris-operator
49
-
Please confirm that Doris is not runningin Kubernetes, use next command to uninstall`doris-operator`.
56
+
Please confirm that Doris is not usedin Kubernetes, and the data in doris is not valued, use the follow command to uninstall.
0 commit comments