Skip to content

Commit b9ad828

Browse files
authored
update K8s version number
1 parent bfe39d0 commit b9ad828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/tutorial-kubernetes-deploy-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Kubernetes on Azure tutorial - Deploy a cluster
33
description: In this Azure Kubernetes Service (AKS) tutorial, you create an AKS cluster and use kubectl to connect to the Kubernetes master node.
44
services: container-service
55
ms.topic: tutorial
6-
ms.date: 12/19/2018
6+
ms.date: 02/25/2020
77

88
ms.custom: mvc
99

@@ -71,7 +71,7 @@ To verify the connection to your cluster, run the [kubectl get nodes][kubectl-ge
7171
$ kubectl get nodes
7272
7373
NAME STATUS ROLES AGE VERSION
74-
aks-nodepool1-12345678-0 Ready agent 32m v1.13.10
74+
aks-nodepool1-12345678-0 Ready agent 32m v1.14.8
7575
```
7676

7777
## Next steps

0 commit comments

Comments
 (0)