We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b569f6e commit 2d85d21Copy full SHA for 2d85d21
scenarios/DeployTrinoOnAKS/deploy-trino-on-aks.md
@@ -58,13 +58,11 @@ We will deploy an AKS cluster to host the Trino cluster.
58
```bash
59
export AKS_CLUSTER_NAME="TrinoAKSCluster$RANDOM_SUFFIX"
60
export CLUSTER_NODES=3
61
-export KUBERNETES_VERSION="1.25.4"
62
63
az aks create \
64
--resource-group $RESOURCE_GROUP_NAME \
65
--name $AKS_CLUSTER_NAME \
66
--node-count $CLUSTER_NODES \
67
- --kubernetes-version $KUBERNETES_VERSION \
68
--generate-ssh-keys
69
```
70
0 commit comments