mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
use virtualbox as kubernetes driver on Windows
This commit is contained in:
11
.github/workflows/go.yml
vendored
11
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user