Lucas Käldström
90b9abb811
Merge pull request #133 from dlorenc/master
...
Fix makefile bug.
2016-05-31 07:28:25 +03:00
Dan Lorenc
963bfeab69
Fix makefile bug.
...
This allows compiling minikube from mac.
2016-05-30 10:51:13 -07:00
dlorenc
11ae7ade50
Merge pull request #132 from dlorenc/master
...
README fix.
2016-05-30 10:30:39 -07:00
Dan Lorenc
f8362ba673
README fix.
2016-05-30 10:19:50 -07:00
dlorenc
599cf8a332
Merge pull request #131 from dlorenc/version
...
Bump to v0.1.0
2016-05-30 09:20:58 -07:00
Dan Lorenc
5790814db7
Bump to v0.1.0
2016-05-30 08:51:38 -07:00
Lucas Käldström
38a7e058e1
Merge pull request #128 from dlorenc/addons
...
Add the addon manager and dashboard to the iso.
2016-05-29 21:26:49 +03:00
Dan Lorenc
4cd9e5610d
Fix hostPort bug in dashboard-svc.yaml. hostPort is invalid in a service.
2016-05-29 11:13:05 -07:00
Dan Lorenc
b8be458cbb
Merge branch 'luxas-localkube_commands'
2016-05-28 12:42:10 -07:00
Dan Lorenc
c1784b0054
Merge branch 'localkube_commands' of https://github.com/luxas/minikube into luxas-localkube_commands
2016-05-28 12:41:45 -07:00
Dan Lorenc
7fb536ec38
Add the addon manager and dashboard to the iso.
2016-05-28 11:33:01 -07:00
dlorenc
d969d86f9b
Merge pull request #127 from dlorenc/logs
...
Always logtostderr in localkube.
2016-05-28 11:11:25 -07:00
Dan Lorenc
a76b9b6781
Always logtostderr in localkube.
2016-05-28 10:50:42 -07:00
dlorenc
19acc18076
Merge pull request #119 from luxas/docker_deployment
...
Docker deployment and addons for localkube
2016-05-28 10:18:06 -07:00
Lucas Käldström
84004ad6c3
Run gofmt
2016-05-28 18:10:56 +03:00
Lucas Käldström
a62e9e5ca8
Removed localkube start and version commands in favor for starting as default and using version as a flag. Also the version is now set my the Makefile
2016-05-28 17:50:36 +03:00
dlorenc
7370924310
Merge pull request #125 from dlorenc/flags
...
Allow glog flags in localkube.
2016-05-27 17:03:00 -07:00
Dan Lorenc
abca78dfde
Allow glog flags in localkube.
2016-05-27 15:55:16 -07:00
Lucas Käldström
ab26a02a61
Fix a small bug in the Makefile
2016-05-28 00:56:06 +03:00
Lucas Käldström
c9fe0059b4
Add a localkube-in-docker image
2016-05-28 00:42:42 +03:00
Lucas Käldström
4d1fe87e7e
Add the dashboard and the kube-addon-manager manifests
2016-05-28 00:42:09 +03:00
Lucas Käldström
b43bb57303
Move ./iso/ to ./deploy/iso/
2016-05-28 00:10:20 +03:00
Lucas Käldström
1d3a172806
Use python on host if present, otherwise fallback on python dockerized
2016-05-28 00:09:16 +03:00
dlorenc
f65133678f
Merge pull request #120 from aaron-prindle/glog
...
Added glog in place of log.*-and-fmt.Error* for cmd/minikube,
2016-05-27 13:15:53 -07:00
aprindle
778ae79a26
Added glog in place of log.*-and-fmt.Error* for cmd/minikube,
...
cmd/localkube, pkg/minikube and pkg/localkube
2016-05-27 12:48:25 -07:00
Lucas Käldström
a90828141f
Merge pull request #124 from dlorenc/addons
...
Configure capabilities explicitly before starting localkube.
2016-05-27 21:29:53 +03:00
Dan Lorenc
01b76efc7f
Configure capabilities explicitly before starting localkube.
...
There's a race condition in the current capability initialization. These
can only be configured once per binary, so if the APIServer goroutine
sets it first the kubelet goroutine can never change this value.
2016-05-27 11:10:38 -07:00
dlorenc
9e43fa1e1a
Merge pull request #122 from dlorenc/stop
...
Add missing sudo to the stop command.
2016-05-27 10:02:57 -07:00
Dan Lorenc
a5f0ecb9df
Add missing sudo to the stop command.
2016-05-27 09:52:32 -07:00
dlorenc
b81291aae9
Merge pull request #108 from aaron-prindle/logs
...
finished logs functionality and tests
2016-05-27 09:42:58 -07:00
aprindle
706f974751
finished logs functionality and tests
2016-05-27 09:16:18 -07:00
Lucas Käldström
77919b82b0
Merge pull request #121 from dlorenc/python
...
Use system python if it exists in the Makefile.
2016-05-27 15:26:51 +03:00
Dan Lorenc
7d39de128f
Use system python if it exists in the Makefile.
2016-05-26 23:06:20 -07:00
dlorenc
941933179f
Merge pull request #113 from luxas/static_localkube
...
Static localkube and some other things
2016-05-26 09:30:32 -07:00
Lucas Käldström
f1af7387cc
PR feedback and added python-in-docker for test.sh too
2016-05-26 18:55:15 +03:00
dlorenc
a7c5b823eb
Merge pull request #100 from dlorenc/readme
...
Update README.md with usage and known issues.
2016-05-26 08:42:40 -07:00
Lucas Käldström
82be2e6d20
Merge pull request #115 from dlorenc/stop
...
Make sure we stop the localkube binary before starting another instance.
2016-05-26 07:46:54 +03:00
dlorenc
7907fe816c
Merge pull request #106 from dlorenc/conformance
...
Add instructions for running conformance tests.
2016-05-25 18:48:09 -07:00
Lucas Käldström
00d4152313
Rename some constants in constants.go to Default..., and break out more constants
2016-05-25 23:25:49 +03:00
Lucas Käldström
1a3ef791f9
Add a version command to minikube too
2016-05-25 23:24:12 +03:00
Lucas Käldström
0d64075bfb
Remove cobra.yaml, as it's not used anymore
2016-05-25 23:23:44 +03:00
Lucas Käldström
db5dc1b24e
Build localkube statically, use a python container to remove the python dep on the build env, and use kube-cross for building on non-linux
2016-05-25 23:23:12 +03:00
dlorenc
d8e12ef42b
Make sure we stop the localkube binary before starting another instance.
...
This makes "minikube start" re-entrant.
2016-05-25 13:05:30 -07:00
Lucas Käldström
647124b7c7
Merge pull request #111 from dlorenc/wait
...
Fix a flake in sshutil.
2016-05-25 22:19:21 +03:00
Lucas Käldström
9be5be38b9
Merge pull request #109 from dlorenc/isourl
...
Switch to using a versioned ISO url.
2016-05-25 22:18:03 +03:00
dlorenc
9bfcf74d04
Merge pull request #112 from dlorenc/dashbord
...
Include the cluster local IP. This enables the dashboard to work.
2016-05-25 11:25:16 -07:00
Dan Lorenc
1d6eff6d7a
Include the cluster local IP. This enables the dashboard to work.
2016-05-25 10:48:56 -07:00
dlorenc
a8b12f7d78
Switch to using a versioned ISO url.
2016-05-25 08:43:13 -07:00
Dan Lorenc
91037931a4
Fix a flake in sshutil.
...
We have to wait for the copy to finish before returning, otherwise the readers might go out of scope.
https://travis-ci.org/kubernetes/minikube/builds/132822322
2016-05-25 07:01:20 -07:00
dlorenc
299e049ba7
Update README.md with usage and known issues.
2016-05-25 06:35:30 -07:00