- 14 Jul, 2018 2 commits
-
-
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 4 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
-
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 6 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>
-
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 7 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.
-
andyzhangx authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64895: In case storage class parameters are empty, create a new map Cherry pick of #64895 on release-1.10. #64895: In case storage class parameters are empty, create a new map
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64427: add external resource group support for azure disk Cherry pick of #64427 on release-1.10. #64427: add external resource group support for azure disk
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65412: skip nic that are in failing state Cherry pick of #65412 on release-1.10. #65412: skip nic that are in failing state
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65548: Bug fix: Should allow alias range size equals to max number Cherry pick of #65548 on release-1.10. #65548: Bug fix: Should allow alias range size equals to max number
-
- 03 Jul, 2018 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #65289: Add a GPUClusterDowngrade test. Cherry pick of #65289 on release-1.10. #65289: Add a GPUClusterDowngrade test.
-
Maciej Borsz authored
In some environments, the os image comes with preloaded kubelet.service, so we need to reload systemctl configs to make changes effective.
-
andyzhangx authored
-
- 02 Jul, 2018 5 commits
-
-
andyzhangx authored
-
andyzhangx authored
-
andyzhangx authored
-
andyzhangx authored
fix naming issue fix comments
-
Yassine TIJANI authored
-