Commit Graph

76427 Commits (b6ce4c1a4a01b3185ce224fdba1cecc135a93f7c)

Author SHA1 Message Date
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 bbea4c8933 Delete cloud-controller-manager 2019-08-19 08:33:01 -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 8d394792b0
Merge pull request #81525 from cblecker/1.14-x/net
Update golang/x/net dependency on release-1.14
2019-08-16 13:14:09 -07:00
Christoph Blecker 73c04baebc
Update generated protobufs 2019-08-16 11:58:56 -07:00
Christoph Blecker 4a9f196250
Update golang/x/net dependency 2019-08-16 11:49:44 -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
Benjamin Elder 10fd6eadce
update go to 1.12.9 2019-08-16 10:38:30 -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
Christoph Blecker c53dd9db46
Fix up failing boilerplate test 2019-08-16 10:38:19 -07:00
Christoph Blecker ddb8e93d05
Update to go 1.12.8 2019-08-16 10:38:19 -07:00
Jintao Zhang 9b4dcc389f
Update to go 1.12.7
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-08-16 10:38:08 -07:00
Jintao Zhang 5c319c39ab
update to go 1.12.6
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-08-16 10:37:15 -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 314053a67d
Merge pull request #80988 from tallclair/automated-cherry-pick-of-#80276-upstream-release-1.14
Automated cherry pick of #80276: Don't expect pod to stay up during node upgrade
2019-08-15 20:20:33 -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 15d1365cfe Fix events test 2019-08-14 08:21:22 +02: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
Kubernetes Prow Robot f0c11ee08c
Merge pull request #81236 from YangLu1031/release-1.14
Update the Windows node image 1809 version to 0709
2019-08-12 22:55:38 -07: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
Yang Lu 9bb492202d Update the Windows node image 1809 version to 0709 2019-08-09 12:58:17 -07:00
Kubernetes Prow Robot 7391f68358
Merge pull request #81064 from feiskyer/automated-cherry-pick-of-#80703-upstream-release-1.14
Automated cherry pick of #80703: Fix the public IP getting issues for VMSS nodes
2019-08-08 04:55:19 -07:00
Kubernetes Prow Robot cb900c7b5e
Merge pull request #80598 from smarterclayton/backport_skip
Conformance should not skip tests in 1.14
2019-08-07 02:24:50 -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 1bef93bbdb
Merge pull request #80728 from neolit123/automated-cherry-pick-of-#80675-origin-release-1.14
Automated cherry pick of #80675: fix-file-discovery
2019-08-06 23:34:52 -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
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