mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
Merge pull request #11189 from kata-containers/sprt/fix-create-cluster
temp: ci: Fix AKS cluster creation
This commit is contained in:
commit
800c05fffe
@ -92,8 +92,10 @@ function enable_cluster_http_application_routing() {
|
||||
|
||||
function install_azure_cli() {
|
||||
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
|
||||
|
||||
# TODO: Remove the version spec when this bug is fixed:
|
||||
# https://github.com/Azure/azure-cli/issues/31345
|
||||
az extension add --name aks-preview --version 14.0.0b3
|
||||
}
|
||||
|
||||
function login_azure() {
|
||||
|
Loading…
Reference in New Issue
Block a user