Skip to content

Commit

Permalink
create-coco-aks: re-add ssh key generation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 12, 2024
1 parent 76215ee commit 083ad7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-coco-aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ az aks create \
--kubernetes-version "${k8sVersion:-1.27}" \
--os-sku AzureLinux \
--node-vm-size Standard_DC4as_cc_v5 \
--node-count 1
--node-count 1 \
--generate-ssh-keys

az aks nodepool add \
--resource-group "${name}" \
Expand Down

0 comments on commit 083ad7e

Please sign in to comment.