Commit Graph

33745 Commits (66ba0b006eae9b5881a09bb0a38b2d64866a2a7a)

Author SHA1 Message Date
Darren Shepherd 66ba0b006e Remove SCTPSupport 2019-08-19 08:33:09 -07:00
Darren Shepherd 1714c8629a Remove VolumeSubpathEnvExpansion 2019-08-19 08:33:09 -07:00
Darren Shepherd d1e0b5efa6 Remove BalanceAttachedNodeVolumes 2019-08-19 08:33:09 -07:00
Darren Shepherd 4d1ac6b2e5 Remove HyperVContainer 2019-08-19 08:33:09 -07:00
Darren Shepherd e26cdabca8 Remove ResourceLimitsPriorityFunction 2019-08-19 08:33:09 -07:00
Darren Shepherd 8ab1b130ac Remove MountContainers 2019-08-19 08:33:09 -07:00
Darren Shepherd ba39905371 Remove ServiceNodeExclusion 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 b6ce4c1a4a Remove EnableEquivalenceClassCache 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
Darren Shepherd 288cc1c03a Remove scheduling/v1alpha1 2019-08-19 08:33:06 -07:00
Darren Shepherd 0e26f8c914 Delete bootstrap controller 2019-08-19 08:33:01 -07:00
Darren Shepherd 9b2f75c001 Delete route controller 2019-08-19 08:33:01 -07:00
Darren Shepherd 9422d1d788 Remove settings 2019-08-19 08:32:58 -07:00
Darren Shepherd efff75f045 Remove storage v1alpha1 2019-08-19 08:32:41 -07:00
Darren Shepherd 5fa85bd4f4 Remove rbac v1alpha1 2019-08-19 08:32:35 -07:00
Darren Shepherd ee3af49b28 Remove imagepolicy 2019-08-19 08:32:27 -07:00
Darren Shepherd 17099470d5 Remove events 2019-08-19 08:32:18 -07:00
Darren Shepherd eb42a024b9 Remove authentication/v1beta1 2019-08-19 08:30:45 -07:00
Akihiro Suda 9c7db00892 kube-proxy: allow running in userns
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-08-19 08:30:22 -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 96fac5cd13
Merge pull request #81521 from cblecker/automated-cherry-pick-of-#78958-#79966-#81390-#81489-upstream-release-1.14
Update release-1.14 to go 1.12.9
2019-08-16 14:34:12 -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
Christoph Blecker 2fbcee90bb
Fix malformed port in vsphere cloud provider test
The port name previously didn't matter on these tests, but is now
actively being checked in go1.12.8 and higher.

3226f2d492
2019-08-16 10:38:21 -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
Kubernetes Prow Robot dfadb86914
Merge pull request #81407 from wojtek-t/automated-cherry-pick-of-#80978-upstream-release-1.14
Manual cherry pick of #80978 upstream release 1.14
2019-08-15 20:20:54 -07:00
Kubernetes Prow Robot d6d7403031
Merge pull request #81339 from feiskyer/automated-cherry-pick-of-#81279-upstream-release-1.14
Automated cherry pick of #81279: Fix Azure client requests stuck issues on
2019-08-15 20:20:46 -07:00
Kubernetes Prow Robot 520865cc38
Merge pull request #81034 from hantaowang/automated-cherry-pick-of-#79897-#80180-#80446-upstream-release-1.14
Automated cherry pick of #79897: add ability for gce to bulk verify attached disks #80180: move getInstancesByName logic to helper function #80446: add unit tests for attacher DisksAreAttached and
2019-08-14 17:28:34 -07:00
wojtekt 6c69654047 Fix GetReference function 2019-08-14 08:16:33 +02:00
Pengfei Ni 5a707b229d Fix Azure client requests stuck issues on http.StatusTooManyRequests 2019-08-13 07:32:51 +00: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
Pengfei Ni 62b10bfe50 Fix the public IP getting issues for VMSS nodes 2019-08-07 14:49:33 +08: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
Kubernetes Prow Robot 2b5663c150
Merge pull request #80325 from davidz627/automated-cherry-pick-of-#80191-upstream-release-1.14
Automated cherry pick of #80191: Add passthrough for MountOptions for NodeStageVolume for
2019-08-06 18:57:27 -07:00
Kubernetes Prow Robot 9821e16f1a
Merge pull request #80196 from cwdsuzhou/automated-cherry-pick-of-#79920-upstream-release-1.14
Automated cherry pick of #79920: Bugfix: csi raw block that does not need attach mounted failed
2019-08-06 18:57:19 -07:00
Kubernetes Prow Robot ac21735ad7
Merge pull request #80056 from sbangari/automated-cherry-pick-of-#78874-upstream-release-1.14
Automated cherry pick of #78874: Fix the creation of load balancer policy for the NodeIp when
2019-08-06 18:57:11 -07:00
Kubernetes Prow Robot 8c595af962
Merge pull request #79760 from andyzhangx/automated-cherry-pick-of-#79529-upstream-release-1.14
Automated cherry pick of #79529: fix: change timeout value in csi plugin
2019-08-06 18:57:02 -07:00
Kubernetes Prow Robot ccdea031a6
Merge pull request #79694 from tiffanyfay/automated-cherry-pick-of-#75585-#75587-upstream-release-1.14
Automated cherry pick of #75585: Updated client-go expiration cache to take in expiration #75587: Remove aws cred provider dep on cloud provider
2019-08-06 18:56:54 -07:00
Hantao (Will) Wang bd7d09e818 add unit tests for attacher DisksAreAttached and BulkDisksAreAttached 2019-08-06 12:05:33 -07:00
Hantao (Will) Wang 08ed1c24ce implement functionality to return all found instances 2019-08-06 12:05:33 -07:00
Hantao (Will) Wang 08a0cdb45f move getInstancesByName logic to helper function 2019-08-06 12:05:32 -07:00