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
Matt Rickard
b146f0dffb
Merge pull request #1258 from r2d4/update-heapster
...
Update heapster addon to v1.3.0
2017-03-20 09:54:36 -07:00
Matt Rickard
86ce484f74
Merge pull request #1263 from seeekr/patch-1
...
fix typo in CHANGELOG.md
2017-03-20 07:05:32 -07:00
Denis Andrejew
dc6e830d7f
fix typo in CHANGELOG.md
2017-03-20 12:04:21 +01:00
Matt Rickard
0bdb666695
Merge pull request #1261 from IxDay/improve-doc
...
Improve package requirement list for minikube-iso
2017-03-19 12:07:39 -07:00
Maxime Vidori
8dd1141e10
Improve package requirement list for minikube-iso
2017-03-19 19:31:01 +01:00
Matt Rickard
e26fa0dcac
Merge pull request #1242 from r2d4/iso-changz
...
Only detect iso changes from merge-base on master
2017-03-17 15:47:30 -07:00
Matt Rickard
0194b34344
Update heapster addon to v1.3.0
2017-03-17 15:44:15 -07:00
Matt Rickard
7b28b8123e
Merge pull request #1256 from r2d4/nfs_v4_2
...
Add kernel option for NFS_V4_2
2017-03-17 11:09:00 -07:00
Matt Rickard
9144ba3c77
Merge pull request #1251 from r2d4/ingress-upgrade
...
Upgrade nginx ingress to v0.9-beta.3
2017-03-17 10:04:22 -07:00
Matt Rickard
a928194d7d
Add kernel option for NFS_V4_2
2017-03-17 09:57:27 -07:00
Matt Rickard
ce4f698b61
Merge pull request #1247 from r2d4/arch-0.17.1
...
Update arch linux installer to 0.17.1
2017-03-17 09:33:34 -07:00
Matt Rickard
c48a1eb330
Upgrade nginx ingress to v0.9-beta.3
2017-03-16 13:22:10 -07:00
Matt Rickard
69c85e9828
Merge pull request #1250 from r2d4/fix-logging-message
...
Fix logging message for feature gates
2017-03-16 11:56:44 -07:00
Matt Rickard
d2e355182b
Fix logging message for feature gates
2017-03-16 11:23:51 -07:00
Matt Rickard
9bd59f112a
Merge pull request #1245 from r2d4/backwards-compatible
...
Only pass in APIServerName flag is specified
2017-03-16 10:09:40 -07:00
Matt Rickard
a926731d57
Update arch linux installer to 0.17.1
2017-03-16 09:49:12 -07:00
Matt Rickard
27f10cb3d5
Merge pull request #1246 from r2d4/localkube-releases
...
Add v1.6.x localkube releases
2017-03-15 18:35:04 -07:00
Matt Rickard
029377ffd1
Add v1.6.x localkube releases
2017-03-15 16:13:10 -07:00
Matt Rickard
bc10d55097
Only pass in APIServerName flag is specified
...
Otherwise, compatibility with old versions of localkube is broken in
all cases. APIServerName flag can still only be specified in v1.5.3 or
newer.
2017-03-15 15:37:22 -07:00
Matt Rickard
161d61fc91
Merge pull request #1198 from r2d4/cifs
...
Add CIFS-utils to minikube iso
2017-03-15 10:28:10 -07:00
Matt Rickard
2442d8f020
Only detect iso changes from merge-base on master
...
When new iso changes are commited to master, don't count them as diffs
with old PRs that haven't been rebased. That way, we don't rebuild the
iso for PRs that don't contain the upstream fixes yet.
2017-03-14 13:50:08 -07:00
Matt Rickard
f67e900e18
Merge pull request #1241 from dlorenc/hash
...
CoreOS has a new signing key.
2017-03-14 11:10:56 -07:00
dlorenc
7f8f29d28e
Merge pull request #1205 from dalehamel/parse-cidrs
...
Add support for passing CIDRs to config
2017-03-14 10:49:07 -07:00
dlorenc
964ff65f39
Fix gofmt.
2017-03-14 10:07:34 -07:00
dlorenc
8010715e27
CoreOS has a new signing key.
2017-03-14 10:06:03 -07:00
dlorenc
63ac7e8a76
Fix tests.
2017-03-13 10:21:14 -07:00
dlorenc
c220ada63b
Fix tests.
2017-03-07 15:00:19 -05:00
Dale Hamel
107e3324a6
Add support for parsing CIDRs to config
2017-03-07 14:59:36 -05:00
Matt Rickard
ab37b506cd
Merge pull request #1216 from minikube-bot/jenkins-releases.json-v0.17.1
...
update releases.json to include v0.17.1
2017-03-06 11:19:19 -08:00
Matt Rickard
4639bc01a0
Merge branch 'master' into jenkins-releases.json-v0.17.1
2017-03-06 11:16:57 -08:00