Skip to content

Commit

Permalink
powervs: minor fixes in image build doc
Browse files Browse the repository at this point in the history
- cloud-api-adpator staging branch renamed to main
- Fix the install path for ibmcloud-powervs

Fixes: confidential-containers#1117
Signed-off-by: Amulyam24 <[email protected]>
  • Loading branch information
Amulyam24 authored and stevenhorsman committed Jun 23, 2023
1 parent c13ffeb commit 48742e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibmcloud-powervs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the following snippet to `image-prep.template`
```
yum install -y gcc gcc-c++ git make
git clone -b CCv0 https://github.com/kata-containers/kata-containers.git
git clone -b staging https://github.com/confidential-containers/cloud-api-adaptor.git
git clone https://github.com/confidential-containers/cloud-api-adaptor.git
cd cloud-api-adaptor/ibmcloud-powervs/image
make build
```
Expand Down Expand Up @@ -73,6 +73,6 @@ pvsadm image import -n <service-instance-name> -b <bucket-name> -o <file-name> -

1. Setup necessary cloud resources such as PowerVS Service instance, network, API Key etc..

2. Update [kustomization.yaml](../install/overlays/aws/kustomization.yaml) with the required details
2. Update [kustomization.yaml](../install/overlays/ibmcloud-powervs/kustomization.yaml) with the required details

3. Deploy Cloud API Adaptor by following the [install](../install/README.md) guide

0 comments on commit 48742e9

Please sign in to comment.