gha: Fix Mariner cluster creation

While the Mariner Kata host is in preview, we need the `aks-preview`
extension to enable the `--workload-runtime KataMshvVmIsolation` flag.

Fixes: #6994

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2023-05-30 13:26:49 -07:00
parent 2e2d7243d2
commit 03027a7399

View File

@ -35,6 +35,8 @@ jobs:
- name: Download Azure CLI
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
# The aks-preview extension is required while the Mariner Kata host is in preview.
az extension add --name aks-preview
- name: Log into the Azure account
run: |