Commit Graph

2972 Commits (81cdbae8d53579f889576341e4ec85a9ac4ce44f)

Author SHA1 Message Date
Thomas Stromberg 81cdbae8d5 Refactor test harness to isolate test outputs 2018-11-29 15:43:40 -08:00
Bily Zhang b9a4f9459f Fix some typos (#3302)
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-06 12:36:13 -05:00
Thomas Strömberg b410b6d76e
Merge pull request #3261 from jayunit100/patch-1
Update README.md
2018-11-06 07:11:46 -08:00
Thomas Strömberg 1d725fd9d8
Merge pull request #3280 from bartelsielski/master
Remove newline at the start of zsh completion file
2018-11-06 07:09:51 -08:00
Thomas Strömberg 19fb37bf45
Merge pull request #3297 from xichengliudui/fix18110502
Fix typo:miniube-iso -> minikube-iso
2018-11-06 07:06:15 -08:00
xichengliudui 52f37d9623 Fix typo miniube-iso -> minikube-iso 2018-11-05 02:06:30 -05:00
Bartel Sielski dd196abe30 Remove newline at the start of zsh completion file
Signed-off-by: Bartel Sielski <bsielski@nalys-group.com>
2018-10-30 11:23:46 +01:00
Thomas Strömberg 825666529b
Merge pull request #3274 from peterlobster/patch-1
Updated Hyperkit Instructions
2018-10-29 14:12:04 -07:00
peterlobster 92b5b7954d
Updated Hyperkit Instructions
The instructions for HyperKit produce the error `install: root: Invalid argument`. @ran-dall Helped me figuire out that root was not being permited foir this command, and sent me the fix for my machine. Figure I'd share it here.
2018-10-26 13:38:23 -07:00
Thomas Strömberg 2ec03ebf61
Merge pull request #3260 from tstromberg/disable-mount-osx
Disable mount tests in Darwin to workaround panic: timeout bug
2018-10-19 17:03:08 -07:00
Thomas Strömberg 2621bb3a27
Merge pull request #3187 from tstromberg/consistent_err_formatting
Globally replace %s format directives with %v for error strings
2018-10-19 16:44:46 -07:00
Thomas Strömberg 3123a4e4ff
Merge pull request #3240 from tstromberg/vmdriver=None
Add initial documentation for --vm-driver=none
2018-10-19 16:39:20 -07:00
Balint Pato 075d78c9a9
Update docs/vmdriver-none.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 16:36:18 -07:00
Thomas Strömberg 07e7a1eef3
Merge pull request #3227 from tstromberg/better_release_docs
Update release docs to reflect the state in 2018 (Jenkins!)
2018-10-19 16:35:49 -07:00
Thomas Strömberg 405f23a188
Merge pull request #3209 from kubernetes/tstromberg-patch-2
Update VM driver instructions to use install(1)
2018-10-19 16:32:56 -07:00
Thomas Strömberg 43cdeb9242
Merge pull request #3219 from tstromberg/docker-env
Fix broken TestFunctional/EnvVars test when run under non-bash shell.
2018-10-19 16:19:54 -07:00
Thomas Strömberg 6e17cb386a
Merge pull request #3239 from tstromberg/v0.30.0-release
v0.30.0: Specifically call out the fixed CVE and omitted #3148
2018-10-19 16:19:19 -07:00
Thomas Strömberg 22dc06adc6
Merge pull request #3241 from tstromberg/cve-announce
Mention CVE-2018-1002103 on frontpage.
2018-10-19 16:19:08 -07:00
Thomas Strömberg b93c22b6ab
Merge pull request #3221 from tstromberg/iso_errors
Include ISO URL and reduce stutter in download error message
2018-10-19 16:18:53 -07:00
Thomas Stromberg 88ab68305b Add runtime import for Darwin check. 2018-10-19 16:16:32 -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