Fix doc of operator README for install crds

Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
Lan Liang 2023-05-24 21:56:40 +08:00
parent 218a0b2400
commit 87fcabb206
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ NAME READY STATUS RESTARTS AGE
karmada-operator-5b7f485c5-g5lj5 1/1 Running 0 26s
```
### Install Karmada operator crds
```shell
kubectl apply -f operator/config/crds/
```
### Create a Karmada instance
The Karmada operator provides a Karama CR that can define most configurations for Karmada components.