k3s/pkg/kubelet
Kubernetes Submit Queue c4b33f3be3 Merge pull request #37661 from yujuhong/always_add_pods
Automatic merge from submit-queue

kubelet: don't reject pods without adding them to the pod manager

kubelet relies on the pod manager as a cache of the pods in the apiserver (and
other sources) . The cache should be kept up-to-date even when rejecting pods.
Without this, kubelet may decide at any point to drop the status update
(request to the apiserver) for the rejected pod since it would think the pod no
longer exists in the apiserver.

This should fix #37658
2016-11-30 21:59:12 -08:00
..
api Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
cadvisor Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
client run hack/update-all.sh 2016-11-23 15:53:09 -08:00
cm run hack/update-all.sh 2016-11-23 15:53:09 -08:00
config fix concurrent read/write to map error caused by SetInitContainersAndStatuses in kubelet 2016-11-28 11:56:21 -08:00
container Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
custommetrics run hack/update-all.sh 2016-11-23 15:53:09 -08:00
dockershim Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
dockertools generated: refactor 2016-11-23 22:30:47 -06:00
envvars run hack/update-all.sh 2016-11-23 15:53:09 -08:00
events autogenerated 2016-10-21 17:32:32 -07:00
eviction run hack/update-all.sh 2016-11-23 15:53:09 -08:00
images run hack/update-all.sh 2016-11-23 15:53:09 -08:00
kuberuntime Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
leaky autogenerated 2016-10-21 17:32:32 -07:00
lifecycle run hack/update-all.sh 2016-11-23 15:53:09 -08:00
metrics Add instrumented CRI service which is enabled for both grpc and non-grpc 2016-10-25 10:59:27 -07:00
network run hack/update-all.sh 2016-11-23 15:53:09 -08:00
pleg autogenerated 2016-10-21 17:32:32 -07:00
pod run hack/update-all.sh 2016-11-23 15:53:09 -08:00
prober run hack/update-all.sh 2016-11-23 15:53:09 -08:00
qos run hack/update-all.sh 2016-11-23 15:53:09 -08:00
remote Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
rkt run hack/update-all.sh 2016-11-23 15:53:09 -08:00
rktshim Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
server generated: refactor 2016-11-23 22:30:47 -06:00
status generated: refactor 2016-11-23 22:30:47 -06:00
sysctl run hack/update-all.sh 2016-11-23 15:53:09 -08:00
types run hack/update-all.sh 2016-11-23 15:53:09 -08:00
util Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
volumemanager Merge pull request #37535 from yarntime/fix_typo_in_volume_manager 2016-11-30 01:26:36 -08:00
BUILD run hack/update-all.sh 2016-11-23 15:53:09 -08:00
OWNERS
active_deadline.go cmd/kubelet 2016-11-23 15:53:09 -08:00
active_deadline_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
disk_manager.go
disk_manager_test.go
doc.go
kubelet.go Merge pull request #37661 from yujuhong/always_add_pods 2016-11-30 21:59:12 -08:00
kubelet_cadvisor.go
kubelet_cadvisor_test.go
kubelet_getters.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_getters_test.go
kubelet_network.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_network_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_node_status.go Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
kubelet_node_status_test.go remove v1.Semantics 2016-11-23 15:53:09 -08:00
kubelet_pods.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_pods_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_resources.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_resources_test.go remove v1.Semantics 2016-11-23 15:53:09 -08:00
kubelet_test.go run hack/update-all.sh 2016-11-23 15:53:09 -08:00
kubelet_volumes.go remove checking mount point in cleanupOrphanedPodDirs 2016-11-30 13:46:39 -08:00
kubelet_volumes_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
networks.go cmd/kubelet 2016-11-23 15:53:09 -08:00
oom_watcher.go cmd/kubelet 2016-11-23 15:53:09 -08:00
oom_watcher_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
pod_container_deletor.go
pod_container_deletor_test.go
pod_workers.go cmd/kubelet 2016-11-23 15:53:09 -08:00
pod_workers_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
reason_cache.go
reason_cache_test.go
runonce.go cmd/kubelet 2016-11-23 15:53:09 -08:00
runonce_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
runtime.go Create hostNetwork pods even if network plugin not ready 2016-11-04 00:11:55 -04:00
util.go cmd/kubelet 2016-11-23 15:53:09 -08:00
volume_host.go cmd/kubelet 2016-11-23 15:53:09 -08:00