Skip to content

Commit 2d85d21

Browse files
author
naman-msft
committed
updated docs;
1 parent b569f6e commit 2d85d21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scenarios/DeployTrinoOnAKS/deploy-trino-on-aks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ We will deploy an AKS cluster to host the Trino cluster.
5858
```bash
5959
export AKS_CLUSTER_NAME="TrinoAKSCluster$RANDOM_SUFFIX"
6060
export CLUSTER_NODES=3
61-
export KUBERNETES_VERSION="1.25.4"
6261

6362
az aks create \
6463
--resource-group $RESOURCE_GROUP_NAME \
6564
--name $AKS_CLUSTER_NAME \
6665
--node-count $CLUSTER_NODES \
67-
--kubernetes-version $KUBERNETES_VERSION \
6866
--generate-ssh-keys
6967
```
7068

0 commit comments

Comments
 (0)