Commit Graph

4542 Commits (17a407dffb25e5bf4be0c70d518fbf12d5149f18)

Author SHA1 Message Date
dlorenc ade23e737d make gendocs 2017-01-18 14:11:34 -08:00
dlorenc 5b1e05b7e6 Update to k8s 1.5.2 2017-01-18 11:51:21 -08:00
Aaron Prindle 7faa5e1c01 Merge pull request #1016 from aaron-prindle/update-iso-version
Updated minikube-iso to v1.0.3 to include a fix for Windows
2017-01-18 11:20:54 -08:00
Aaron Prindle c610deaa43 Fixed kubectl download text/check for Windows 2017-01-18 10:52:20 -08:00
Matt Rickard 288913c0ab Merge pull request #1017 from r2d4/fmt
Ignore ./out folder in gofmt test
2017-01-17 14:42:39 -08:00
Matt Rickard b53320dee2 Ignore ./out folder in gofmt test 2017-01-17 13:00:36 -08:00
Matt Rickard 69c3b5b818 Fixes nil dereference on error and addons open
Some addons don't have a 'minikube addons open' endpoint defined, so
don't retry and wait for them.
2017-01-17 11:50:25 -08:00
Aaron Prindle 628835964f Updated minikube-iso to v1.0.3 to include a fix for Windows 2017-01-17 11:47:14 -08:00
Matt Rickard 2fa569a1c9 Merge pull request #1010 from fate-grand-order/master
fix missing argument for Printf
2017-01-17 11:20:35 -08:00
fate-grand-order c4ed8df451 fix missing argument for Printf 2017-01-17 15:17:40 +08:00
Aaron Prindle 35d1ec7b78 Merge pull request #1005 from aaron-prindle/fix-hv-kvp-windows
Fixed hv_kvp_daemon.mk to fix minikube for windows hyperv
2017-01-13 15:13:07 -08:00
Aaron Prindle df17303855 Fixed hv_kvp_daemon.mk to fix minikube for windows hyperv 2017-01-13 15:00:21 -08:00
Aaron Prindle 701efc09f2 Merge pull request #1004 from aaron-prindle/gcr-aws-in-readme
Updated README to explain that GCR and ECR are supported
2017-01-13 10:45:15 -08:00
Aaron Prindle c2c7424d81 Updated README to explain that GCR and ECR are supported 2017-01-13 10:23:09 -08:00
Matt Rickard c2a8c9a0a2 Merge pull request #998 from r2d4/more-tests
Add non-blocking test for systemd units
2017-01-13 10:07:56 -08:00
Aaron Prindle b40a7006e4 Merge pull request #1001 from upmc-enterprises/updateRegistryAddon
Rename awsecr-creds to registry-creds & update version
2017-01-13 10:01:28 -08:00
Steve Sloka 446847734a Updated readme 2017-01-13 11:31:15 -05:00
Steve Sloka ae2ae8f23c Rename awsecr-creds to registry-creds & update version which now supports Google Registry 2017-01-13 10:54:30 -05:00
Matt Rickard 52dc0a1c4f Add non-blocking test for systemd units
Integration test for failing systemd units.  Once we fix the hostname
service, we can make this a blocking test.
2017-01-12 14:02:23 -08:00
Matt Rickard a8b5d472e6 Merge pull request #992 from jimmidyson/extra-config-slice-flags
Allow setting string slices in extra config
2017-01-12 12:59:02 -08:00
Matt Rickard 9aba218c64 Merge pull request #994 from r2d4/data
Add back persistent /data directory in ISO
2017-01-12 10:34:15 -08:00
Matt Rickard b01a97c549 Add back persistent /data directory in ISO 2017-01-12 09:54:47 -08:00
Jimmi Dyson 23a1e4ada4
Allow setting string slices in extra config 2017-01-12 12:10:53 +00:00
Matt Rickard 771aeb967c Merge pull request #985 from minikube-bot/jenkins-releases.json-v0.15.0
update releases.json to include v0.15.0
2017-01-11 14:28:21 -08:00
Matt Rickard 552d918892 Merge pull request #987 from pbitty/update_msg_stderr
Print update notification to stderr
2017-01-11 14:23:54 -08:00
Matt Rickard 0256a38230 Merge pull request #989 from r2d4/vboxfs
Revert "Disable some kernel_config options"
2017-01-11 11:31:56 -08:00
Matt Rickard 604b80f183 Revert "Disable some kernel_config options"
This reverts commit 2a2905aca7.
2017-01-11 11:05:19 -08:00
Paulo Bittencourt 621178bce0 Print update notification to stderr 2017-01-11 08:42:01 -05:00
Matt Rickard ab5396d3c0 Merge pull request #981 from r2d4/jenkins
Parameterize jenkins jobs
2017-01-10 14:31:36 -08:00
minikube-bot a3b90ddb60 Update releases.json to include v0.15.0 2017-01-10 21:24:34 +00:00
Matt Rickard 67d59d4ccd Merge pull request #984 from r2d4/0.15
Cut 0.15.0 release
2017-01-10 11:50:35 -08:00
Matt Rickard 7e313451c1 Merge pull request #977 from r2d4/feature-gates
Support enabling alpha features with feature gates
2017-01-10 10:55:09 -08:00
Matt Rickard a12364ddf0 Cut 0.15.0 release 2017-01-10 10:42:06 -08:00
Matt Rickard 361b298569 Merge pull request #982 from rf232/dashboard-1.5.1
Update to Dashboard v1.5.1 release
2017-01-10 09:39:15 -08:00
Rob Franken 37941005d9 update to dashboard 1.5.1 release 2017-01-10 11:51:38 +01:00
dlorenc edb74281c6 Merge pull request #980 from dlorenc/pprof
Add an environment variable to enable CPU profiling in minikube.
2017-01-09 20:47:18 -08:00
Matt Rickard d8bc509561 Parameterize jenkins jobs 2017-01-09 15:17:17 -08:00
Matt Rickard 89cdd44197 Support enabling alpha features with feature gates
This sets the feature gates on every kube-system component (apiserver,
kubelet, etc.)

Fixes #896
2017-01-09 13:55:39 -08:00
dlorenc c2bc848daa Add an environment variable to enable trace profiling in minikube. 2017-01-09 13:55:14 -08:00
Matt Rickard c8f3676016 Merge pull request #978 from r2d4/iso1.0.2
Update default ISO to v1.0.2
2017-01-09 13:42:57 -08:00
dlorenc 7ec5cae836 Merge pull request #979 from dlorenc/makefile
Fix makefile target
2017-01-09 13:21:16 -08:00
dlorenc f74bfdb4ac Fix makefile target
This allows us to use vendored dependencies inside the minikube/cmd/main.go file.
2017-01-09 12:51:30 -08:00
Matt Rickard 1c962e7e8f Update default ISO to v1.0.2 2017-01-09 11:28:24 -08:00
dlorenc 7950a72493 Merge pull request #974 from dlorenc/glibc
Switch e2e tests to use glibc.
2017-01-07 20:00:04 -08:00
Dan Lorenc 855dcf37a1 Switch e2e tests to use glibc. 2017-01-07 16:37:44 -08:00
Matt Rickard c4df022b92 Merge pull request #972 from r2d4/ip_set
Add CONFIG_IP_SET for CNI
2017-01-07 16:10:25 -08:00
Matt Rickard 32aa78754d Add CONFIG_IP_SET for CNI
Calico and other CNI plugins need the ipset kernel syscall enabled
2017-01-06 15:39:29 -08:00
Matt Rickard 1bfe4765c4 Merge pull request #967 from glaubitz/fixes
Fix missing else statement in addonsEnableCmd
2017-01-06 10:02:25 -08:00
Aaron Prindle 894145b419 Merge pull request #964 from aaron-prindle/upgrade-kubedns
Upgrade kube-dns to version 1.9
2017-01-06 10:02:09 -08:00
Matt Rickard 1d10ff1367 Merge pull request #968 from ankon/patch-1
Fix typo in user-visible message
2017-01-06 09:31:42 -08:00