- 24 Jul, 2014 8 commits
-
-
derekwaynecarr authored
-
Daniel Smith authored
Adds a flag to specify root working directory.
-
Danny Jones authored
--root_dir specifies the directory kubelet will use for it's procedures. Currently used for volume mounts.
-
Daniel Smith authored
Update salt config for apiserver to support Azure.
-
Daniel Smith authored
Query minion's /healthz for sanity checking.
-
Daniel Smith authored
update github.com/fsouza/go-dockerclient
-
Nan Deng authored
-
Dawn Chen authored
VM, and check kubelet's status.
-
- 23 Jul, 2014 29 commits
-
-
Daniel Smith authored
Add unit tests for example syntax
-
Daniel Smith authored
Fix data race in kubelet fake_docker_client
-
Clayton Coleman authored
Tests api/examples, examples, and any embedded json in readme.
-
Vojtech Vitek (V-Teq) authored
- Fix reslice in Pull() to remove the just returned error - Fix data races found during the integration testing - Remove one-liner helper method for better readability
-
Daniel Smith authored
Use table testing for makePort tests
-
Daniel Smith authored
Update the cAdvisor manifest for the new volume type.
-
Daniel Smith authored
Restore behavior of trimming / from kubecfg url
-
Daniel Smith authored
Describe e2e-test.sh in the README
-
Victor Marmol authored
Closes #559
-
Clayton Coleman authored
-
Clayton Coleman authored
Also make the output and validation of input better for kubecfg api calls. Kubecfg will now display a usage argument if the URL is incorrect or an unrecognized storage type is passed.
-
Clayton Coleman authored
Update the broken pod.json example in the README
-
Kelsey Hightower authored
-
Kelsey Hightower authored
-
brendandburns authored
-
brendandburns authored
Since it doesn't work @ head.
-
brendandburns authored
Actually fix kubecfg.
-
Brendan Burns authored
-
Daniel Smith authored
Add a name to containers created by RunController so that validation works
-
Brendan Burns authored
-
brendandburns authored
Change a != to a < to fix kubecfg.
-
Brendan Burns authored
-
Daniel Smith authored
Private kubelet
-
Daniel Smith authored
Kubelet etcd watch skipping indices
-
Daniel Smith authored
kubecfg doesn't allow updates because of path checks
-
Dawn Chen authored
Some examples don't pass Manifest validation
-
Clayton Coleman authored
Check for 1 path segment on create/list, 2 on update/delete, and allow any number of path segments on get (for now). Also pretty prints the list of actual types that are supported for create/update, which today corresponds to the list of types that are supported period.
-
Clayton Coleman authored
The next index to watch should always be current+1 if we got a response from etcd, but otherwise it should always be current. Moved the increment into fetchNextState which returns the next index to watch for (or the same if an error occurs)
-
Clayton Coleman authored
-
- 22 Jul, 2014 3 commits