Commit Graph

3005 Commits (5349a744880490a3c6e6f97abe1884815b45446e)

Author SHA1 Message Date
Thomas Stromberg 88ab68305b Add runtime import for Darwin check. 2018-10-19 16:16:32 -07:00
Thomas Stromberg cc690750cf Ensure that all variables are expanded out. 2018-10-19 16:10:35 -07:00
Thomas Stromberg 0f57ffa836 Fix bad build result comparison.
Also apply https://google.github.io/styleguide/shell.xml and
https://sipb.mit.edu/doc/safe-shell/ while I'm in here.
2018-10-19 16:00:06 -07:00
Thomas Strömberg 2aabf1f836
Merge pull request #3214 from tstromberg/go_version
Let Travis track the latest stable Go 1.x release.
2018-10-19 15:35:28 -07:00
Balint Pato 1b798c0fd3
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:52 -07:00
Balint Pato 474421fd21
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:38 -07:00
Balint Pato 3014102a63
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:35 -07:00
Balint Pato 33f70268ec
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:32 -07:00
Balint Pato fddd58bb71
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:26 -07:00
Balint Pato 558b2d8755
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:28:37 -07:00
Balint Pato b50ef4c027
Update docs/contributors/releasing_minikube.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:28:34 -07:00
Thomas Stromberg 118e9cc016 Apply go 1.11 formatting using `gofmt -s -l -w` 2018-10-19 14:29:56 -07:00
Thomas Stromberg 88f2676b36 Merge branch 'master' into go_version 2018-10-19 14:29:38 -07:00
Thomas Stromberg 1f968bc893 More merge conflicts. 2018-10-19 14:20:17 -07:00
Thomas Stromberg 13e580b588 Fix merge breakage. 2018-10-19 14:16:03 -07:00
Thomas Stromberg 72e596507a Merge branch 'master' into consistent_err_formatting 2018-10-19 14:08:35 -07:00
Thomas Stromberg f3ba397c29 Add initial documentation for --vm-driver=none 2018-10-19 13:58:51 -07:00
Thomas Stromberg 3e256a0463 Fix accidental switch from Println to Printf 2018-10-19 13:48:25 -07:00
Balint Pato ae9f4b20c7
minikube tunnel (#3015)
This commit introduces a new command, `minikube tunnel`, a LoadBalancer emulator functionality, that must be run with root permissions.

This command:

* Establishes networking routes from the host into the VM for all IP ranges used by Kubernetes.
* Enables a cluster controller that allocates IPs to services external `LoadBalancer` IPs.
* Cleans up routes and IPs when stopped (Ctrl+C), when `minikube` stops, and when `minikube tunnel` is ran with the `--cleanup` flag
2018-10-18 11:01:47 -07:00
jay vyas ab55dc1ffe
Update README.md
Make it clear that for none, you must be running standard docker.
2018-10-17 22:07:11 -04:00
Thomas Stromberg f20bf4d3b2 Disable mount tests in Darwin to workaround panic: timedout bug
These tests reliably cause a "panic: timed out" condition due to
hitherto unknown reasons. See issue #3200 for context.

dlorenc mentioned that this test never worked, so when I re-enabled it
recently for all platforms in af61bf790c,
it introduced a persistent test failure for darwin.

I'll leave issue #3200 open until we are able to re-enable this test.
2018-10-17 14:58:40 -07:00
Thomas Strömberg e77d95a638
Merge pull request #3223 from AkihiroSuda/docker1806
Upgrade Docker, from 17.12.1-ce to 18.06.1-ce
2018-10-17 14:47:35 -07:00
Balint Pato 64e1853910
small fixes to boilerplate and integration test scripts (#3212)
Introduces hack/boilerplate/fix.sh that automatically fixes the copyright header in files.
2018-10-17 14:22:26 -07:00
Thomas Stromberg b2e50a475e Mention CVE on frontpage. 2018-10-09 16:26:03 -07:00
Thomas Stromberg 69d36a5528 Move asterisks over. 2018-10-09 14:48:40 -07:00
Thomas Stromberg a07594315a Fix CVE title. 2018-10-09 14:46:37 -07:00
Thomas Stromberg dc6a568830 Highlight the fixed CVE, add accidentally omitted #3148 2018-10-09 14:41:22 -07: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 Stromberg 10fa467dbe Quote gs URL so that the wildcard works properly. 2018-10-05 16:42:05 -07:00
Thomas Stromberg 3b1b1e811a Merge branch 'master' into better_release_docs 2018-10-05 16:39:35 -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 06aa8da9c9 Merge branch 'master' into better_release_docs 2018-10-05 16:22:38 -07:00
Thomas Stromberg f24c02319e Update releases.json to v0.30.0 2018-10-05 16:18:40 -07:00
Thomas Stromberg 9a1b79fdc4 Reflect the reality of the Jenkins release builder. 2018-10-05 16:15:04 -07:00
Thomas Stromberg 317f69a964 Split releases.json work, since it cannot be done until after the Jenkins workflow 2018-10-05 14:53:50 -07:00
Thomas Stromberg fe15132c31 Improve build release doc 2018-10-05 14:46:20 -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 cc0a97f304 Building a release requires tags to be built 2018-10-05 14:30:48 -07:00
Akihiro Suda 8edef67226 Upgrade Docker, from 17.12.1-ce to 18.06.1-ce
Docker >= 18.06 is needed for securityContext.procMount (Kubernetes >= 1.12)

See kubernetes/kubernetes#64283 and docker/docker-ce@67fe100

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-10-06 06:17:01 +09: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 b6021f6418 Reword more. 2018-10-05 13:15:08 -07:00
Thomas Stromberg 2851d676ed Merge branch 'master' into better_release_docs 2018-10-05 13:07:08 -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
Thomas Stromberg 7e54a16d60 Include ISO URL in download error, make output slightly easier to read. 2018-10-05 12:50:47 -07:00
Denis Gladkikh cf439dd059 Remove token created by kubectl upgrarde 2018-10-05 12:24:52 -07:00