- 31 Jul, 2015 5 commits
-
-
Eric Paris authored
The basic idea is that in the main mungedocs we run the entirefile and create an annotated set of lines about that file. All mungers then act on a struct mungeLines instead of on a bytes array. Making use of the metadata where appropriete. Helper functions exist to make updating a 'macro block' extremely easy.
-
Eric Paris authored
Just force the beginMungeTag() endMungeTag() macros on users, by hiding it under the covers. It really simplies things for users.
-
Eric Paris authored
Brings the time to run the TOC over the docs directory from .7 seconds to .1 seconds
-
Mike Danese authored
Add retry logic to http service request in test/e2e/examples.go
-
Mike Danese authored
Fix fluentd configs to collect etcd logs on the master
-
- 30 Jul, 2015 35 commits
-
-
Mike Danese authored
Move storage-related code to pkg/storage
-
Mike Danese authored
Make the kubelet on a GCE master check instance metadata for manifests
-
Alex Robinson authored
-
Alex Robinson authored
-
Mike Danese authored
Implement resource accounting for pods with the Mesos scheduler
-
Mike Danese authored
Update docker instructions to 1.0.1
-
Alex Robinson authored
Primary motivation: enable GKE and other cluster-as-a-service folks to easily run additional logic on the master without having to modify salt or SSH to the master after it's been created.
-
Mike Danese authored
Revert conversion reversion with fixed tests
-
Mike Danese authored
Support passing a header to the manifest URL in the kubelet.
-
Mike Danese authored
Allow settings --service-node-port-range option using a config variable
-
Brendan Burns authored
Auto commit by PR queue bot
-
Mike Danese authored
Prevent backsteps in kubeconfig
-
Arsen Mamikonyan authored
-
Dr. Stefan Schimanski authored
-
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
-
Clayton Coleman authored
-
Clayton Coleman authored
This reverts commit 94a387d5.
-
deads2k authored
-
deads2k authored
-
Mike Danese authored
Add an initial (simple) implementation of a submit queue.
-
Mike Danese authored
Accurately report ts used to make decisions in node-controller.go
-
Mike Danese authored
Revert "Improve conversion to support multiple packages"
-
Mike Danese authored
-
Alex Robinson authored
Without this, it logs an error every 20 seconds if nothing is at the provided URL.
-
Vishnu Kannan authored
-
Mike Danese authored
Vagrant passes conformance tests at HEAD
-
Alex Robinson authored
Needed to support using GCE's v1 metadata API, which requires passing the header "Metadata-Flavor: Google".
-
Mike Danese authored
Improve conversion to support multiple packages
-
Brendan Burns authored
modified spark example to use kubectl exec to interact with cluster a…
-
Mike Danese authored
Remove shell services test
-
Mike Danese authored
Cleanup #11029 to use go autocast-after-type-switch
-
Mike Danese authored
Move addon_update e2e test to framework
-
Mike Danese authored
minor doc typo
-
Mike Danese authored
downgrade errors returned by watchHandler in reflector.go to warnnings
-
Wojciech Tyczynski authored
Revert "Implement 'Nodes Network' test for GKE"
-