Skip to content

Commit 47a8444

Browse files
committed
updated per PM feedback
1 parent 96b3a7d commit 47a8444

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/aks/use-trusted-launch.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Trusted launch (preview) with Azure Kubernetes Service (AKS)
33
description: Learn how trusted launch (preview) protects the Azure Kubernetes Cluster (AKS) nodes against boot kits, rootkits, and kernel-level malware.
44
ms.topic: article
5-
ms.date: 03/07/2024
5+
ms.date: 03/08/2024
66

77
---
88

@@ -75,7 +75,8 @@ az provider register --namespace "Microsoft.ContainerService"
7575
- Cluster nodes running Windows Server operating system aren't supported.
7676
- Trusted launch (preview) doesn't support node pools with FIPS enabled or based on ARM64.
7777
- 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].
7980

8081
## Deploy new cluster
8182

@@ -211,4 +212,6 @@ In this article, you learned how to enable trusted launch. Learn more about [tru
211212
[az-aks-nodepool-add]: /cli/azure/aks/nodepool#az-aks-nodepool-add
212213
[az-aks-nodepool-update]: /cli/azure/aks/nodepool#az-aks-nodepool-update
213214
[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

Comments
 (0)