Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ helm install coco oci://ghcr.io/confidential-containers/charts/confidential-cont

#### For remote (peer-pods)

> [!NOTE]
> 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.

```bash
helm install coco oci://ghcr.io/confidential-containers/charts/confidential-containers \
-f https://raw.githubusercontent.com/confidential-containers/charts/main/values/kata-remote.yaml \
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,13 @@ helm install coco oci://ghcr.io/confidential-containers/charts/confidential-cont
--create-namespace
```

> [!NOTE]
> 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.

### Detailed Installation Instructions

For complete installation instructions, customization options, and troubleshooting, see **[QUICKSTART.md](QUICKSTART.md)
**, which includes:
For complete installation instructions, customization options, and troubleshooting, see [QUICKSTART.md](QUICKSTART.md),
which includes:

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

> [!NOTE]
> 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.

### Verification

```bash
Expand Down