- 30 Jul, 2015 1 commit
-
-
Dr. Stefan Schimanski authored
This patch - set limits (0.25 cpu, 64 MB) on containers which are not limited in pod spec (these are also passed to the kubelet such that it uses them for the docker run limits) - sums up the container resource limits for cpu and memory inside a pod, - compares the sums to the offered resources - puts the sums into the Mesos TaskInfo such that Mesos does the accounting for the pod. - parses the static pod spec and adds up the resources - sets the executor resources to 0.25 cpu, 64 MB plus the static pod resources - sets the cgroups in the kubelet for system containers, resource containers and docker to the one of the executor that Mesos assigned - adds scheduler parameters --default-container-cpu-limit and --default-container-mem-limit. The containers themselves are resource limited the Docker resource limit which the kubelet applies when launching them. Fixes mesosphere/kubernetes-mesos#68 and mesosphere/kubernetes-mesos#304
-
- 27 Jul, 2015 1 commit
-
-
Marek Grabowski authored
Rewrite services shell test in Go.
-
- 25 Jul, 2015 6 commits
-
-
Mike Danese authored
Cleanup GKE bash logging
-
Mike Danese authored
Fixes ansible errors.
-
Mike Danese authored
kubectl: Handle splitting host:port when no port is present
-
Mike Danese authored
Updating kubectl expose to extract ports from the service being cloned
-
Mike Danese authored
Exec should be easier to reuse as a command
-
Tim Hockin authored
Add stub md files so gh-pages importer keeps them
-
- 24 Jul, 2015 32 commits
-
-
Tim Hockin authored
-
Tim Hockin authored
Add whatisk8s.md to master
-
Tim Hockin authored
-
Avesh Agarwal authored
-
Mike Danese authored
Add scale retry in ScaleRC in test/e2e/util.go
-
Mike Danese authored
Fix service account describer
-
Mike Danese authored
Stop allowing unnamespaced POST for namespaced objects
-
nikhiljindal authored
-
Mike Danese authored
Fix resource aliasing test flake
-
Clayton Coleman authored
We have a few use cases where we want to have shortcut commands for common behavior. In these cases, we want to default commands with a simpler syntax, so being able to reuse Exec from code but not share the same arguments is useful. In this case, we're introducing 'rsh' which tries to run exec -itp -- bash.
-
Mike Danese authored
Updated Cassandra Dockerfile to include procps.
-
Mike Danese authored
Vagrant: virtualbox host-only network (eth1) not working after network restart
-
Mike Danese authored
E2E tests for kubectl run command
-
Mike Danese authored
Handle aliases in comma-separated args
-
Mike Danese authored
Update fluentd-gcp images to include latest Dockerfile changes
-
Mike Danese authored
Refactor gec-pd to seperate builder and cleaner
-
nikhiljindal authored
-
Mike Danese authored
Extracting out the code to versionize docs from mark-new-version and fixing a bunch of issues
-
Mike Danese authored
Refector iscsi volume to seperate builder and cleaner
-
Mike Danese authored
Dump stdin to a temporary file in kubectl replace --force
-
Janet Kuo authored
-
Mike Danese authored
Use a service between e2e volume tests clients and servers.
-
Mike Danese authored
Vagrant: Allow env override of IP addresses
-
Prashanth Balasubramanian authored
-
Mike Danese authored
Fix hits in help strings of kubectl get command
-
Mike Danese authored
Allow specification of a network plugins directory when starting kubelet
-
Mike Danese authored
Extract EtcdHelper interface
-
Patrick Tescher authored
The Cassandra Docker image was failing to start due to the free command not being available.
-
Mike Danese authored
Ansible updates
-
Mike Danese authored
Move sourcing of provider-specific util.sh into kube-util.sh
-
Mike Danese authored
Remove v1beta3
-
Mike Danese authored
add originator to reflector logging
-