mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 06:27:39 +00:00
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:
parent
2e2d7243d2
commit
03027a7399
2
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
2
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
- name: Download Azure CLI
|
- name: Download Azure CLI
|
||||||
run: |
|
run: |
|
||||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
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
|
- name: Log into the Azure account
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user