Commit Graph

2905 Commits (c05b9697f10d853866972825f154b5f8020f617c)

Author SHA1 Message Date
Nicholas Irving c05b9697f1 this attempts to resolve
https://github.com/kubernetes/minikube/issues/2768
for Windows, by converting \ in directory string to / and using
`path.Join` instead of `filepath.Join` which uses Unix format
instead of using he current OS directory delimeter.
2018-10-16 22:12:52 +11:00
Thomas Strömberg c01c5545a5
Merge pull request #3222 from tstromberg/scary-status
Remove scary temporary non-failures so that they do not distract from real ones
2018-10-06 08:26:33 -07:00
Thomas Strömberg 5b0d189623
Merge pull request #3226 from tstromberg/v0.30.0-release
Update releases.json to v0.30.0
2018-10-05 16:32:01 -07:00
Thomas Stromberg f24c02319e Update releases.json to v0.30.0 2018-10-05 16:18:40 -07:00
Thomas Strömberg d159f3e5a2
Merge pull request #3216 from tstromberg/v0.30.0.release_notes
v0.30.0 release notes
2018-10-05 14:35:28 -07:00
Thomas Stromberg 7b86c47a07 Include 1.12 change. 2018-10-05 14:34:50 -07:00
Thomas Stromberg a5a6a1fc4e Merge branch 'master' into v0.30.0.release_notes 2018-10-05 14:31:28 -07:00
Thomas Stromberg 07015bf43c Improve wording. 2018-10-05 14:02:04 -07:00
Thomas Stromberg 3d3926fd73 Remove scary looking log messages that distract from real failures. 2018-10-05 14:01:26 -07:00
Thomas Strömberg 70837d7907
Merge pull request #3220 from tstromberg/v0.30.0-release
Bump Makefile to v0.30.0
2018-10-05 13:59:59 -07:00
Thomas Stromberg 9ccb8e7468 Merge branch 'master' into v0.30.0-release 2018-10-05 13:03:50 -07:00
Thomas Strömberg 7365178d53
Merge pull request #3180 from outcoldman/k8s-1.12
Initial support for Kubernetes 1.12+
2018-10-05 13:03:21 -07:00
Denis Gladkikh cf439dd059 Remove token created by kubectl upgrarde 2018-10-05 12:24:52 -07:00
Thomas Stromberg d1443ec324 Bump Makefile to v0.30.0 2018-10-05 12:03:34 -07:00
Thomas Strömberg acbc7559e4
Merge pull request #3215 from tstromberg/v0.30.0.release
Add scripts to generate release notes.
2018-10-05 10:58:33 -07:00
Thomas Strömberg 03ec383d9b
Merge pull request #3213 from tstromberg/cherry-d569a
Output the gofmt diff as well as the affected files.
2018-10-05 10:58:16 -07:00
Thomas Stromberg 02ff59170c Remove test only change from release notes. 2018-10-04 16:11:48 -07:00
Thomas Stromberg 3629d8877a Add space instead of empty comment to make boilerplate check happy. 2018-10-04 15:56:55 -07:00
Thomas Stromberg d4187cbd2b Merge branch 'master' into v0.30.0.release 2018-10-04 15:45:17 -07:00
Thomas Stromberg f34ba16ac0 Add release notes for v0.30.0. 2018-10-04 14:48:03 -07:00
Thomas Strömberg 583937ac3e
Merge pull request #3210 from tstromberg/dashboard_on_demand
Use "kubectl proxy" instead of a NodePort to expose the dashboard.
2018-10-04 14:42:41 -07:00
Thomas Strömberg 36d76c72ff
Merge pull request #3183 from tstromberg/k8s_releases_json_dep
Remove refs to k8s_releases.json now that `get-k8s-versions` is gone.
2018-10-04 14:42:12 -07:00
Thomas Stromberg 9da393fec3 Double quote to avoid accidental expansion. 2018-10-04 14:41:18 -07:00
Thomas Stromberg f3912d4f72 Fix shell boilerplate comment. 2018-10-04 14:40:48 -07:00
Thomas Stromberg 927a4d86d6 Replace += 1 with ++ 2018-10-04 14:32:44 -07:00
Thomas Stromberg 628fee2b44 Rename release notes script, add error detection. 2018-10-04 14:31:57 -07:00
Thomas Stromberg dd96eed9d4 Update doc. 2018-10-04 14:28:39 -07:00
Thomas Stromberg 687b62cfe7 Let gofmt 1.10.4 rewrite service_test.go.
NOTE: This differs against what 1.11 would do, but matches our current
Travis CI configuration.
2018-10-04 13:40:08 -07:00
Thomas Stromberg dc6d1bab8d Merge branch 'master' into dashboard_on_demand 2018-10-04 13:38:49 -07:00
Thomas Stromberg c1fbd2c678 Remove unneccesary newline. 2018-10-04 13:32:54 -07:00
Thomas Stromberg defb87de62 Remove unrelated file. 2018-10-04 13:32:33 -07:00
Thomas Stromberg e2ff1f566c Show diff only on changed files that are not excluded. 2018-10-04 13:31:04 -07:00
Thomas Stromberg 4e3c2beded Output the gofmt diff rather than just listing files.
It is otherwise difficult to debug issues when a contributors gofmt
version differs from the one Travis uses.
2018-10-04 13:26:37 -07:00
Thomas Stromberg 30b5d4c146 Set Travis to build with the latest Go 1.x release.
This allows us to always test against the latest stable release without
editing this file every 6 months.
2018-10-04 13:23:02 -07:00
Thomas Stromberg d569a42554 Output the gofmt diff rather than just listing files.
It is otherwise difficult to debug issues when a contributors gofmt
version differs from the one Travis uses.
2018-10-04 13:19:40 -07:00
Fernando Diaz 2ebdf5e1eb Enhance the Ingress Controller Addon (#3099)
- Updates Ingress-Controller Version to 0.19.0
- Adds Service Account for Ingress-Controller
- Adds Support for Prometheus
- Fixes bug with TCP/UDP ConfigMaps not Loading
- Adds more resource limits to default-backend
- Use new ingress class name
- Use app.kubernetes.io/xxxxxxxxxxx labels
2018-10-04 16:13:53 -04:00
Thomas Stromberg fd0d46680e Respect the -p flag to set the appropriate profile. 2018-10-04 11:35:24 -07:00
Thomas Stromberg 534325e88f Use %v for errors instead of %s 2018-10-03 21:57:17 -07:00
Thomas Strömberg 79e95f8e67
Merge pull request #3152 from afbjorklund/cni
Upgrade cni and cni-plugins to release version
2018-10-03 21:55:07 -07:00
Thomas Strömberg 9ce572222e
Merge pull request #3195 from davidovich/ensure_dev_mounted
ensure that /dev has settled before operating
2018-10-03 21:36:55 -07:00
Thomas Stromberg 7feb46edcb Removed unneccesary changes to download errors 2018-10-03 15:16:37 -07:00
Thomas Stromberg 57054acfb6 Add missing reference to cmd. 2018-10-03 15:12:40 -07:00
Thomas Stromberg c079bb1934 Update integration tests to handle newly persistant dashboard. 2018-10-03 15:06:30 -07:00
Thomas Stromberg d38705a42b Fix overzealous replacement of namespace -> ns that broke URL generation 2018-10-03 13:58:25 -07:00
Thomas Stromberg 2956621c20 Add function comments, improve proxy stdout log message 2018-10-03 13:30:09 -07:00
Thomas Stromberg 4c35c505f6 Double HTTP wait time and make error messages more readable. 2018-10-03 13:22:36 -07:00
Thomas Stromberg ac6dacff4a Address lint issues resulting from the dashboard proxy refactor. 2018-10-03 13:14:47 -07:00
Thomas Stromberg 8fd45bc751 Block until the proxy URL is healthy.
This is necessary now that there is no proper service endpoint to block
on.
2018-10-03 13:00:13 -07:00
Thomas Stromberg ca9ca6f29b Switch the label back to k8s-app instead of app for minikube compatibility. 2018-10-03 12:57:55 -07:00
Thomas Stromberg bc2dbe3b08 Improve readability of ISO download errors + include URL.
This is a separate issue I bumped into while developing the dashboard
PR.
2018-10-03 12:56:54 -07:00