Adding e2e workflows to test dind, kube mode and proxy (#2412)

This commit is contained in:
Tingluo Huang
2023-03-15 12:17:11 -04:00
committed by GitHub
parent 08acb1b831
commit 44c3931d8e
3 changed files with 518 additions and 7 deletions

View File

@@ -49,12 +49,11 @@ runs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Create Kind cluster and load image
- name: Create minikube cluster and load image
shell: bash
run: |
PATH=$(go env GOPATH)/bin:$PATH
kind create cluster --name arc-e2e
kind load docker-image ${{inputs.docker-image-name}}:${{inputs.docker-image-tag}} --name arc-e2e
minikube start
minikube image load ${{inputs.docker-image-name}}:${{inputs.docker-image-tag}}
- name: Get configure token
id: config-token