Skip to content

Commit

Permalink
test: run test on containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 24, 2020
1 parent 969b8cc commit 14a26de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/manifest/linux.json
Expand Up @@ -7,7 +7,8 @@
"orchestratorRelease": "1.17",
"kubernetesConfig": {
"useCloudControllerManager": true,
"networkPolicy": "none",
"networkPlugin": "azure",
"containerRuntime": "containerd",
"cloudProviderRateLimitQPS": 6,
"cloudProviderRateLimitBucket": 20,
"controllerManagerConfig": {
Expand Down
4 changes: 4 additions & 0 deletions test/utils/smb_log.sh
Expand Up @@ -19,6 +19,10 @@ set -e
NS=kube-system
CONTAINER=smb

echo "print out all nodes status ..."
kubectl get nodes -o wide
echo "======================================================================================"

echo "print out all $NS namespace pods status ..."
kubectl get pods -n${NS} -o wide
echo "======================================================================================"
Expand Down

0 comments on commit 14a26de

Please sign in to comment.