add docker driver for minikube for Windows

This commit is contained in:
p_caiwfeng
2022-02-05 20:39:18 +08:00
parent 86eb538384
commit 914347891c

View File

@@ -110,9 +110,10 @@ jobs:
choco install minikube
minikube start --driver=docker
choco install make
dir
- name: Kubernetes info
run: |
kubectl cluster-info
kubectl cluster-info dump
cat ~/.kube/config
kubectl get pods -n kube-system -o wide
- name: Install demo bookinfo