mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
Revert "temp: ci: Fix AKS cluster creation"
This reverts commit 1de466fe84
.
The latest release of the az aks extension fixes the issue https://github.com/Azure/azure-cli-extensions/blob/main/src/aks-preview/HISTORY.rst#1400b5
Signed-off-by: Cameron Baird <cameronbaird@microsoft.com>
This commit is contained in:
parent
b97bc03ecb
commit
6e21d14334
@ -91,10 +91,7 @@ function enable_cluster_approuting() {
|
|||||||
|
|
||||||
function install_azure_cli() {
|
function install_azure_cli() {
|
||||||
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||||
|
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() {
|
function login_azure() {
|
||||||
|
Loading…
Reference in New Issue
Block a user