Skip to content

Commit

Permalink
[Docs] Updated based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed May 9, 2023
1 parent 8388709 commit 1edc4e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/operator/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ to [crd yaml file](../../deploy/kubernetes/operator/config/crd/bases/uniffle.apa
Run the following command:

```
# create, cannot use apply here, see https://github.com/apache/incubator-uniffle/issues/774
kubectl create -f ${crd-yaml-file}
# update, make sure the crd-yaml-file is a complete CRD file.
kubectl replace -f ${crd-yaml-file}
```

## Setup or Update Uniffle Webhook
Expand Down

0 comments on commit 1edc4e6

Please sign in to comment.