• Yu-Ju Hong's avatar
    Treat first-seen, non-pending pods as updates · 712612c2
    Yu-Ju Hong authored
    Kubelet doesn't perform checkpointing and loses all its internal states after
    restarts. It'd then mistaken pods from the api server as new pods and attempt
    to go through the admission process. This may result in pods being rejected
    even though they are running on the node (e.g., out of disk situation). This
    change adds a condition to check whether the pod was seen before and categorize
    such pods as updates. The change also removes freeze/unfreeze mechanism used to
    work around such cases, since it is no longer needed and it stopped working
    correctly ever since we switched to incremental updates.
    712612c2
Name
Last commit
Last update
..
admission Loading commit data...
api Loading commit data...
apis Loading commit data...
apiserver Loading commit data...
auth Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
conversion Loading commit data...
credentialprovider Loading commit data...
fieldpath Loading commit data...
fields Loading commit data...
genericapiserver Loading commit data...
healthz Loading commit data...
httplog Loading commit data...
hyperkube Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
labels Loading commit data...
master Loading commit data...
metrics Loading commit data...
probe Loading commit data...
proxy Loading commit data...
registry Loading commit data...
runtime Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
storage Loading commit data...
types Loading commit data...
ui Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...