Commit Graph

1521 Commits (09e8cce24d43b4b2b1bb9d9f8b57c9876d1dea93)

Author SHA1 Message Date
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
Brian Fallik 113aeec833 Update README.md
add missing apostrophe
2017-02-07 15:05:19 -05:00
Matt Rickard 1548cb78e9 Merge pull request #1050 from r2d4/vendor-drivers-1
Add LocalClient to bypass RPC
2017-02-07 10:31:40 -08:00
Matt Rickard 39bb13346a Update roadmap for Q1-17 2017-02-07 09:34:15 -08:00
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
dlorenc f178979f14 Merge pull request #1069 from aaron-prindle/document-godep-windows-issue
Updated ADD_DEPENDENCY.md to include godep issue with vendor/golang.o…
2017-02-06 15:50:20 -08:00
Ghe Rivero 198ebe7bf1 Ignore dns settings for docker-machines network 2017-02-07 00:46:08 +01:00
Matt Rickard 663819295f Merge pull request #1097 from r2d4/0.16-aur
Update arch linux installer to minikube 0.16
2017-02-06 10:41:00 -08:00
Matt Rickard aebe2852d3 Update arch linux installer to minikube 0.16 2017-02-06 10:40:42 -08:00
Aaron Prindle 7d30b4bf18 Added additional print statements to minikube start 2017-02-04 14:53:53 -08:00
Aaron Prindle 656e85dfb9 Merge pull request #1081 from metmajer/master
Make heapster service available via NodePort.
2017-02-03 12:35:11 -08:00
Matt Rickard a080737eff Add release-iso Makefile rule
This also tracks the ISO version in the makefile and passes it with
ldflags to automatically bump the default version in the minikube
binary.
2017-02-03 12:01:32 -08:00
dlorenc ae14b68c2e Merge pull request #1084 from kjkurtz/patch-1
Update README.md with correct spelling of requests
2017-02-03 09:23:32 -08:00
Kyle Kurtz 88f5af3515 Update README.md with correct spelling of requests 2017-02-03 11:01:32 -06:00
Matt Rickard 4a81f78309 Merge pull request #1082 from chrisns/patch-1
fix trivial typo in ADD_ADDON.md
2017-02-03 08:31:52 -08:00
Matt Rickard a0c49ffad6 Merge pull request #1083 from ensonic/master
Mention prerequisites for building the iso images.
2017-02-03 08:30:49 -08:00
Stefan Sauer 118b5b845a Mention prerequisites for building the iso images.
Add the tools that I had missing. Also describe minimal gpg2 setup.
2017-02-03 12:17:24 +01:00
Chris Nesbitt-Smith d9e2cc51a0 fix trivial typo in ADD_ADDON.md
`minkube > minikube`
2017-02-03 09:50:55 +00:00
Martin Etmajer 4fdac2bd98 Make heapster service available via NodePort. 2017-02-03 10:50:31 +01:00
dlorenc ac10a9f1e8 Merge pull request #1079 from minikube-bot/jenkins-releases.json-v0.16.0
update releases.json to include v0.16.0
2017-02-02 17:05:20 -08:00
minikube-bot fa96bc0232 Update releases.json to include v0.16.0 2017-02-03 00:07:35 +00:00
Matt Rickard 5daf47288e Merge pull request #1078 from r2d4/16release
Cut 0.16 Release
2017-02-02 15:55:04 -08:00
Matt Rickard f941e0669d Cut 0.16 Release 2017-02-02 15:02:07 -08:00
Matt Rickard 7ea9da0372 Merge pull request #1076 from dlorenc/iso
Bump the iso to 1.0.6
2017-02-02 14:25:25 -08:00
dlorenc e75daa5a8b Bump the iso to 1.0.6 2017-02-02 13:15:15 -08:00
Matt Rickard e160757357 Merge pull request #1075 from r2d4/servicesmock
Embed mock service interface from client-go
2017-02-02 11:38:08 -08:00
Matt Rickard 6617911826 Merge pull request #1065 from dlorenc/packages
Add git, curl and rsync.
2017-02-02 11:02:21 -08:00
Matt Rickard b638b101a2 Embed mock service interface from client-go
We use the default implementation by embedding fake.FakeServices which
implements ServiceInterface.
2017-02-02 10:56:51 -08:00
Matt Rickard 4746cdbc88 Merge pull request #1073 from ensonic/master
Enable CONFIG_TUN.
2017-02-02 08:49:27 -08:00
Matt Rickard 4dadc79a43 Merge pull request #1053 from r2d4/iso-downloader
Move iso download funcs to interface for testing
2017-02-01 16:40:24 -08:00
dlorenc 2d90617d4f Merge pull request #1071 from dlorenc/isotesting
Add a test for required packages.
2017-02-01 16:39:49 -08:00
dlorenc 220a5ad840 Add a test for required packages. 2017-02-01 16:06:05 -08:00
Matt Rickard 69113ff21d Merge pull request #1068 from r2d4/issues
Update issue tmpl, add iso version, remove docker version
2017-02-01 16:02:32 -08:00
dlorenc 2e86f0f3c5 Add git, curl and rsync. 2017-02-01 14:56:58 -08:00
Aaron Prindle db02f1fe28 Updated ADD_DEPENDENCY.md to include godep issue with vendor/golang.org/x/sys/windows/ dir 2017-02-01 13:25:56 -08:00
Matt Rickard c879548d1a Update issue tmpl, add iso version, remove docker version 2017-02-01 13:02:20 -08:00
dlorenc e57170061a Merge pull request #1057 from dlorenc/isoperms
Add a starter test for ISO permissions.
2017-02-01 12:09:20 -08:00
dlorenc 8d58bb5dbc Add a make target to run ISO tests. 2017-02-01 11:51:43 -08:00
Aaron Prindle 244ba75cfa Merge pull request #1064 from aaron-prindle/update-add-dependency
Updated ADD_DEPENDENY docs with configuration to make gopkg.in work p…
2017-02-01 11:46:38 -08:00
Aaron Prindle 876bc22c9c Updated ADD_DEPENDENY docs with configuration to make gopkg.in work properly 2017-02-01 11:39:10 -08:00
Matt Rickard 02c7229568 Merge pull request #1060 from upmc-enterprises/bumpRegistryCredsVersion
Bumped registry-creds version to 1.5
2017-02-01 10:01:57 -08:00
Aaron Prindle 30c7ddc7d0 Merge pull request #1052 from aaron-prindle/add-nfs-to-buildroot
Added NFS to buildroot
2017-01-31 15:15:51 -08:00
Matt Rickard 5e4c3c74cf Merge pull request #1061 from r2d4/xfail
Fail jenkins job when make cross fails
2017-01-31 14:34:45 -08:00
Matt Rickard 1fbd936b39 Move iso download funcs to interface for testing
Also reorg types found in cluster.go into types.go
2017-01-31 13:45:56 -08:00
Matt Rickard eed9f29696 Fail jenkins job when make cross fails 2017-01-31 13:38:42 -08:00
Matt Rickard ceb25dfd43 Merge pull request #1054 from r2d4/meta-linter
Fixes from gometalinter
2017-01-31 11:58:34 -08:00
Steve Sloka b6c5e69cdd Bumped registry-creds version to 1.5 2017-01-31 12:56:39 -05:00