python/scripts
Oz N Tiram d7300db66d Don't use latest stable version for minikube
Sometimes, minikube lags behind kubernetes which can lead
to a breakage of the test suite, since minikube will fail to start
with the latest kubernetes version.
See for example [this issue](https://github.com/kubernetes/minikube/issues/4371).

This change defaults to leave the decision of which k8s version to use,
to minikube itself. This is defined in:

https://github.com/kubernetes/minikube/master/pkg/minikube/constants/constants.go

However, if one really desires it is still possible to pass

`--kubernetes-version=X.Y.Z`

to minikube initialization start command via an environment variable
before invoking the test suite:

export $MINIKUBE_ARGS="--kubernetes-version=X.Y.Z"

This allows ofcourse passing other flags to minikube also.
2019-06-25 21:22:31 +02:00
..
.gitignore Add semi-auto code formatting script 2016-11-16 16:16:26 -08:00
cherry_pick_pull.sh fix typo 2018-08-30 13:00:41 -04:00
constants.py update version constant for 10.0.0-snapshot 2019-04-03 13:03:29 -07:00
kube-init.sh Don't use latest stable version for minikube 2019-06-25 21:22:31 +02:00
release.sh Update release steps to add source distribution 2017-01-03 14:09:12 -08:00
rest_client_patch.diff Fix (hack) rest client for patch 2017-10-09 17:15:34 -07:00
swagger.json generated client change for 10.0.0-snapshot 2019-04-03 13:53:46 -07:00
update-client.sh Fix (hack) rest client for patch 2017-10-09 17:15:34 -07:00
update-pycodestyle.sh Add codestyle tracking, fix codestyle 2018-11-02 16:00:47 -05:00
windows-setup-fix.bat Initial Commit 2019-02-21 01:12:15 +05:30