Skip to content

Commit 463d162

Browse files
Merge pull request #292184 from johnmarco/jm-aro-coco-config-map-update
ARO: CoCo update for TDX
2 parents e8195ef + 4892a92 commit 463d162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/confidential-containers-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
keywords: confidential containers, aro, deploy, openshift, red hat
88
ms.topic: how-to
9-
ms.date: 11/21/2024
9+
ms.date: 12/19/2024
1010
ms.custom: template-how-to
1111
---
1212

@@ -470,7 +470,7 @@ Create a secure route with edge TLS termination for Trustee. External ingress tr
470470
CLOUD_PROVIDER: "azure"
471471
VXLAN_PORT: "9000"
472472
AZURE_INSTANCE_SIZE: "Standard_DC2as_v5"
473-
AZURE_INSTANCE_SIZES: "Standard_DC2as_v5,Standard_DC4as_v5,Standard_DC8as_v5,Standard_DC16as_v5"
473+
AZURE_INSTANCE_SIZES: "Standard_DC2as_v5,Standard_DC4as_v5,Standard_DC8as_v5"
474474
AZURE_SUBNET_ID: "<azure_subnet_id>"
475475
AZURE_NSG_ID: "<azure_nsg_id>"
476476
PROXY_TIMEOUT: "5m"
@@ -481,8 +481,8 @@ Create a secure route with edge TLS termination for Trustee. External ingress tr
481481
AA_KBC_PARAMS: "cc_kbc::https://${TRUSTEE_HOST}"
482482
```
483483
484-
- `AZURE_INSTANCE_SIZE` is the default if an instance size isn't defined in the workload.
485-
- `AZURE_INSTANCE_SIZES` lists all of the instance sizes you can specify when creating the pod. This allows you to define smaller instance sizes for workloads that need less memory and fewer CPUs or larger instance sizes for larger workloads.
484+
- `AZURE_INSTANCE_SIZE` is the default if an instance size isn't defined in the workload. **For TDX, specify "Standard_EC4eds_v5"**.
485+
- `AZURE_INSTANCE_SIZES` lists all of the instance sizes you can specify when creating the pod. This allows you to define smaller instance sizes for workloads that need less memory and fewer CPUs or larger instance sizes for larger workloads. **For TDX, specify "Standard_EC4eds_v5, Standard_EC8eds_v5, Standard_EC16eds_v5".**
486486
- Specify the `AZURE_SUBNET_ID` value that you retrieved.
487487
- Specify the `AZURE_NSG_ID` value that you retrieved.
488488
- `AZURE_IMAGE_ID` (Optional): By default, this value is populated when you run the KataConfig custom resource, using an Azure image ID based on your cluster credentials. If you create your own Azure image, specify the correct image ID.

0 commit comments

Comments
 (0)