Skip to content

Commit ffb3a47

Browse files
committed
Small updates
1 parent 71fb86d commit ffb3a47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Create virtual nodes in Azure Kubernetes Service (AKS) using Azure CLI
33
titleSuffix: Azure Kubernetes Service
44
description: Learn how to use Azure CLI to create an Azure Kubernetes Services (AKS) cluster that uses virtual nodes to run pods.
55
ms.topic: conceptual
6-
ms.date: 06/28/2023
6+
ms.service: azure-kubernetes-service
7+
ms.date: 08/28/2023
78
ms.custom: references_regions, devx-track-azurecli
89
---
910

@@ -165,7 +166,7 @@ For more information on managed identities, see [Use managed identities](use-man
165166
- containerPort: 80
166167
nodeSelector:
167168
kubernetes.io/role: agent
168-
kubernetes.io/os: linux
169+
beta.kubernetes.io/os: linux
169170
type: virtual-kubelet
170171
tolerations:
171172
- key: virtual-kubelet.io/provider

0 commit comments

Comments
 (0)