change minikube driver from docker to hyperv

This commit is contained in:
p_caiwfeng
2022-02-05 21:01:14 +08:00
parent c24ba7457c
commit b81a73a1e1

View File

@@ -99,11 +99,13 @@ jobs:
docker version
docker run --rm hello-world
- run: |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
choco install minikube
minikube start --driver=docker
minikube start --driver=hyperv
minikube kubectl -- get po -A
choco install make
dir
shell: bash
- name: Kubernetes info
run: |
kubectl cluster-info dump