- 07 Mar, 2015 10 commits
-
-
Brendan Burns authored
-
Vish Kannan authored
Rename cAdvisor info API to cadvisorApi
-
Victor Marmol authored
Adjust prober's logging verbose.
-
Yifan Gu authored
-
Victor Marmol authored
Refactor pkg/kubelet/kubelet.go: probeContainer().
-
Yifan Gu authored
Put the retry loop in probe.go into a function.
-
Yifan Gu authored
Update the probe_test.go.
-
Yifan Gu authored
Split the function into probeContainerLiveness() and probeContainerReadiness().
-
Victor Marmol authored
-
Dawn Chen authored
Fix typos in docs/man/README.md
-
- 06 Mar, 2015 30 commits
-
-
Dawn Chen authored
kubelet: revamp the pod/container naming scheme
-
Vish Kannan authored
Update cAdvisor godep
-
Victor Marmol authored
The cAdvisor data structures were versioned recently. We use the v1 versions so this commit makes that explicit.
-
Victor Marmol authored
Perigee dependency is unused.
-
Daniel Smith authored
Re-add the defer statements around the monitor() calls in the apiserver.
-
Alex Robinson authored
This is needed for the changes to various labels from later in the function to be picked up.
-
Brian Grant authored
Adding description to some of the v1beta3 objects.
-
Brian Grant authored
Adding links to relevant docs from API types.
-
Filipe Brandenburger authored
Upgrade to latest containervm image: v20150305
-
Eric Tune authored
Make admission control plug-ins work from indexes
-
Tim Hockin authored
WIP: Persistent storage proposal
-
Yu-Ju Hong authored
-
Dawn Chen authored
-
Vishnu Kannan authored
-
Eric Tune authored
Fix the logic around the AWS instance test
-
Yu-Ju Hong authored
There are two main goals for this change. 1. Fix the naming scheme in kubelet so that it accepts DNS subdomain name/namespaces correctly (#4920). The design is discussed in #3453. 2. Prepare for syncing the static pods back to the apiserver(#4090). This includes - Eliminate the source component in the internal full pod name (#4922). Pods no longer need sources as they will all be sync'd via apiserver. - Changing the naming scheme for the static (file-, http-, and etcd-based) pods such that they are distinguishable when syncing back to the apiserver. The changes includes: * name = <pod.Name>-<hostname> * namespace = <cluster_namespace> (i.e. "default" for now). * container_name = k8s_<contianer_name>.<hash_of_container>_<pod_name>_<namespace>_<uid>_<random> Note that this is not backward-compatible, meaning the kubelet won't recognize existing running containers using the old naming scheme. -
Yu-Ju Hong authored
We want to sync pods from file/http/etcd sources to the apiserver, hence differentiating sources is no longer desired. This reverts commit 110ab6f1.
-
Daniel Smith authored
kubelet should take a client interface
-
Deyuan Deng authored
-
Dawn Chen authored
kubelet: reject pods on host port conflict
-
Jeff Lowdermilk authored
Fix formating of time output in waitForPodCondition
-
Satnam Singh authored
-
Dawn Chen authored
Implementing ImageManager to take over image lifecycle.
-
Victor Marmol authored
Refactor Kubelets syncPod function by wrapping some functionalities into separate functions
-
Victor Marmol authored
All images are tracked, when they were created and when they were last used. FreeSpace() evicts these images in least recently used order, breaking ties with oldest first.
-
Yu-Ju Hong authored
When a host port conflict is detected, kubelet should set the pod status to fail. The failed status will then be polled by other components at a later time, which allows replication controller to create a new pod if necessary. To achieve this, this change stores the pod status information in a status map upon the detecton of port conflict. GetPodStatus() consults this status map before attempting to query docker. The entries in the status map will be removed when the pod is no longer associated with the node.
-
Derek Carr authored
Convert both namespace and limitrange examples to v1beta3
-
roberthbailey authored
fix Errorf argument mismatch in test/e2e/util.go
-
Daniel Smith authored
Do not fail status 200 responses to proxy calls
-
Daniel Smith authored
Update gofuzz dep
-