mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 01:44:29 +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:
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: |
|
||||||
|
Reference in New Issue
Block a user