* Misc: cleanup and restructure Makefile
* Misc: use dind output target in Dockerfile
* tests/e2e: ensure that the docker runner is really up before continuing
* CI: add drone
* Misc: fix image tag for e2e in Makefile
* CI/drone: add build step, step conditionals and restrict to linux platform
* CI/drone: add docs pipeline
* Misc: allow setting e2e runner timeout via Makefile arg
* CI/drone: add target platform for docs pipeline
* CI: Goodbye travis
* Misc: add drone make target to run drone CI locally
* CI/drone: add basic pipelines for k3d-tools and k3d-proxy
* remove ref event trigger
Add new command verb `k3stoken` to `k3d get`
Populate cluster secret field
Add test for `k3d get k3stoken` command
Externalize validable flag `--all`, in anticipation to reuse into `getKubeConfig.go`
- new struct: createNodeOpts for wait and timeout values
- new commands for creating/adding multiple nodes which then wait for
all nodes to be up, if specified
- tests/e2e: new test for adding a master node
- fixes startCluster's --wait/--timeout functionality
--> now doesn't check all the logs (e.g. from previous run)
----> no more false positives when checking for a specifc log message
only in the current run
- imageVolume couldn't be determined before in some cases, because it
tried to extract the name from labels on the masterlb which doesn't have
them.
- now we're only trying get the label from master/worker nodes and this
also adds a failover solution
- also, we ignore non-worker/master nodes upon image import