Commit Graph

7187 Commits (5a36c793a421d567da4c994f286371cdde1fe270)

Author SHA1 Message Date
Darren Shepherd 1714c8629a Remove VolumeSubpathEnvExpansion 2019-08-19 08:33:09 -07:00
Darren Shepherd 4d1ac6b2e5 Remove HyperVContainer 2019-08-19 08:33:09 -07:00
Darren Shepherd 8ab1b130ac Remove MountContainers 2019-08-19 08:33:09 -07:00
Darren Shepherd 96f434cb1b Remove CPUCFSQuotaPeriod 2019-08-19 08:33:09 -07:00
Darren Shepherd a7221cd13d Remove ExpandInUsePersistentVolumes 2019-08-19 08:33:09 -07:00
Darren Shepherd 029919a62f Remove QOSReserved 2019-08-19 08:33:09 -07:00
Darren Shepherd c1196e0184 Remove DebugContainers 2019-08-19 08:33:09 -07:00
Darren Shepherd 2e6fc730f1 Remove ExperimentalCriticalPodAnnotation 2019-08-19 08:33:09 -07:00
Akihiro Suda bfb3806701 kubelet/cm: ignore cgroups error when running in userns
This is a hacky POC; we need to implement rootless PCM in the proper way.
Especially, pcm.Exists(existingPodName) needs to be implemented to return true
even when cgroups is not available.

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-08-19 08:30:22 -07:00
Akihiro Suda 31f53aac16 dockershim: ignore GetCheckpoint error when running in userns
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-08-19 08:30:22 -07:00
Akihiro Suda ed7718163f kubelet/cm: ignore sysctl error when running in userns
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-08-19 08:30:22 -07:00
Kubernetes Prow Robot 567697231c
Merge pull request #81247 from liyanhui1228/automated-cherry-pick-of-#80176-upstream-release-1.14
Automated cherry pick of #80176: Make kubelet report usageNanoCores for node on Windows
2019-08-16 11:12:09 -07:00
Kubernetes Prow Robot 6c52f03a8b
Merge pull request #81250 from dashpole/automated-cherry-pick-of-#78493-upstream-release-1.14
Automated cherry pick of #78493: Continue admitting the pod regardless of return value from
2019-08-16 01:32:35 -07:00
wojtekt 6c69654047 Fix GetReference function 2019-08-14 08:16:33 +02:00
David Ashpole f476560c22 Continue admitting the pod regardless of return value from killPodFunc 2019-08-09 16:47:29 -07:00
Angela Li 7b93344c07 gofmt 2019-08-09 16:07:01 -07:00
Angela Li 868ede3f25 address comments 2019-08-09 16:07:01 -07:00
Angela Li 85ab6592aa fix gofmt 2019-08-09 16:07:01 -07:00
Angela Li 9d72c6d505 Make kubelet report usageNanoCores for node on Windows 2019-08-09 16:07:01 -07:00
Kubernetes Prow Robot 258aa3f6cd
Merge pull request #80344 from gaorong/automated-cherry-pick-of-#80173-upstream-release-1.14
Automated cherry pick of #80173: make node lease renew interval more heuristic
2019-08-06 21:08:51 -07:00
Rong Gao 77a13eda99 make node lease renew interval more heuristic 2019-07-19 11:33:36 +08:00
tiffany jernigan 5224b94282 Credential provider Provide takes image (general) 2019-07-02 21:18:13 -07:00
Kubernetes Prow Robot 2fcb57ff05
Merge pull request #79338 from rafatio/automated-cherry-pick-of-#79073-upstream-release-1.14
Automated cherry pick of #79073: Ignore cgroup pid support if related feature gates are
2019-06-29 04:29:25 -07:00
Yu-Ju Hong 7782a900f4 kubelet: retry pod sandbox creation when containers were never created
If kubelet never gets past sandbox creation (i.e., never attempted to
create containers for a pod), it should retry the sandbox creation on
failure, regardless of the restart policy of the pod.
2019-06-27 10:22:39 -07:00
rafatio ed402e3629 Ignore cgroup pid support if related feature gates are disabled 2019-06-24 10:53:32 -03:00
Kubernetes Prow Robot 2ff91b0885
Merge pull request #78878 from msau42/automated-cherry-pick-of-#75129-upstream-release-1.14
Automated cherry pick of #75129: Move CSIDriver Lister to the controller
2019-06-20 14:31:03 -07:00
Xing Yang 4e65976da4 Move CSIDriver Lister to the controller 2019-06-10 17:41:54 -07:00
Ben Moss b9ab369234 Fix memory leak from not closing hcs container handles 2019-06-03 15:00:16 -07:00
Tim Allclair 6c1b3b4f62 Revert "Use consistent imageRef during container startup"
This reverts commit 26e3c8674e.
2019-05-24 13:24:57 -07:00
Tim Allclair 1503be4569 Don't create a RuntimeClassManager without a KubeClient 2019-05-15 11:17:16 -07:00
Kubernetes Prow Robot 46d8155f3d
Merge pull request #77729 from yastij/automated-cherry-pick-of-#77656-upstream-release-1.14
Automated cherry pick of #77656: check if Memory is not nil for container stats
2019-05-10 12:44:31 -07:00
Yassine TIJANI 433c2f5f01 check if Memory is not nil for container stats 2019-05-10 10:31:31 +02:00
Lantao Liu 4ecab5ea4a Remove terminated pod from summary api.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-05-08 23:24:53 -07:00
Kubernetes Prow Robot 97ef497a85
Merge pull request #77320 from tallclair/automated-cherry-pick-of-#76665-upstream-release-1.14
Automated cherry pick of #76665 upstream release 1.14
2019-05-06 14:27:39 -07:00
Tim Allclair 5769863fa0 Use consistent imageRef during container startup 2019-05-01 13:47:12 -07:00
Jing Xu 31a70b8598 Fix race condition between actual and desired state in kublet volume manager
This PR fixes the issue #75345. This fix modified the checking volume in
actual state when validating whether volume can be removed from desired state or not. Only if volume status is already mounted in actual state, it can be removed from desired state.
For the case of mounting fails always, it can still work because the
check also validate whether pod still exist in pod manager. In case of
mount fails, pod should be able to removed from pod manager so that
volume can also be removed from desired state.
2019-04-23 19:22:59 -07:00
Kubernetes Prow Robot 1a24040447
Merge pull request #74781 from liggitt/http2-watch
kubelet watch-manager test, restore watch-based manager default
2019-03-16 12:52:56 -07:00
Kubernetes Prow Robot 3512757882
Merge pull request #75416 from tallclair/local-redirects
Don't follow non-local redirects from HTTP probes
2019-03-16 09:14:57 -07:00
Kubernetes Prow Robot 0f6196878d
Merge pull request #75367 from feiskyer/fix-dockershim-panic
Fix panic when removing docker images
2019-03-16 01:08:56 -07:00
Tim Allclair e6ea4f0538 Don't follow non-local redirects for http probes 2019-03-15 11:04:30 -07:00
Kubernetes Prow Robot b3ec6c17f1
Merge pull request #75144 from Huang-Wei/followup-74222
kubelet: updated logic of verifying a static critical pod
2019-03-14 14:41:00 -07:00
Pengfei Ni a304297c99 Fix panic when removing docker images 2019-03-14 18:53:02 +08:00
Jordan Liggitt f2a0c0342c Revert "Revert kubelet to default to ttl cache secret/configmap behavior"
This reverts commit cd1c9f9018.
2019-03-13 15:12:26 -07:00
Wei Huang d67e7fd47f
kubelet: updated logic of verifying a static critical pod
- check if a pod is static by its static pod info
- meanwhile, check if a pod is critical by its corresponding mirror pod info
2019-03-12 23:40:20 -07:00
Kubernetes Prow Robot 243e740885
Merge pull request #74809 from oxddr/secrets-and-maps
Fix secret/configmap management for terminated pods
2019-03-11 16:42:36 -07:00
Lantao Liu 0ac651bfc3 Include pod logs in the pod ephemeral storage.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-03-08 16:42:14 -08:00
Lantao Liu f14c6c95d6 New pod log directory /var/log/pods/NAMESPACE_NAME_UID.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-03-08 16:42:14 -08:00
Hemant Kumar 89d1de9eb9 Rename ExandFS to NodeExpand
Handle resize error in online resizing
Use NodeExpandable plugin to mark volumes that require node expansion
2019-03-08 09:21:44 -05:00
Kubernetes Prow Robot 535064773a
Merge pull request #73946 from dashpole/prometheus_core_metrics
Add kubelet resource metrics v1alpha1 endpoint
2019-03-07 22:43:28 -08:00
Kubernetes Prow Robot 183e6cc190
Merge pull request #74433 from tallclair/runtimeclass-internal
Migrate RuntimeClass from a CRD to an internal API
2019-03-07 21:19:30 -08:00