Skip to content

Commit

Permalink
Merge pull request #16 from intelligentfu/master
Browse files Browse the repository at this point in the history
[doc] update operator command
  • Loading branch information
intelligentfu authored Aug 22, 2023
2 parents f49cf36 + e2fe588 commit ea88406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Doris-operator for doris creates, configures and manages doris cluster running o
kubectl apply -f https://raw.githubusercontent.com/selectdb/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml
```
2. Install the operator with its RBAC rules:
the default deployed namespace is doris, when deploy on specific namespace, please pull yaml and update `namespace` field.
```
kubectl apply -f https://raw.githubusercontent.com/selectdb/doris-operator/master/config/operator/operator.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions config/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ spec:
# type: RuntimeDefault
containers:
- command:
- /manager
- /dorisoperator
args:
- --leader-elect
image: selectdb/doris.k8s-operator:latest
name: manager
name: dorisoperator
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit ea88406

Please sign in to comment.