mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
change minikube driver from docker to hyperv
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user