|
2 | 2 | title: Trusted launch (preview) with Azure Kubernetes Service (AKS)
|
3 | 3 | description: Learn how trusted launch (preview) protects the Azure Kubernetes Cluster (AKS) nodes against boot kits, rootkits, and kernel-level malware.
|
4 | 4 | ms.topic: article
|
5 |
| -ms.date: 03/07/2024 |
| 5 | +ms.date: 03/08/2024 |
6 | 6 |
|
7 | 7 | ---
|
8 | 8 |
|
@@ -75,7 +75,8 @@ az provider register --namespace "Microsoft.ContainerService"
|
75 | 75 | - Cluster nodes running Windows Server operating system aren't supported.
|
76 | 76 | - Trusted launch (preview) doesn't support node pools with FIPS enabled or based on ARM64.
|
77 | 77 | - Availability sets aren't supported, only Virtual Machine Scale Sets.
|
78 |
| -- Enable Secure Boot on GPU node pools isn't supported. |
| 78 | +- To enable Secure Boot on GPU node pools, you need to skip installing the GPU driver. For more information, see[Skip GPU driver installation][skip-gpu-driver-install]. |
| 79 | +- Ephemeral OS disks can be created with Trusted launch and all regions are supported. However, not all virtual machines sizes are supported. For more information, see [Trusted launch ephemeral OS limitations][tusted-launch-ephemeral-os-limitations]. |
79 | 80 |
|
80 | 81 | ## Deploy new cluster
|
81 | 82 |
|
@@ -211,4 +212,6 @@ In this article, you learned how to enable trusted launch. Learn more about [tru
|
211 | 212 | [az-aks-nodepool-add]: /cli/azure/aks/nodepool#az-aks-nodepool-add
|
212 | 213 | [az-aks-nodepool-update]: /cli/azure/aks/nodepool#az-aks-nodepool-update
|
213 | 214 | [azure-generation-two-virtual-machines]: ../virtual-machines/generation-2.md
|
214 |
| -[verify-secure-boot-failures]: ../virtual-machines/trusted-launch-faq.md#verifying-secure-boot-failures |
| 215 | +[verify-secure-boot-failures]: ../virtual-machines/trusted-launch-faq.md#verifying-secure-boot-failures |
| 216 | +[tusted-launch-ephemeral-os-limitations]: ../virtual-machines/ephemeral-os-disks.md#trusted-launch-for-ephemeral-os-disks |
| 217 | +[skip-gpu-driver-install]: gpu-cluster.md#skip-gpu-driver-installation-preview |
0 commit comments