Commit Graph

1317 Commits (19bdd1d09796a62ed73c4e927c8f301907d29c2c)

Author SHA1 Message Date
Aaron Prindle 19bdd1d097 Merge branch 'master' into update-localkube-docker 2017-02-17 09:39:33 -08:00
Matt Rickard f15ddc0d4c Merge pull request #1137 from r2d4/clean-jenks
Clean up unused jenkins scripts
2017-02-16 15:25:39 -08:00
Matt Rickard 7eebbf9e32 Clean up unused jenkins scripts 2017-02-16 15:17:55 -08:00
Aaron Prindle 8429a6a848 Merge pull request #1136 from aaron-prindle/b2d-error-msg
Added warning message to boot2docker provisioner
2017-02-16 13:31:41 -08:00
dlorenc 587b49dd20 Merge pull request #1072 from dlorenc/testpersist
Add a test that the right directories are persisted.
2017-02-16 12:15:02 -08:00
Aaron Prindle 49ce54a6c3 Added warning message to boot2docker provisioner 2017-02-16 12:08:25 -08:00
Matt Rickard 513e463bca Merge pull request #1134 from r2d4/doc-iso
Add documentation for CI iso builds
2017-02-16 09:55:35 -08:00
Matt Rickard cfc6bcb815 Add documentation for CI iso builds 2017-02-16 09:45:57 -08:00
dlorenc fb910496a3 Add a test that the right directories are persisted. 2017-02-16 09:41:25 -08:00
Matt Rickard b55e0997f4 Merge pull request #1131 from r2d4/new-releases-16
Add v1.6.0-alpha.1 and v1.5.3 releases
2017-02-15 11:18:44 -08:00
Matt Rickard 37d2805e4f Merge pull request #1129 from r2d4/v1.5.3
Upgrade default k8s to v1.5.3
2017-02-15 10:35:28 -08:00
Matt Rickard 155f18a35c Add v1.6.0-alpha.1 and v1.5.3 releases 2017-02-15 10:05:57 -08:00
Matt Rickard 94fe5c8423 Upgrade k8s to v1.5.3 2017-02-15 10:01:29 -08:00
Matt Rickard cc8ca66e04 Merge pull request #1128 from endocode/dongsu/bump-rkt-1.24
rkt: bump to 1.24.0
2017-02-15 09:52:21 -08:00
Matt Rickard 9e2ee01098 Merge pull request #1118 from r2d4/iso-integration
Detect and test against ISO changes
2017-02-15 09:51:49 -08:00
Aaron Prindle 6011819e3a Updated localkube docker instructions, added build to main makefile 2017-02-14 19:46:21 -08:00
Matt Rickard a125157f44 Detect and test against ISO changes
When changes are made to the ISO folder, rebuild and upload the newly
modified image.  Use this uploaded image as the default in the e2e test
binaries, so that the e2e test suite runs against the PR's changes.

TODO: Subsequent PRs (no changes to ISO) will still run against the
default version in the makefile.  We should figure out if we want to
always run tests against the "latest" image.
2017-02-14 13:42:20 -08:00
Dongsu Park 91e023a83b rkt: bump to 1.24.0
As rkt 1.24.0 supports an experimental attach command, minikube iso
image should also contain the new version.

See also https://github.com/coreos/rkt/pull/3396#issuecomment-275119304
/cc @s-urbaniak
2017-02-14 13:04:08 +01:00
dlorenc 072ccdc29e Merge pull request #1125 from tvon/persist-hostpath_pv
Persist /tmp/hostpath_pv
2017-02-13 18:38:06 -08:00
Matt Rickard 597fd30bd1 Merge pull request #1122 from r2d4/addons-integration
Addons integration
2017-02-13 13:57:51 -08:00
Matt Rickard cee7653285 Retry error for addons kubectl cmd 2017-02-13 12:55:28 -08:00
Matt Rickard 00387b9783 Merge pull request #1127 from r2d4/service-list
Call RootCmd's persistentPreRun from svc cmd
2017-02-13 12:45:39 -08:00
Matt Rickard 7c607c7086 Merge pull request #1126 from r2d4/cleanup
Slim down driverGetter type
2017-02-13 12:45:26 -08:00
Matt Rickard a44f87d57a Call RootCmd's persistentPreRun from svc cmd
Currently the service command overwrites the RootCmd's persistent pre
run.  Now it will run the rootcmd's persistent pre run after it runs
its own.
2017-02-13 11:38:54 -08:00
Matt Rickard 2410b268f7 Slim down driverGetter type
Remove unused driverName from this type
2017-02-13 10:58:09 -08:00
Matt Rickard cfa70addd7 Merge pull request #1123 from tvon/enable-user-namespace
Enable user namespace in kernel
2017-02-13 10:33:13 -08:00
dlorenc 776840c955 Merge pull request #1114 from tvon/fix-rkt-gpg-command
Use backticks inline instead of $(shell ...) in rkt-bin.mk
2017-02-13 10:14:39 -08:00
Tom von Schwerdtner e4d62f1028 Persist /tmp/hostpath_pv 2017-02-13 12:32:46 -05:00
Tom von Schwerdtner d66a4203a7 Enable CONFIG_USER_NS 2017-02-12 13:43:47 -05:00
Tom von Schwerdtner 521dba6ec8 Re-generate unchnaged kernel config
To make future changes clearer
2017-02-12 13:43:22 -05:00
Aaron Prindle 565d95e31e Merge pull request #1121 from aaron-prindle/fix-formatting
Fixed formatting of env var section
2017-02-11 19:16:40 -08:00
Aaron Prindle dae1ac0622 Fixed formatting of env var section 2017-02-11 19:14:38 -08:00
Aaron Prindle 9c5fdbb368 Merge pull request #1094 from aaron-prindle/docs-env
Added environment variable notes to README.md
2017-02-11 19:04:13 -08:00
Aaron Prindle ec92eaa3bc Added environment variable notes to README.md 2017-02-11 18:19:53 -08:00
Matt Rickard 7f1747b2a5 Merge pull request #1115 from endocode/dongsu/test-check-stop-retry
test: check stopped status repeatedly
2017-02-10 13:47:44 -08:00
Dongsu Park c58e5dd10f test: check stopped status repeatedly
In TestStartStop(), check for stopped status once in 5 seconds,
up to 30 seconds, instead of always sleeping for 30 seconds
before stopping it. That way we can reduce duration of the test.

To do that, we need to split out MinikubeRunner.CheckStatus() into
CheckStatusNoFail() that doesn't lead to T.Fatalf(). Other call sites
of CheckStatus() would not be then affected.
2017-02-10 20:27:54 +01:00
Tom von Schwerdtner ef8a134495 Use backticks inline instead of $(shell ...)
On the initial build run on a new system, the $(shell ...) variant fails
to provide any output for inline substitution and you end up with the
error:

```
gpg: `--verify-files' is not a valid long keyID
```

Using backticks will provide the desired output on the first run on a
system.
2017-02-10 14:10:18 -05:00
Matt Rickard f52805360d Merge pull request #1109 from endocode/dongsu/err-msg-newline
Add missing newline chars to error messages
2017-02-10 09:56:38 -08:00
Aaron Prindle 2f02060355 Merge pull request #1104 from aaron-prindle/minikube-home-env-var
Added MINIKUBE_HOME env variable which sets .minikube directory
2017-02-09 11:52:57 -08:00
Aaron Prindle c418095c38 Added MINIKUBE_HOME env variable which sets .minikube directory 2017-02-09 11:07:44 -08:00
dlorenc ab9cbf7ec0 Merge pull request #1091 from aaron-prindle/start-progress
Added additional print statements to minikube start
2017-02-09 10:57:42 -08:00
dlorenc 47bfae3e9a Merge pull request #1108 from aaron-prindle/fix-registry-creds-addon
Fix GCR in registry-creds addon
2017-02-09 10:50:21 -08:00
Dongsu Park 2976ae28af Add missing newline chars to error messages
Several error messages don't print out newline characters at the end,
for example:

```
$ minikube addons open dashboard
This addon does not have an endpoint defined for the 'addons open' command
You can add one by annotating a service with the label kubernetes.io/minikube-addons-endpoint:dashboard$
```
2017-02-09 17:29:39 +01:00
Matt Rickard d9355d89e7 Merge pull request #1074 from r2d4/release-iso
Add release-iso Makefile rule
2017-02-08 18:40:59 -08:00
Aaron Prindle f5e692a6f6 Fix GCR in registry-creds addon 2017-02-08 16:16:07 -08:00
Matt Rickard 54457107ab Merge pull request #1098 from GheRivero/dns-systemd
Ignore dns settings for docker-machines network
2017-02-08 12:12:25 -08:00
dlorenc 0e20ad02af Merge pull request #1105 from puja108/patch-1
fixed RBAC example in README
2017-02-08 09:45:05 -08:00
Puja 3bfa24f3c7 fixed RBAC example
The RBAC example with SuperUser flag was missing a comma, which made minikube fail starting up (even when it didn't report an error). Tested with minikube v0.16.0
2017-02-08 14:55:54 +01:00
Matt Rickard 1368e7a02d Merge pull request #1102 from bfallik/patch-1
Update README.md
2017-02-07 14:05:00 -08:00
Matt Rickard f357f9639f Merge pull request #1101 from r2d4/roadmap-update
Update roadmap for Q1-17
2017-02-07 13:00:53 -08:00