Skip to content

Commit 9a8a27f

Browse files
authored
Update prerequisites.md (#798)
I did not find --instance-id in the tool, it appears there is a --pvs-instance-id instead Signed-off-by: Paul Bastide <[email protected]>
1 parent 7d05f6a commit 9a8a27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/topics/powervs/prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ A public network is required for your kubernetes cluster. Perform the following
5959

6060
```shell
6161
$ export IBMCLOUD_API_KEY=<API_KEY>
62-
$ pvsadm image import --instance-id <SERVICE_INSTANCE_ID> -b <BUCKETNAME> --object <OBJECT> --pvs-image-name <POWERVS_IMAGE_NAME> --bucket-region <REGION> --public-bucket
62+
$ pvsadm image import --pvs-instance-id <SERVICE_INSTANCE_ID> -b <BUCKETNAME> --object <OBJECT> --pvs-image-name <POWERVS_IMAGE_NAME> --bucket-region <REGION> --public-bucket
6363
```
6464

6565
e.g:
6666
```shell
67-
$ pvsadm image import --instance-id 6d892c30-5387-4685-85d0-4999d9c22a8c -b power-oss-bucket --object capibm-powervs-centos-streams8-1-24-2.ova.gz --pvs-image-name capibm-powervs-centos-streams8-1-24-2 --bucket-region us-south --public-bucket
67+
$ pvsadm image import --pvs-instance-id 6d892c30-5387-4685-85d0-4999d9c22a8c -b power-oss-bucket --object capibm-powervs-centos-streams8-1-24-2.ova.gz --pvs-image-name capibm-powervs-centos-streams8-1-24-2 --bucket-region us-south --public-bucket
6868
```
6969

70-
For more information about the images can be found at [machine-images](../../machine-images/powervs.md) section
70+
For more information about the images can be found at [machine-images](../../machine-images/powervs.md) section

0 commit comments

Comments
 (0)