use virtualbox as kubernetes driver on Windows

This commit is contained in:
wencaiwulue
2022-02-10 14:44:36 +08:00
committed by GitHub
parent 457649aa4f
commit 04af3deb0d

View File

@@ -96,13 +96,14 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
# - run: |
# choco install docker-desktop
# docker version
# docker run --rm hello-world
- run: |
choco install docker-desktop
docker version
docker run --rm hello-world
- run: |
choco install virtualbox
choco install minikube
minikube start --driver=docker
minikube start --driver=virtualbox
minikube kubectl -- get po -A
choco install make
- name: Kubernetes info