kata-deploy: aks-test: bump kubernetes/containerd

Bump to 1.20, latest aks-engine

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
Eric Ernst 2021-04-27 09:38:38 -07:00
parent 484af12b54
commit ede078bc85
3 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ LABEL com.github.actions.name="Test kata-deploy in an AKS cluster"
LABEL com.github.actions.description="Test kata-deploy in an AKS cluster"
# Default to latest validated AKS-engine version
ARG AKS_ENGINE_VER="v0.42.0"
ARG AKS_ENGINE_VER="v0.62.0"
ARG ARCH=amd64
ENV GITHUB_ACTION_NAME="Test kata-deploy in an AKS cluster"

View File

@ -3,11 +3,10 @@
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.15.4",
"orchestratorVersion": "1.20.5",
"kubernetesConfig": {
"networkPlugin": "flannel",
"containerRuntime": "containerd",
"containerdVersion": "1.2.4"
"useManagedIdentity": false
}
},
"masterProfile": {

View File

@ -47,5 +47,5 @@ function setup_aks() {
kubectl wait --timeout=10m --for=condition=Ready --all nodes
# make sure coredns is up before moving forward:
kubectl wait --timeout=10m -n kube-system --for=condition=Available deployment.extensions/coredns
kubectl wait --timeout=10m -n kube-system --for=condition=Available deployment/coredns
}