-
Notifications
You must be signed in to change notification settings - Fork 40
e2e tests - test conversions on running cluster #59
Comments
@surajssd Yes, you can create a single-node cluster using docker containers (no minikube, since that's virtualization). See: https://github.com/kubernetes/community/blob/master/contributors/devel/local-cluster/docker.md I'm working on adding this to Kompose, I could possibly add this to Kedge as well. |
@cdrage minikube has this $ minikube start -h
Starts a local kubernetes cluster using VM. This command
...
--vm-driver string VM driver is one of: [virtualbox kvm none] (default "virtualbox")
... |
yep, you can run stuff as root on travis just add
to |
Hey @surajssd @kadel I added this to kompose kubernetes/kompose#731 which uses https://github.com/kubernetes/minikube/tree/master/deploy/docker by Minikube. I can open up a PR for this in Kedge as well. |
@cdrage Yes that will be helpful! |
This is partially done by #77 because it has enabled the tests to run on local running cluster the work to make it working on CI is still remaining! |
@surajssd I'll take this up! Will have to add a way to bring up a Kubernetes docker cluster, I'll probably copy scripts from https://github.com/kubernetes/kompose |
@cdrage I think this done, we can close this one! |
This is again a type of functional test.
From metaissue #24
The text was updated successfully, but these errors were encountered: