- 08 Jun, 2018 3 commits
-
-
Tim Hockin authored
-
Jeff Grafton authored
-
Jeff Grafton authored
-
- 07 Jun, 2018 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Skip Sysctl tests against v1.11.0-alpha.0 and newer **What this PR does / why we need it**: 1.10 e2e tests get run against 1.11.0+ masters during upgrade tests. This fails as Sysctl moved from annotations to fields, so we should check the version and avoid running these tests. **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 #64845 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63248: fix formatAndMount func issue on Windows Cherry pick of #63248 on release-1.10. #63248: fix formatAndMount func issue on Windows
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Skip updating status for DaemonSet being deleted **What this PR does / why we need it**: #64313, https://github.com/kubernetes/kubernetes/pull/64797#issuecomment-395152965 **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 Skip updating status for DaemonSet being deleted. ```
-
- 06 Jun, 2018 4 commits
-
-
Davanum Srinivas authored
1.10 e2e tests get run against 1.11.0+ masters during upgrade tests. This fails as Sysctl moved from annotations to fields, so we should check the version and avoid running these tests.
-
Janet Kuo authored
-
Anago GCB authored
-
Anago GCB authored
-
- 04 Jun, 2018 7 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. [1.10] Automated cherry pick of #64351: Only mount subpath as readonly if specified in volumeMount Automated cherry pick of #64351: Only mount subpath as readonly if specified in volumeMount **Release note**: ```release-note Fixes issue for readOnly subpath mounts for SELinux systems and when the volume mountPath already existed in the container image. ```
-
Michelle Au authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64519: CSI fix for gRPC conn leak, test updates Cherry pick of #64519 on release-1.10. #64519: CSI fix for gRPC conn leak, test updates ```release-note Fixed CSI gRPC connection leak during volume operations. ```
-
Kubernetes Submit Queue authored
Merge pull request #62938 from pospispa/60764-StorageObjectInUseProtection-downgrade-issue-cherry-pick-into-K8s-1.10 Automatic merge from submit-queue. cherry-pick into K8s 1.10: Always Start pvc-protection-controller and pv-protection-controller **What this PR does / why we need it**: StorageObjectInUseProtection feature is enabled by default in K8s 1.10+. Assume K8s cluster is used with this feature enabled, i.e. finalizers are added to all PVs and PVCs. In case the K8s cluster admin disables the StorageObjectInUseProtection feature and a user deletes a PVC that is not in active use by a pod then the PVC is not removed from the system because of the finalizer. Therefore, the user will have to remove the finalizer manually in order to have the PVC removed from the system. Note: deleted PVs won't be removed from the system also because of finalizers. This problem was fixed in [K8s 1.9.6](https://github.com/kubernetes/kubernetes/releases/tag/v1.9.6) in PR https://github.com/kubernetes/kubernetes/pull/61370 This problem is also fixed in K8s 1.11+ in PR https://github.com/kubernetes/kubernetes/pull/61324 However, this problem is not fixed in K8s 1.10, that's why I've cherry-picked the PR https://github.com/kubernetes/kubernetes/pull/61324 and proposing to merge it into K8s 1.10. **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 N/A Related issue: https://github.com/kubernetes/kubernetes/issues/60764 **Special notes for your reviewer**: **Release note**: ```release-note In case StorageObjectInUse feature is disabled and Persistent Volume (PV) or Persistent Volume Claim (PVC) contains a finalizer and the PV or PVC is deleted it is not automatically removed from the system. Now, it is automatically removed. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63770: Implement Skip() for ingress upgrade test Cherry pick of #63770 on release-1.10. #63770: Implement Skip() for ingress upgrade test ```release-note NONE ```
-
andyzhangx authored
fix comments fix comments fix comments fix comments
-
andyzhangx authored
fix comments
-
- 02 Jun, 2018 2 commits
-
-
Vladimir Vivien authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #62753: Fix extra-log flag for node e2e. Cherry pick of #62753 on release-1.10. #62753: Fix extra-log flag for node e2e.
-
- 01 Jun, 2018 8 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64026: Add SELinux support to CSI Cherry pick of #64026 on release-1.10. #64026: Add GetSELinuxSupport to mounter. ```release-note Fixed SELinux relabeling of CSI volumes. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #62670: Fix kubelet flags. Cherry pick of #62670 on release-1.10. #62670: Fix kubelet flags.
-
Lantao Liu authored
Signed-off-by:Lantao Liu <lantaol@google.com>
-
Lantao Liu authored
Signed-off-by:Lantao Liu <lantaol@google.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63303: Return attach error to A/D controller. Cherry pick of #63303 on release-1.10. #63303: Return attach error to A/D controller. ```release-note Fixed error reporting of CSI volumes attachment. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #62505: update godeps to use latest pflag Cherry pick of #62505 on release-1.10. #62505: update godeps to use latest pflag ```release-note Show help for deprecated Kubelet flags ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64383: fix azure file size grow issue Cherry pick of #64383 on release-1.10. #64383: fix azure file size grow issue
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63295: Fix CSI volume detach when the volume is already detached. Cherry pick of #63295 on release-1.10. #63295: Fix CSI volume detach when the volume is already detached. ```release-note Fixed detach of already detached CSI volumes. ```
-
- 31 May, 2018 1 commit
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. properly skip cadvisor proxy test xref https://github.com/kubernetes/kubernetes/issues/64158 per https://github.com/kubernetes/kubernetes/issues/64158#issuecomment-393229314 /assign @liggitt @AishSundar
-
- 30 May, 2018 6 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63918: new event exporter config with support for new stackdriver Cherry pick of #63918 on release-1.10. #63918: new event exporter config with support for new stackdriver
-
Sen Lu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Wait for the job to be removed **What this PR does / why we need it**: In master we've dropped reapers (#63979) which means the old client does not wait long enough for the resource to be gone (since it's being removed on the server along with its dependents). To fix our e2e ([failure here](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-new-master-gci-kubectl-skew/7980)) we need to backport parts of the aforementioned PR which is updating tests to wait for the resource to be removed. **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 #64362 /assign @MaciekPytel /assign @deads2k **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64349: Fix nodeport repair for ESIPP services Cherry pick of #64349 on release-1.10. #64349: Fix nodeport repair for ESIPP services
-
Kubernetes Submit Queue authored
Merge pull request #64478 from jiayingz/automated-cherry-pick-of-#64296-#64340-#64404-upstream-release-1.10 Automatic merge from submit-queue. Automated cherry pick of #64296: Update nvidia-gpu-device-plugin to apps/v1 and use #64340: Fix DsFromManifest() after we switch from extensions/v1beta1 #64404: DaemonSet internals are still in extensions Cherry pick of #64296 #64340 #64404 on release-1.10. #64296: Update nvidia-gpu-device-plugin to apps/v1 and use #64340: Fix DsFromManifest() after we switch from extensions/v1beta1 #64404: DaemonSet internals are still in extensions ```release-note Fix nvidia-gpu-device-plugin DaemonSet config to ensure correct device plugin upgrade ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63720: log error for os.NewComputeV2 Cherry pick of #63720 on release-1.10. #63720: log error for os.NewComputeV2
-
- 29 May, 2018 6 commits
-
-
Maciej Szulik authored
-
Jiaying Zhang authored
Fix DsFromManifest() after we switch from extensions/v1beta1 to apps/v1 in cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml.
-
Rohit Agarwal authored
Even though RollingUpdate is the default updateStrategy, we need to specify it explicitly here because otherwise updating from extensions/v1beta1 to apps/v1 doesn't change the updateStrategy.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63806: kubeadm - do not generate etcd ca/certs for external etcd Cherry pick of #63806 on release-1.10. #63806: kubeadm - do not generate etcd ca/certs for external etcd
-
Nick Sardo authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64150 upstream release 1.10 Cherry pick of #64150 on release-1.10. #64150 : Fix incorrectly set resource version in List
-