mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
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:
parent
484af12b54
commit
ede078bc85
@ -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"
|
||||
|
@ -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": {
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user