tstromberg
c9f99ece2c
Add 'kubectl describe node' output, make error messages clearer
2019-11-06 15:17:36 -08:00
tstromberg
b1e4ad1daa
Add 500MB more memory, extend wait times
2019-11-06 15:17:09 -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
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
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
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
tstromberg
97bd438fd7
Update Changelog
2019-10-31 12:05:27 -07:00
Thomas Strömberg
d7569b375c
Merge pull request #5803 from tstromberg/allow-force
...
Allow CPU count check to be disabled using --force
2019-10-31 12:03:13 -07:00
Thomas Strömberg
9b4534c990
Merge pull request #5802 from tstromberg/corp-friendly-network
...
Make network validation friendlier, especially to corp networks
2019-10-31 12:03:02 -07:00
tstromberg
9cfd2073ba
Allow CPU count check to be disabled using --force
2019-10-31 11:28:34 -07:00
Thomas Stromberg
361222f606
Make network validation friendlier, especially to corp networks
2019-10-31 09:49:41 -07:00
tstromberg
53f70216ee
Merge branch 'master' into v1.5.2
2019-10-31 09:35:32 -07:00
Medya Ghazizadeh
fc8e032bdc
Merge pull request #5310 from afbjorklund/go_getter_tags
...
Avoid the s3 and gcs protocol handlers in go-getter
2019-10-30 16:54:48 -07:00
tstromberg
e9b579bc4b
Minor massaging of release notes
2019-10-30 16:09:32 -07:00
tstromberg
113aee0eef
Version bump to v1.5.2
2019-10-30 16:08:49 -07:00
Thomas Strömberg
cd19c5166f
Merge pull request #5790 from tstromberg/service
...
service: fix --url mode, add integration tests
2019-10-30 15:27:38 -07:00
Thomas Strömberg
0e2544badd
Merge pull request #5794 from tstromberg/none-reliable
...
Fix pod list retry, reset start timer
2019-10-30 15:27:22 -07:00
tstromberg
8b24eafbed
Fix pod list retry, reset start timer
2019-10-30 14:36:15 -07:00
tstromberg
c34e865ab6
Improve warning message
2019-10-30 14:06:39 -07:00