Aaron Prindle
343714bb3b
Merge pull request #1321 from aaron-prindle/dns-domain
...
Added --dns-domain flag to localkube
2017-04-03 11:51:19 -07:00
Aaron Prindle
f475961cde
Added --dns-domain flag to localkube
2017-04-03 10:25:25 -07:00
Aaron Prindle
5998df868d
Merge pull request #1319 from warmchang/windows
...
Add the virtualbox support description for windows host.
2017-04-03 08:04:17 -07:00
Wiiliam Chang
3554f1941d
Add the virtualbox support description for windows host.
2017-04-03 19:17:14 +08:00
Matt Rickard
62ae35c9de
Merge pull request #1316 from kokhang/add-jq-coreutils-rbd
...
Installing jq and coreutils packages and adding RBD kernel module
2017-04-01 11:51:43 -07:00
Steve Leon
f3524f7927
Installing jq and coreutils packages and adding RBD kernel module
...
Coreutils package is needed for base64
Fixes #1315
2017-04-01 00:58:19 -07:00
Aaron Prindle
c7bd5eb4fd
Merge pull request #1300 from aaron-prindle/remove-b2d-commands
...
Removed B2D start commands and also a reference of B2D in docker_test
2017-03-31 10:39:09 -07:00
Matt Rickard
4ef8d2eb30
Merge pull request #1312 from ericchiang/print-to-stderr
...
pkg/minikube: print error messages to stderr
2017-03-30 19:42:49 -07:00
Eric Chiang
cdffcdf258
pkg/minikube: print error messages to stderr
2017-03-30 19:11:09 -07:00
Aaron Prindle
6ca6a8993b
Removed B2D start commands and also a reference of B2D in docker_test
2017-03-29 13:57:46 -07:00
Matt Rickard
9f7647f4f4
Merge pull request #1305 from dvoytik/patch-1
...
README: fix broken link to the documentation
2017-03-29 13:13:42 -07:00
Dmitry Voytik
242defc0e4
README: fix broken link to the documentation
2017-03-29 21:02:16 +02:00
Matt Rickard
4b3459ed5b
Merge pull request #1289 from r2d4/disable-default-provisioner
...
Disable the default provisioner addon
2017-03-29 10:11:03 -07:00
Matt Rickard
1ce969fcf8
Merge pull request #1304 from IxDay/doc-improvement
...
Add documentation for iso testing
2017-03-29 09:15:29 -07:00
Maxime Vidori
dc3e2c1043
Add documentation for iso testing
2017-03-29 10:35:33 +02:00
Matt Rickard
f3d0a542c9
Merge pull request #1303 from r2d4/1.6-json
...
Add Kubernetes 1.6 release to releases.json
2017-03-28 22:55:42 -07:00
Matt Rickard
3ad0190d78
Merge pull request #1288 from r2d4/dedupe
...
Don't glog top level command error message
2017-03-28 21:09:18 -07:00
Matt Rickard
e71845e216
Add Kubernetes 1.6 release to releases.json
2017-03-28 20:20:21 -07:00
dlorenc
c0d81683a8
Merge pull request #1297 from aaron-prindle/delete-error
...
Removed error reporting prompt from minikube delete
2017-03-27 14:32:37 -07:00
Matt Rickard
bf32cee2cd
Merge pull request #1287 from r2d4/no-parallel
...
Don't run TestGetLogs in parallel
2017-03-27 11:24:54 -07:00
Aaron Prindle
6811b8ba83
Merge pull request #1294 from brahmaroutu/fix_cidr_parse
...
Fixed the certification generation to use the correct IP.
2017-03-27 11:24:05 -07:00
Aaron Prindle
f5fd42ea4d
Removed error reporting prompt from minikube delete
2017-03-27 10:34:06 -07:00
Matt Rickard
2423957878
Merge pull request #1295 from sbellem/fix-typo-in-readme
...
Remove duplicate "the"
2017-03-27 09:04:58 -07:00
Sylvain Bellemare
329620e36f
Remove duplicate "the"
...
It may be noted that "The The" are an English post-punk band.
2017-03-27 16:50:05 +02:00
Matt Rickard
5c7e78a2ac
Merge pull request #1276 from IxDay/dockerized_iso
...
Dockerized build for minikube-iso
2017-03-25 17:39:08 -07:00
Srini Brahmaroutu
41f41646a5
Fixed the certification generation to use the correct IP.
...
When invoking localkube a certificate is not correctly generated for the
target ip. For example, when network 10.0.0.1/24 is parsed it generates
a certificate for 10.0.0.0 instead of 10.0.0.1.
Fixed #1215 . (with @mhbauer)
2017-03-24 17:02:28 -07:00
Matt Rickard
f4e40b4a1d
Merge pull request #1292 from r2d4/rc.1-update
...
Add v1.6.0-rc.1 to releases.json
2017-03-24 15:33:23 -07:00
Matt Rickard
3410151439
Add v1.6.0-rc.1 to releases.json
2017-03-24 14:23:46 -07:00
Matt Rickard
dba5639d7c
Merge pull request #1272 from r2d4/builddate
...
Add build date to localkube
2017-03-24 11:58:18 -07:00
Matt Rickard
f8a9e5240f
Merge pull request #1286 from r2d4/backport-fix
...
Check APIServerName against default
2017-03-24 11:23:21 -07:00
Matt Rickard
f996c79330
Disable the default provisioner addon
...
We have to do this through client-go directly, since the addon manager
and kubectl ignore the storageclass resource.
2017-03-24 10:01:57 -07:00
Maxime Vidori
eacc326765
Dockerized build:
...
$ make buildroot-image
$ make out/minikube.iso
- Add en entry in the Makefile for building the container: buildroot-image
- Modify the minikube-iso target to out/minikube.iso to comply with the way
makefiles work.
- Also force the use of a docker container. If not needed
just run IN_DOCKER=1 make out/minikube.iso to avoid the invokation of a docker
container.
- Add some doc.
- The tag added to the generated image will allow to bypass the build of the
image as soon as the container is pushed to the minikube registry.
2017-03-24 13:41:02 +01:00
Matt Rickard
1e74692340
Don't glog top level command error message
...
This is already printed to stderr through RootCmd.Execute(). We could
save to this the glog logs by supressing the RootCmd.Execute() error
output, but this displays a more user friendly error (i.e. no log
prepended info)
2017-03-23 15:10:42 -07:00
Matt Rickard
d572ec731e
Merge pull request #1235 from Calpicow/master
...
Add instructions for running Localkube in Docker for Mac/Windows
2017-03-23 14:31:37 -07:00
Phu Kieu
0fbcf555b2
Add instructions for running Localkube in Docker for Mac/Windows
2017-03-23 14:26:05 -07:00
Matt Rickard
046d76796d
Don't run TestGetLogs in parallel
...
Concurrent map writes
2017-03-23 11:29:24 -07:00
Matt Rickard
918b36ad6e
Check APIServerName against default
...
If the apiserver is something other than the default, pass in the flag.
This won't be compatible with the old versions of localkube. Old
versions of localkube will work as long as apiserver-name is not
specified in minikube, always using the default.
2017-03-23 10:28:42 -07:00
Aaron Prindle
484cf61566
Merge pull request #1283 from upmc-enterprises/registryCredsDockerSupport
...
Add support for private docker registry in registry-creds
2017-03-23 09:24:51 -07:00
Steve Sloka
3624aa2e22
Added missing delete secret for dpr
2017-03-23 11:07:56 -04:00
Steve Sloka
ad770c7a3d
Add support for private docker registry in registry-creds
2017-03-23 09:36:21 -04:00
Matt Rickard
12e41aeaba
Merge pull request #1273 from r2d4/logs
...
Add -f --folow option to minikube logs
2017-03-21 11:44:10 -07:00
Matt Rickard
c9a5152e21
Add -f --folow option to minikube logs
...
Allows tailing of the logs
2017-03-21 11:04:35 -07:00
Matt Rickard
4aae1c6d5c
Add build date to localkube
2017-03-21 10:06:11 -07:00
Matt Rickard
4edbe4c0bd
Merge pull request #1269 from r2d4/update-readme
...
Update readme
2017-03-21 09:29:31 -07:00
r2d4
272c3fca99
Update demo output
2017-03-20 22:03:01 -07:00
r2d4
2516f0ea93
Normalize all the line endings
2017-03-20 22:02:55 -07:00
Matt Rickard
9dfeef2f04
Merge pull request #1260 from e-max/add_docker_opt
...
add --docker-opt parameter which passes flags to docker daemon
2017-03-20 17:13:19 -07:00
Max Lavrenov
ae153c6348
add --docker-opt parameter which passes flags to docker daemon
2017-03-20 23:39:55 +01:00
Matt Rickard
ee94abb8c8
Merge pull request #1266 from r2d4/localkube-164
...
Add v1.6.0-beta.4 release
2017-03-20 11:34:37 -07:00
Matt Rickard
0797926e13
Add v1.6.0-beta.4 release
2017-03-20 10:24:30 -07:00