- 02 Sep, 2014 6 commits
-
-
Vojtech Vitek (V-Teq) authored
Signed-off-by:Vojtech Vitek (V-Teq) <vvitek@redhat.com>
-
Tim Hockin authored
Fix pod status error with List method.
-
Tim Hockin authored
Add initial resources.md for discussion
-
Tim Hockin authored
Fixed annoying typo
-
john wilkes authored
Tweaks to reflect comments from thockin
-
Deyuan Deng authored
-
- 01 Sep, 2014 1 commit
-
-
7oku authored
Anoying typo fixed
-
- 29 Aug, 2014 27 commits
-
-
Joe Beda authored
Add a Makefile
-
Joe Beda authored
Invert api and api/v1beta1 dependencies
-
Tim Hockin authored
This is a very simple Makefile that just passes through to the current hack/* scripts. Only "make", "make test", and "make clean" are supported for now.
-
Daniel Smith authored
Make `godep go build ./...` work
-
Joe Beda authored
This makes `godep go build ./...` work.
-
Joe Beda authored
-
Joe Beda authored
go build ./... will ignore any directory starting with an underscore.
-
bgrant0607 authored
Describe some ecosystem projects around Kube
-
Daniel Smith authored
Add the resource version to api.*List items from etcd
-
Daniel Smith authored
This is some cleanup that has been needed for a while. There's still one more step that could usefully be done, which is to split up our api package into the part that provides the helper functions and the part that provides the internal types. That can come later. The v1beta1 package is now a good example of what an api plugin should do to version its types.
-
Joe Beda authored
Remove workaround for salt-minion startup in vagrant/provision-minion.sh
-
Filipe Brandenburger authored
The workaround was not needed, as salt-minion was always correctly started in the Vagrant minion setup. The issue reported in #270 was clearly specific do System V style init scripts and will not affect systemd. Also remove the inaccurate comment from provision-master.sh, since -X was not even really in use there. Tested: - Performed 3 full `vagrant up` and `vagrant destroy -f` cycles with at least 3 minions and up to 6 minions in one case. Checked that salt-minion was up in each of the minions using a `systemctl status salt-minion` command. - Started nginx on the cluster using cluster/kubecfg.sh, confirmed it was up with `list /pods` and confirmed it was reachable using wget on port 8080 of the minions. Signed-off-by:Filipe Brandenburger <filbranden@google.com>
-
Clayton Coleman authored
Fix incorrect tag in MinionList
-
Clayton Coleman authored
Fix flaky scheduler factory test.
-
Filipe Brandenburger authored
Build tweaks
-
Tim Hockin authored
Wrap long lines. Add GOFLAGS support to build and test. Comments.
-
Clayton Coleman authored
-
Daniel Smith authored
-
Clayton Coleman authored
Allows clients to watch more easily (can invoke Get, then Watch).
-
Daniel Smith authored
-
Daniel Smith authored
Start scheduler locally.
-
Deyuan Deng authored
-
Deyuan Deng authored
-
Daniel Smith authored
Remove unnecessary parameter from NewRegistry
-
bgrant0607 authored
Roadmap Updates
-
Daniel Smith authored
Fixed kubelet /healthz by using healthz package
-
Joe Beda authored
Make salt configs work with Jinja 2.6.
-
- 28 Aug, 2014 6 commits
-
-
Joe Beda authored
Fixes #1089
-
Brian Waldon authored
-
Dawn Chen authored
Fixed #1094
-
Daniel Smith authored
Add simple service redirection
-
Tim Hockin authored
We took a hard look at 1.0 and what things ae really REQUIRED to get to a stable release that is "useful". This required moving some things we thought were really important but not CRITICAL down the list. For now they are stricken from this doc, but I expect this doc to start growing a "post 1.0" list soon. Things stricken and why: Using the host network: This is primarily a performance optimization, but it causes potential problems with other uses of HostPorts. We'd rather focus on fixing perf problems than dodging them. We can revisit later if there is a strong case for it. Representation of Ports in the Manifest structure: We discussed and decided that, since HostPort semantics have changed, this matters less than before. Scenarios where IP-per-pod is hard or impossible: We're still game to help people figure out how to make it work, but we don't see a case for making k8s 1.0 work in a fundamentally different mode. Too much churn and risk. We can revisit later, if needed. Auto-scaling controller: We really want this, but it's not critical to making k8s "useful". Pluggable authentication: Overlaps with the other identity topic. Having one topic seems clearer. Pod spreading: We still want this, but it's not critical for 1.0. Container status snippets: We still want this, but it's not critical for 1.0. Docker-daemon-kills-all-children-on-exit problem: This is still a big problem, but we're not going to gate our 1.0 on something we don't control. This has to be documented as a shortcoming in general. Interconnection of services: expand / decompose the service pattern: overlaps with the other services topic. Recipes for settings where networking is not like GCE: This is happening in the form of cloudprovider modules, but is not going to gate 1.0.
-
Daniel Smith authored
Client should validate the incoming host value
-