Merge pull request #3711 from wlp1153468871/wlp-0625

update operator readme.md
This commit is contained in:
karmada-bot 2023-06-29 09:12:16 +08:00 committed by GitHub
commit 626564dd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -136,6 +136,13 @@ It is important to proceed with caution when deleting a Karmada CR due to the po
kubectl delete karmada karmada-demo -n test kubectl delete karmada karmada-demo -n test
``` ```
If you want to delete a Karmada CR without cascading deletion of the associated Karmada instance,
you can run the following command before performing the deletion operation.
```shell
kubectl label karmada karmada-demo -n test operator.karmada.io/disable-cascading-deletion=true
```
### Custom Karmada CR ### Custom Karmada CR
This feature allows you to configure the Karmada CR to install Karmada instances flexibly. This feature allows you to configure the Karmada CR to install Karmada instances flexibly.