mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
docs: update clouds and marketplaces
Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
This commit is contained in:
parent
ad5ff6e1bb
commit
da26daeb49
4 changed files with 56 additions and 44 deletions
|
@ -1,36 +0,0 @@
|
|||
# Using Marketplace Images in Constellation
|
||||
|
||||
This document explains the steps a user needs to take to run Constellation with dynamic billing via the cloud marketplaces.
|
||||
|
||||
## AWS
|
||||
|
||||
Marketplace Images on AWS are not available yet.
|
||||
|
||||
## Azure
|
||||
|
||||
On Azure, to use a marketplace image, ensure that the subscription has accepted the agreement to use marketplace images:
|
||||
|
||||
```bash
|
||||
az vm image terms accept --publisher edgelesssystems --offer constellation --plan constellation
|
||||
```
|
||||
|
||||
Then, set the VMs to use the marketplace image in the `constellation-conf.yaml` file:
|
||||
|
||||
```bash
|
||||
yq eval -i ".provider.azure.useMarketplaceImage = true" constellation-conf.yaml
|
||||
```
|
||||
|
||||
And ensure that the cluster uses a release image (i.e. `.image=vX.Y.Z` in the `constellation-conf.yaml` file). Afterwards, proceed with the cluster creation as usual.
|
||||
|
||||
## GCP
|
||||
|
||||
On GCP, to use a marketplace image, ensure that the account is entitled to use marketplace images by Edgeless Systems
|
||||
by accepting the terms through the [web portal](https://console.cloud.google.com/marketplace/vm/config/edgeless-systems-public/constellation).
|
||||
|
||||
Then, set the VMs to use the marketplace image in the `constellation-conf.yaml` file:
|
||||
|
||||
```bash
|
||||
yq eval -i ".provider.gcp.useMarketplaceImage = true" constellation-conf.yaml
|
||||
```
|
||||
|
||||
And ensure that the cluster uses a release image (i.e. `.image=vX.Y.Z` in the `constellation-conf.yaml` file). Afterwards, proceed with the cluster creation as usual.
|
Loading…
Add table
Add a link
Reference in a new issue