You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
I'm in the process of building an environment to run the k8s integration test; wanted to provide an update on the what's attempted so far and get some opinions from the community on the next steps.
What's attempted so far?
Tried to run on Travis with VirtualBox and KVM as Minikube vm-driver. Also have setup a Jenkins environment on standalone instances but that is not going to work as well. The main issue is the Minikube and its supported hypervisors' system requirement of VT-x/AMD-v support. As of now, the commonly used cloud providers (GCE, AWS) don't support nested virtualization or provide bare-metal instances.
Setup an on-premise bare-metal node (but would require public access to look at the results). Contacted the jenkins maintainer at Amplab and they offered to host the project, but depending our requirements for the environment and getting proper approval it may have a longer lead time.