Skip to content

Commit

Permalink
doc: importing image centos/rhcos
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jan 10, 2024
1 parent 5691577 commit f0ca5c0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,25 @@ Q: The execution reports `No route to host` during setup of the cluster. I see:
A: This indicates an issue with the networking routes. Please work with support to confirm your routes.

Q: Do I need add images to my PowerVS workspace?

A: Yes, as part of the setup, you will import from the RHCOS bucket.

To import rhcos:

```
ibmcloud pi image-import rhcos-415-92-202312071243-t1
--bucket-access public --storage-pool Tier1-Flash-1
--bucket rhcos-powervs-images-us-east --region us-east --job --json --os-type rhel
--image-file-name rhcos-415-92-202312071243-0-ppc64le-powervs.ova.gz
```

To import the Centos stock image:

```
ibmcloud pi image-create CentOS-Stream-8
```

## Contributing

If you have any questions or issues you can create a new [issue here][issues].
Expand Down

0 comments on commit f0ca5c0

Please sign in to comment.