mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-10 17:09:27 -04:00
docs: add note about current AWS CVM issues (v2.12)
This commit is contained in:
parent
34cdfdaf57
commit
07249b1288
1 changed files with 14 additions and 0 deletions
|
@ -170,6 +170,20 @@ If you encounter any problem with the following steps, make sure to use the [lat
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
**AWS**: Currently, confidential VMs may temporarily fail to boot.
|
||||||
|
AWS is actively working on a solution.
|
||||||
|
If creating or initializing a cluster fails, terminate the cluster and try again later.
|
||||||
|
Alternatively, you can use non-confidential Nitro VMs for evaluation purposes.
|
||||||
|
To do so, generate a new configuration with the `aws-nitro-tpm` attestation variant:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
constellation config generate aws --attestation aws-nitro-tpm
|
||||||
|
```
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
5. Configure kubectl.
|
5. Configure kubectl.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue