- 06 May, 2015 40 commits
-
-
CJ Cullen authored
-
Victor Marmol authored
Remove unnecessary bind-mount from dockerized kubelet run
-
Clayton Coleman authored
Fix OpenShift example
-
Clayton Coleman authored
API Server - pass path name in context of create request for subresource
-
Paul Morie authored
-
Brian Grant authored
Rolling Updates: Add support for --rollback.
-
Cesar Wong authored
Allows a REST storage for a subresource to obtain name in path from request.
-
Maxwell Forbes authored
Beef up services doc a little
-
Brendan Burns authored
-
Clayton Coleman authored
Support manually-created and generated conversion functions
-
Dawn Chen authored
Update to container-vm-v20150505 (Also updates GCE to Docker 1.6)
-
Prashanth B authored
Kubelet: record the timestamp correctly in the runtime cache
-
Victor Marmol authored
Fix metric label
-
Filipe Brandenburger authored
Also push .sha1 for devel builds
-
Tim Hockin authored
Convert examples to v1beta3, flesh out some details, mention L7.
-
Eric Tune authored
Update volumes doc to fix broken link and describe new file.
-
Maxwell Forbes authored
Fix v1beta1 typos in v1beta2 conversions
-
Maxwell Forbes authored
Fix link to service accounts doc in security context doc
-
Paul Morie authored
-
Victor Marmol authored
Add ability to dockerize kubelet in local cluster
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
CJ Cullen authored
skydns: use the etcd-2.x native syntax, enable IANA attributed ports.
-
Robert Bailey authored
Added port 6443 to kube-proxy default IP address for api-server
-
Robert Bailey authored
Added client header info for authentication doc.
-
Paul Morie authored
-
Paul Morie authored
-
Steve Milner authored
-
Mark Lamourine authored
added api_servers_with_port variable and settings. removed extra port string split azure api_server host and port out
-
António Meireles authored
per https://github.com/coreos/etcd/blob/master/Documentation/backward_compatibility.md (there are no functional changes, we just stop using the legacy flags, for consistency.) Signed-off-by:
António Meireles <antonio.meireles@reformi.st>
-
Jerzy Szczepkowski authored
Clean up safe_format_and_mount spam in the startup logs
-
Rodolfo Carvalho authored
Signed-off-by:Rodolfo Carvalho <rcarvalh@redhat.com>
-
Robert Bailey authored
update AWS CloudFormation template and cloud-configs
-
Jerzy Szczepkowski authored
Create docker image for kubelet
-
Jerzy Szczepkowski authored
kubelet/rkt: Add docker prefix to image string.
-
Jerzy Szczepkowski authored
Set allocate_node_cidrs to be blank by default.
-
Robert Bailey authored
-
Robert Bailey authored
Fix sync problems in #5246
-
Zach Loafman authored
Totally minor cleanup, but I'm tired of seeing it's spam in the startup logs.
-
Yu-Ju Hong authored
If a pod worker sees stale pods from the runtime cache which were retrieved before their last sync finished, it may think that the pod were not started correctly, and attemp to fix that by killing/restarting containers. There are two issues that may cause runtime cache to store stale pods: 1. The timstamp is recorded *after* getting the pods from the container runtime. This may lead the consumer to think the pods are newer than they actually are. 2. The cache updates are triggered by many goroutines (pod workers, and the updating thread). There is no mechanism to enforece that the cache would only be updated to newer pods. This change fixes the above two issues by making sure one always record the timestamp before getting pods from the container runtime, and updates the cached pods only if the timestamp is newer.
-