You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -481,8 +481,8 @@ Create a secure route with edge TLS termination for Trustee. External ingress tr
481
481
AA_KBC_PARAMS: "cc_kbc::https://${TRUSTEE_HOST}"
482
482
```
483
483
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".**
486
486
- Specify the `AZURE_SUBNET_ID` value that you retrieved.
487
487
- Specify the `AZURE_NSG_ID` value that you retrieved.
488
488
- `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