- 21 Jul, 2018 1 commit
-
-
Kubernetes Submit Queue authored
Merge pull request #66355 from krunaljain/automated-cherry-pick-of-#66172-#66324-upstream-release-1.10 Automatic merge from submit-queue. Automated cherry pick of #66172: Reverting commit #56600 as GCE PD is allocated in chunks of #66324: Fixing E2E tests for disk resizing Cherry pick of #66172 #66324 on release-1.10. #66172: Reverting commit #56600 as GCE PD is allocated in chunks of #66324: Fixing E2E tests for disk resizing ```release-note none ```
-
- 20 Jul, 2018 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63272: fix IsLikelyNotMountPoint func on Windows Cherry pick of #63272 on release-1.10. #63272: fix IsLikelyNotMountPoint func on Windows
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #66261 to upstream release-1.10 Cherry pick of #66261 on release-1.10 #66261: Fix locating resourcepool-path specified in the vsphere.conf file Release note: ``` Fix locating resourcepool-path specified in the vsphere.conf file ``` cc: @kubernetes/vmware
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63424: Fix issue #63183 that pods on different nodes mount Ceph RBD Cherry pick of #63424 on release-1.10. #63424: Fix issue #63183 that pods on different nodes mount Ceph RBD ```release-note #63424: Fix issue #63183 that pods on different nodes mount Ceph RBD ```
-
- 19 Jul, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Merge pull request #65529 from jsafrane/automated-cherry-pick-of-#64882-#65323-upstream-release-1.10 Automatic merge from submit-queue. Automated cherry pick of #64882: Fix UnmountDevice with deleted pod. #65323: Fix cleanup of volume metadata json file. Cherry pick of #64882 #65323 on release-1.10. #64882: Fix UnmountDevice with deleted pod. #65323: Fix cleanup of volume metadata json file. ```release-note Fixed cleanup of CSI metadata files. ```
-
Krunal Jain authored
-
- 18 Jul, 2018 3 commits
-
-
Krunal Jain authored
Fixing comments and importing constant from util Importing constant from util Fixing comment in volume_provisioning.go
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65823: Fix truncating and buffering backends integration. Cherry pick of #65823 on release-1.10. #65823: Fix truncating and buffering backends integration.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #66165: Compare stateful set updates semantically Cherry pick of #66165 on release-1.10. #66165: Compare stateful set updates semantically ```release-note fixes a validation error that could prevent updates to StatefulSet objects containing non-normalized resource requests ```
-
- 17 Jul, 2018 1 commit
-
-
Divyen Patel authored
-
- 14 Jul, 2018 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64598: Remove optimization from getWork in Cherry pick of #64598 on release-1.10. #64598: Remove optimization from getWork in
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Backport Calico related fixes to release 1.10 **What this PR does / why we need it**: We need to run Calico 3.0+ on GCP and we need to customize MTU when Calico CNI is used on GCP. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #65045 #65067 **Special notes for your reviewer**: **Release note**: ```release-note "NONE" ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63268: Make kubelet `ReadLogs` backward compatible. Cherry pick of #63268 on release-1.10. #63268: Make kubelet `ReadLogs` backward compatible. ```release-note Make kubelet ReadLogs backward compatible. ```
-
- 13 Jul, 2018 5 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #62743: Fix NPD preload. Cherry pick of #62743 on release-1.10. #62743: Fix NPD preload. We need to cherry-pick this because node startup time on GCE slows down for 10 seconds without this. /cc @MaciekPytel @yujuhong @mwielgus
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64957: set EnableHTTPSTrafficOnly in storageAccount creation Cherry pick of #64957 on release-1.10. #64957: set EnableHTTPSTrafficOnly in storageAccount creation
-
Jordan Liggitt authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65499: Removes defaulting of CSI fsType to ext4 Cherry pick of #65499 on release-1.10. #65499: Removes defaulting of CSI fsType to ext4
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Ensure /etc/hosts has a header always - Fix conformance test We have 2 scenarios where we copy /etc/hosts - with host network (we just copy the /etc/hosts from node) - without host network (create a fresh /etc/hosts from pod info) We are having trouble figuring out whether a /etc/hosts in a pod/container has been "fixed-up" or not. And whether we used host network or a fresh /etc/hosts in the various ways we start up the tests which are: - VM/box against a remote cluster - As a container inside the k8s cluster - DIND scenario in CI where test runs inside a managed container Please see previous mis-guided attempt to fix this problem at ba20e634 In this commit we revert the code from there as well. So we should make sure: - we always add a header if we touched the file - we add slightly different headers so we can figure out if we used the host network or not. Update the test case to inject /etc/hosts from node to another path (/etc/hosts-original) as well and use that to compare. **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note Rework Kubelet set `/etc/hosts` behavior to fix conformance testability ```
-
- 12 Jul, 2018 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65926: Fix RunAsGroup. Cherry pick of #65926 on release-1.10. #65926: Fix RunAsGroup.
-
Lantao Liu authored
Signed-off-by:Lantao Liu <lantaol@google.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65987: Fix pod worker deadlock. Cherry pick of #65987 on release-1.10. #65987: Fix pod worker deadlock.
-
- 11 Jul, 2018 4 commits
-
-
Lantao Liu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63270: remove format operation in WaitForAttach Cherry pick of #63270 on release-1.10. #63270: remove format operation in WaitForAttach
-
Krunal Jain authored
Adding generated files
-
Krunal Jain authored
Fixing comments in types.go
-
- 10 Jul, 2018 1 commit
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. [1.10] gc: remove crd and apiservice from ignored resources Fixes #65818 This PR cherry-picks CRD and APIService removal from GC ignored resources, from #65856 and #65915. **Release note**: ```release-note The garbage collector now supports CustomResourceDefinitions and APIServices. ``` /cc @nikhita @liggitt /sig api-machinery /kind bug /priority important-soon
-
- 09 Jul, 2018 7 commits
-
-
Lantao Liu authored
Signed-off-by:Lantao Liu <lantaol@google.com>
-
Jing Ai authored
-
Jing Ai authored
-
Jing Ai authored
-
Jing Ai authored
Co-authored-by:Casey Davenport <casey@tigera.io>
-
Marian Lobur authored
-
andyzhangx authored
-
- 07 Jul, 2018 1 commit
-
-
Lantao Liu authored
-
- 06 Jul, 2018 2 commits
-
-
Marko Mudrinić authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65751: fix smb mount security issue Cherry pick of #65751 on release-1.10. #65751: fix smb mount security issue
-
- 05 Jul, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64539: etcd: reuse leases for keys in a time window Cherry pick of #64539 on release-1.10. #64539: etcd: reuse leases for keys in a time window This is it an important bug fix for scalability. cc @jpbetz
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65092: apiextensions: fix concurrent map access copying items' Cherry pick of #65092 on release-1.10. #65092: apiextensions: fix concurrent map access copying items'
-
- 04 Jul, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65373: BUGFIX: must use ID, not name, of the node security group Cherry pick of #65373 on release-1.10. #65373: BUGFIX: must use ID, not name, of the node security group
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65702: Reload systemd config files before starting kubelet. Cherry pick of #65702 on release-1.10. #65702: Reload systemd config files before starting kubelet.
-