There is a bug in v1.16.1 and v1.16.0 which causes the API server to
panic when it encounters `x-kubernetes-int-or-string` in a CRD.
So we should test with v1.16.2 or higher instead.
https://github.com/kubernetes/kubernetes/issues/83778
The original polling time was a bit short for all pods to be up which made e2e
tests fail half of the time.
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
* Avoid race condition when deploying quickstart example
The namespace and CRD creation must happen before any dependent objects
are created. So we can put these in a separate directory (manifest/setup)
so they can be created before the other objects.
Some minor updates to the README and added a couple of scripts
for the quickstarts
Update travis script to avoid race condition
Signed-off-by: Paul Gier <pgier@redhat.com>
* simplify the example quickstart script and improve readme
Signed-off-by: Paul Gier <pgier@redhat.com>
* increase minikube memory to 6g for quickstart example