mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 22:24:14 +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"
|
LABEL com.github.actions.description="Test kata-deploy in an AKS cluster"
|
||||||
|
|
||||||
# Default to latest validated AKS-engine version
|
# Default to latest validated AKS-engine version
|
||||||
ARG AKS_ENGINE_VER="v0.42.0"
|
ARG AKS_ENGINE_VER="v0.62.0"
|
||||||
ARG ARCH=amd64
|
ARG ARCH=amd64
|
||||||
|
|
||||||
ENV GITHUB_ACTION_NAME="Test kata-deploy in an AKS cluster"
|
ENV GITHUB_ACTION_NAME="Test kata-deploy in an AKS cluster"
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"orchestratorProfile": {
|
"orchestratorProfile": {
|
||||||
"orchestratorType": "Kubernetes",
|
"orchestratorType": "Kubernetes",
|
||||||
"orchestratorVersion": "1.15.4",
|
"orchestratorVersion": "1.20.5",
|
||||||
"kubernetesConfig": {
|
"kubernetesConfig": {
|
||||||
"networkPlugin": "flannel",
|
|
||||||
"containerRuntime": "containerd",
|
"containerRuntime": "containerd",
|
||||||
"containerdVersion": "1.2.4"
|
"useManagedIdentity": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"masterProfile": {
|
"masterProfile": {
|
||||||
|
@ -47,5 +47,5 @@ function setup_aks() {
|
|||||||
kubectl wait --timeout=10m --for=condition=Ready --all nodes
|
kubectl wait --timeout=10m --for=condition=Ready --all nodes
|
||||||
|
|
||||||
# make sure coredns is up before moving forward:
|
# 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