tstromberg
b1e4ad1daa
Add 500MB more memory, extend wait times
2019-11-06 15:17:09 -08:00
Thomas Strömberg
093e6e7a8d
Merge pull request #5849 from medyagh/gomod1
...
bump golang version to 1.13.4
2019-11-06 15:16:00 -08:00
Anders F Björklund
c6686317d0
Don't use bash as the entrypoint for docker
...
The bash shell is not very good at playing init(1), let
tini handle this instead by doing `docker run --init`.
This makes it forward signals properly to e.g. make,
and also reaps processes for long-running containers.
However, we _need_ to override the entrypoint of the
karalabe/xgo image, since it'll self-destruct otherwise.
It (/build.sh) expects the command to be the import path
and cannot handle getting the bash command line to run.
2019-11-06 23:57:40 +01:00
tstromberg
b02b4e158a
Avoid panic and output correct driver name
2019-11-06 14:18:28 -08:00
tstromberg
b27e926967
Skip DashboardCmd test on Windows
2019-11-06 14:14:56 -08:00
Thomas Strömberg
f773c4ba45
Merge pull request #5837 from tstromberg/v1.17.0
...
Update NewestKubernetesVersion to v1.17.0-beta.1
2019-11-06 14:06:27 -08:00
Medya Gh
4d83883ec6
go mod tidy
2019-11-06 14:03:08 -08:00
Medya Gh
4aa8da9d78
bumpg golang version
2019-11-06 14:01:00 -08:00
Anders Björklund
be865e584b
Merge pull request #5749 from afbjorklund/make-build
...
Use faster build for the default minikube target
2019-11-06 22:59:29 +01:00
tstromberg
7a8c7020d6
Remove modernize local provisioner/consistent IP, check off localized output, and add workflow for k8s dev
2019-11-06 12:28:14 -08:00
tstromberg
b33bb0fcc2
Merge branch 'master' into 2020-roadmap-planning
2019-11-06 12:19:56 -08:00
Sharif Elgamal
cf953f9d8c
Merge pull request #5847 from kubernetes/sharifelgamal-patch-8
...
Adding priyawadhwa as minikube approver
2019-11-06 12:08:16 -08:00
Sharif Elgamal
51a092fb53
Adding priyawadhwa as minikube approver
2019-11-06 11:58:06 -08:00
Medya Ghazizadeh
f3a794d112
Merge pull request #5738 from sharifelgamal/travis-cross
...
small travis test changes
2019-11-06 11:56:04 -08:00
Sharif Elgamal
9de78fd2df
Merge pull request #5542 from woodcockjosh/add-instructions-for-mep-supporting-docs
...
Add instructions for including supporting documents with MEP proposal
2019-11-06 11:37:11 -08:00
Sharif Elgamal
6ff68709dd
Merge pull request #5243 from rajalokan/remove-heapster
...
Remove heapster addon
2019-11-06 11:35:35 -08:00
tstromberg
0af762e51f
none driver: Add warnings about --cpus, --memory, and --container-runtime
2019-11-06 10:29:02 -08:00
tstromberg
992d4fd04a
Add an explicit Unhealthy driver priority (lowest)
2019-11-06 10:05:50 -08:00
Steffen Gransow
a8005b4ed0
mention fix for AppArmor related permission errors
...
when docker is installed via snap and can't read minikube certificates from a local user's `.minikube` config folder.
2019-11-06 10:32:35 +01:00
tstromberg
fb3360da06
Check health of drivers from existing configs
2019-11-05 17:16:23 -08:00
tstromberg
9c2b554ce7
Merge branch 'master' into better-existing-start
2019-11-05 15:04:22 -08:00
tstromberg
8809ab113a
Validate existing drivers too
2019-11-05 14:59:12 -08:00
Thomas Strömberg
a583cbec13
Merge pull request #5839 from tstromberg/vbox-be-quiet
...
Silence virtualbox registry check
2019-11-05 14:47:32 -08:00
tstromberg
858fa57f79
Silence virtualbox registry check
2019-11-05 14:22:13 -08:00
Thomas Strömberg
fa4b049593
Merge pull request #5805 from priyawadhwa/speedup-apiserver
...
Store kubernetes clientset when waiting for apiserver
2019-11-05 13:31:48 -08:00
Thomas Stromberg
79c94fba4c
Merge go.mod
2019-11-05 13:24:29 -08:00
Thomas Stromberg
187e18d604
Upgrade newest to v1.17.0-beta.1
2019-11-05 13:21:19 -08:00
Thomas Stromberg
19d43fd89d
run 'go mod tidy'
2019-11-05 13:20:58 -08:00
Sharif Elgamal
eea23483d4
Merge pull request #5806 from minikube-bot/jenkins-releases.json-v1.5.2
...
update releases.json to include v1.5.2
2019-11-04 15:07:48 -08:00
Medya Ghazizadeh
488271c6de
Merge pull request #5813 from medyagh/clean_cron
...
fix cron script installation
2019-11-04 10:16:05 -08:00
Anders Björklund
3322c50ceb
Merge pull request #5816 from afbjorklund/golint-bindata
...
Fix spelling of HTML for golint on bindata
2019-11-02 09:49:17 +01:00
Anders F Björklund
1249704884
Fix spelling of HTML for golint on bindata
2019-11-02 09:41:25 +01:00
Anders Björklund
134182fab5
Merge pull request #5679 from afbjorklund/reportcard-again
...
Reportcard again, golint and gocyclo.
2019-11-02 09:35:26 +01:00
Anders F Björklund
e5c4720433
Still support building default in docker
...
Since the docker image is always running Linux amd64, we need to
pass the actual local target to build (cross-compile) minikube for.
2019-11-02 09:21:21 +01:00
Anders F Björklund
ad22190497
Add go modules to the minikube dependencies
...
When not rebuilding everything all the time, we need to check
the go.mod for changes to the list of dependencies (and rebuild).
2019-11-02 09:05:11 +01:00
Anders F Björklund
527069ea13
Use faster build for the default minikube target
...
When we are doing the "cross" compile targets, we
force rebuilding all packages (up-to-date or not).
For the default native target "out/minikube", we
can do a much faster build (10x!), for development.
Leaving all the cross target to rebuild, as before.
Also the _test.go files are only used for unit tests.
2019-11-02 09:02:42 +01:00
Anders F Björklund
47fe5b2822
Remove ping, was added in merge conflict
...
Supposed to be removed in 361222f
, along with
some other random changes to comments and such.
2019-11-02 08:59:19 +01:00
Medya Gh
154522b007
fix cron cleanup script
2019-11-01 13:00:39 -07:00
Anders F Björklund
3ac263f6e3
Simplify the RunCmd test for cruntime
2019-11-01 19:19:10 +01:00
Anders F Björklund
df1175f51f
Merge branch 'master' into reportcard-again
2019-11-01 18:32:37 +01:00
Medya Ghazizadeh
519385074f
Merge pull request #5799 from RA489/kctlrunfix
...
update examples to use "kubectl create"
2019-11-01 10:21:01 -07:00
Thomas Strömberg
b3cce694b2
Update to v1.5.2
2019-11-01 07:39:27 -07:00
RA489
7e9f7c1278
examples doc uses deprecated "kubectl run" cmd
2019-11-01 08:24:37 +05:30
minikube-bot
24b7591f41
Update releases.json to include v1.5.2
2019-10-31 15:27:27 -07:00
Thomas Strömberg
740ee60b5f
Fix v1.5.2 date
2019-10-31 15:24:30 -07:00
Priya Wadhwa
b9562c5192
Store kubernetes clientset when waiting for apiserver
...
While looking at pprof data, I noticed that the line:
```go
client, err = k.client(k8s)
```
takes around .9 seconds to complete. Previously, we were calling it on
every iteration of the waitFor loop. Instead, if we store the clienset once
we have it, we should be able to speed up this function.
During local testing, this optimization reduced time spent waiting for
the apiserver by 13 seconds on average.
2019-10-31 13:56:46 -07:00
Thomas Strömberg
792dbf92a1
Merge pull request #5804 from tstromberg/disable-brew
...
Disable brew cask updater
2019-10-31 12:58:53 -07:00
tstromberg
f66c8d0193
exit 99
2019-10-31 12:48:45 -07:00
tstromberg
52bba15b38
Disable brew cask updater
2019-10-31 12:47:01 -07:00
Thomas Strömberg
94a5ffd447
Merge pull request #5796 from tstromberg/v1.5.2
...
Version bump to v1.5.2
2019-10-31 12:36:49 -07:00