- 23 Sep, 2015 40 commits
-
-
Eric Tune authored
Add docs for ubuntu kubernetes cluster upgrading
-
Eric Tune authored
Fix indendation on devel/coding-conventions.md
-
Eric Tune authored
Correct comments in mount.go
-
Eric Tune authored
Fix document link
-
Eric Tune authored
change etcdIndec to etcdIndex
-
Eric Tune authored
Bump Container Inspect to loglevel 4
-
Eric Tune authored
fix the parameter name of k8s version
-
Eric Tune authored
Use the cluster name instead of the minion tag as the prefix for the firewall rules created in gke e2e tests
-
Eric Tune authored
change kubernetes-mininon to kubernetes-node
-
Eric Tune authored
updating label selector doc
-
Eric Tune authored
Revert "Check the condition immediately in util.Wait funcs"
-
Eric Tune authored
-
Eric Tune authored
Check the condition immediately in util.Wait funcs
-
Eric Tune authored
Vagrant salt-minion should have low oom_score_adj and restart policy
-
Eric Tune authored
Flag controlled RLIMIT_NOFILE for kubelet.
-
Eric Tune authored
Change a describe in docs/design/secrets.md
-
Eric Tune authored
Fix minor error in Pod introduction
-
Eric Tune authored
[libvirt-coreos cluster] Get rid of the etcd discovery mechanism in favor of static configuration
-
Eric Tune authored
change minion to node
-
Eric Tune authored
Unit tests for metrics_client.go
-
Eric Tune authored
Remove dead RateLimit function from API server handlers
-
Eric Tune authored
Avoid assumption of a fixed list of cgroups in e2e conformance tests
-
Eric Tune authored
Replace testDocker with container.fakeRuntime in runonce_test
-
Eric Tune authored
build: fix link syntax in README
-
Eric Tune authored
hack/verify-all.sh return error on errors
-
Eric Tune authored
Add link to dev e2e docs from api_changes doc
-
Eric Paris authored
-
Eric Paris authored
-
Eric Tune authored
Increase a bunch of timeouts to reduce flakes
-
Paul Morie authored
-
Jonathan Boulle authored
-
Brendan Burns authored
-
Eric Tune authored
Functionally revert #12894
-
Eric Tune authored
WaitForService added to autoscaling_utils.go
-
Yu-Ju Hong authored
runonce_test should not be testing docker-specific logic.
-
Sami Wagiaalla authored
Signed-off-by:Sami Wagiaalla <swagiaal@redhat.com>
-
Ewa Socala authored
-
Dr. Stefan Schimanski authored
Other cluster provider than gce or gke might have different cgroup layouts. From outside we cannot know how these look like (especially in conformance test which do not know the cluster provider at all). Hence, this PR defaults to only the "/" cgroup to collect stats for. In the case of gce or gke the full container list is tested. Fixes https://github.com/mesosphere/kubernetes-mesos/issues/436
-
Dr. Stefan Schimanski authored
As discussed @gmarek the given test does not belong into the conformance test suite because it makes a lot of static assumptions about the cgroup setup of the nodes which cannot be fulfilled by all cluster providers. Depending on the installation the kubelet is not allowed to move around process into specific containers. Fixes https://github.com/mesosphere/kubernetes-mesos/issues/439.
-
Ewa Socala authored
-