installation document correction.

Signed-off-by: prodan <pengshihaoren@gmail.com>
This commit is contained in:
prodan 2022-01-05 14:51:32 +08:00
parent 8b3aefdb6f
commit e9baac8e46
1 changed files with 2 additions and 2 deletions

View File

@ -118,9 +118,9 @@ When installing Karmada, the `kubectl karmada init` will download the APIs(CRD)
If you want to install Karmada offline, maybe you have to specify the APIs tar file as well as the image. If you want to install Karmada offline, maybe you have to specify the APIs tar file as well as the image.
Use `--crd` flag to specify the CRD file. e.g. Use `--crds` flag to specify the CRD file. e.g.
```bash ```bash
kubectl karmada init --crd /$HOME/crds.tar.gz kubectl karmada init --crds /$HOME/crds.tar.gz
``` ```
The images of Karmada components could be specified, take `karmada-controller-manager` as an example: The images of Karmada components could be specified, take `karmada-controller-manager` as an example: