Skip to content

Commit c3cba7b

Browse files
pawelprosfidencio
authored andcommitted
helm/docs: update documentation
Updated Peer-pods documentation Signed-off-by: Pawel Proskurnicki <pawel.proskurnicki@intel.com>
1 parent 5da715f commit c3cba7b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

QUICKSTART.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ helm install coco oci://ghcr.io/confidential-containers/charts/confidential-cont
5252

5353
#### For remote (peer-pods)
5454

55+
> [!NOTE]
56+
> Support for peer-pods requires installation using the [Cloud API Adaptor peer-pods helm charts](https://github.com/confidential-containers/cloud-api-adaptor/tree/main/src/cloud-api-adaptor/install/charts/peerpods) project.
57+
5558
```bash
5659
helm install coco oci://ghcr.io/confidential-containers/charts/confidential-containers \
5760
-f https://raw.githubusercontent.com/confidential-containers/charts/main/values/kata-remote.yaml \

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@ helm install coco oci://ghcr.io/confidential-containers/charts/confidential-cont
9696
--create-namespace
9797
```
9898

99+
> [!NOTE]
100+
> Support for peer-pods requires installation using the [Cloud API Adaptor peer-pods helm charts](https://github.com/confidential-containers/cloud-api-adaptor/tree/main/src/cloud-api-adaptor/install/charts/peerpods) project.
101+
99102
### Detailed Installation Instructions
100103

101-
For complete installation instructions, customization options, and troubleshooting, see **[QUICKSTART.md](QUICKSTART.md)
102-
**, which includes:
104+
For complete installation instructions, customization options, and troubleshooting, see [QUICKSTART.md](QUICKSTART.md),
105+
which includes:
103106

104107
- Installation from OCI registry and local chart
105108
- Common customizations (debug logging, node selectors, image pull policy, private registries, k8s distributions)
@@ -175,6 +178,9 @@ The available RuntimeClasses depend on the architecture:
175178
|---------------|-------------|
176179
| `kata-remote` | Peer-pods |
177180

181+
> [!NOTE]
182+
> Support for peer-pods requires installation using the [Cloud API Adaptor peer-pods helm charts](https://github.com/confidential-containers/cloud-api-adaptor/tree/main/src/cloud-api-adaptor/install/charts/peerpods) project.
183+
178184
### Verification
179185

180186
```bash

0 commit comments

Comments
 (0)