Commit Graph

76507 Commits (750881c0ab62a9f59d53582bc33826caa167aa83)

Author SHA1 Message Date
fabriziopandini 911f6ea43e fix-file-discovery 2019-07-30 01:52:11 +03:00
fabriziopandini 56e0f22f1a autogenerated 2019-07-30 01:49:50 +03:00
Kubernetes Prow Robot df8cd112a7
Merge pull request #80713 from pivotal-k8s/automated-cherry-pick-of-#80559-upstream-release-1.14
Automated cherry pick of #80559: Bump github.com/libopenstorage/openstorage to v1.0.0.
2019-07-29 07:57:56 -07:00
Jianfei Bai e5eb6a21b1 Bump github.com/robfig/cron to v1.0.0-53-gdf38d32658d878. 2019-07-29 14:09:23 +01:00
Jianfei Bai d096b01123 Bump github.com/libopenstorage/openstorage to v1.0.0. 2019-07-29 14:09:23 +01:00
Clayton Coleman 4368fe6ae3
Conformance should not skip tests
Kubernetes conformance tests are not allowed to skip. Backport the 1.15
change to 1.14.
2019-07-25 16:59:20 -04:00
Rong Gao 77a13eda99 make node lease renew interval more heuristic 2019-07-19 11:33:36 +08:00
David Zhu 668abb7fc6 Add supportedMountOptions for GCE PD CSI Driver tests 2019-07-18 14:57:12 -07:00
David Zhu 68ece40f65 Add passthrough for MountOptions for NodeStageVolume for CSI 2019-07-18 14:57:00 -07:00
caiweidong df04523a8d Bugfix: csi raw block that does not need attach mounted failed
Add unit test

fix verify-test-featurefates failed
2019-07-16 11:33:32 +08:00
Sravanth Bangari c5829cd5a4 Fix the creation of load balancer policy for the NodeIp when NodePort specified is same as service Port 2019-07-11 19:45:58 +00:00
Anago GCB 7936da50c6 Add/Update CHANGELOG-1.14.md for v1.14.4. 2019-07-08 10:00:21 +00:00
Anago GCB 91ac7f1ea5 Kubernetes version v1.14.5-beta.0 openapi-spec file updates 2019-07-08 08:42:21 +00:00
Kubernetes Prow Robot a87e9a978f
Merge pull request #79748 from BenTheElder/automated-cherry-pick-of-#79731-upstream-release-1.14
Automated cherry pick of #79731: edit google dns hostname
2019-07-04 04:18:13 -07:00
andyzhangx 54eccec000 fix: change timeout value in csi plugin 2019-07-04 03:42:01 +00:00
Sandeep Rajan 0812b9885d edit google dns hostname 2019-07-03 14:30:15 -07:00
Kubernetes Prow Robot 9f1b2df355
Merge pull request #79571 from SataQiu/automated-cherry-pick-of-#79094-up-release-1.14
Automated cherry pick of #79094: fix kubelet can not delete orphaned pod directory when "/var/lib/kubelet/pods" directory symbolically links to another device's directory
2019-07-03 12:46:13 -07:00
Kubernetes Prow Robot 2d0cf16750
Merge pull request #79664 from odinuge/automated-cherry-pick-of-#79534-upstream-release-1.14
Automated cherry pick of #79534: Fix closing of dirs in doSafeMakeDir
2019-07-03 10:16:40 -07:00
Kubernetes Prow Robot 62a6ddbfd4
Merge pull request #79618 from wongma7/automated-cherry-pick-of-#79446-upstream-release-1.14
Automated cherry pick of #79446: Fix AWS DHCP option set domain names causing garbled
2019-07-03 10:16:32 -07:00
Kubernetes Prow Robot d94c7dd7ea
Merge pull request #79708 from josephburnett/release-1.14
Cherry pick #79035 to 1.14 (Fix HPA feedback from writing status.replicas to spec.replicas)
2019-07-03 07:18:32 -07:00
Joseph Burnett d881d48b2c There are various reasons that the HPA will decide not the change the
current scale. Two important ones are when missing metrics might
change the direction of scaling, and when the recommended scale is
within tolerance of the current scale.

The way that ReplicaCalculator signals it's desire to not change the
current scale is by returning the current scale. However the current
scale is from scale.Status.Replicas and can be larger than
scale.Spec.Replicas (e.g. during Deployment rollout with configured
surge). This causes a positive feedback loop because
scale.Status.Replicas is written back into scale.Spec.Replicas,
further increasing the current scale.

This PR fixes the feedback loop by plumbing the replica count from
spec through horizontal.go and replica_calculator.go so the calculator
can punt with the right value.
2019-07-03 10:35:42 +02:00
tiffany jernigan 88989d25e2 Update aws provider build files 2019-07-02 21:18:14 -07:00
tiffany jernigan f9bd50bd81 Refactors and fixes bugs in AWS credentialprovider
Adds caching per registry. Fixes caching of invalid ECR tokens.
2019-07-02 21:18:14 -07:00
tiffany jernigan d03853e2b9 Credential provider Provide takes image (clouds) 2019-07-02 21:18:14 -07:00
tiffany jernigan 5224b94282 Credential provider Provide takes image (general) 2019-07-02 21:18:13 -07:00
tiffany jernigan 3211bdad3d Remove aws cred provider dep on cloud provider 2019-07-02 21:18:13 -07:00
tiffany jernigan e6174e0ab5 Updated client-go expiration cache to take in expiration policies 2019-07-02 21:18:11 -07:00
Kubernetes Prow Robot 2cc5100933
Merge pull request #79182 from tallclair/automated-cherry-pick-of-#78313-upstream-release-1.14
Automated cherry pick of #78313: Avoid the default server mux
2019-07-02 14:33:12 -07:00
Odin Ugedal 5f7e540651
Fix closing of dirs in doSafeMakeDir
This fixes the issue where "childFD" from syscall.Openat is assigned to
a local variable inside the for loop, instead of the correct one in the
function scope. This results in that when trying to close the "childFD"
in the function scope, it will be equal to "-1", instead of the correct
value.
2019-07-02 18:25:15 +02:00
Matthew Wong 34170a18ae Fix AWS DHCP option set domain names causing garbled InternalDNS or Hostname addresses on Node 2019-07-01 12:49:20 -07:00
Kubernetes Prow Robot c5a761cc6e
Merge pull request #79575 from nikhita/ipv6-unit-test-fix
Allow unit test to pass on machines without ipv6
2019-07-01 09:21:23 -07:00
Jordan Liggitt a50985cbb0 Allow unit test to pass on machines without ipv6 2019-06-30 21:30:23 +05:30
Rong Gao ea0007dd6d fix kubelet can not delete orphaned pod directory when the kubelet's root directory symbolically links to another device's directory 2019-06-30 13:22:05 +08:00
Kubernetes Prow Robot d5f2096f1a
Merge pull request #79519 from feiskyer/automated-cherry-pick-of-#79514-upstream-release-1.14
Automated cherry pick of #79514: Default resourceGroup should be used when value of annotation
2019-06-29 05:41:23 -07:00
Kubernetes Prow Robot 2fcb57ff05
Merge pull request #79338 from rafatio/automated-cherry-pick-of-#79073-upstream-release-1.14
Automated cherry pick of #79073: Ignore cgroup pid support if related feature gates are
2019-06-29 04:29:25 -07:00
Kubernetes Prow Robot 55bca275e5
Merge pull request #79483 from yujuhong/automated-cherry-pick-of-#79451-upstream-release-1.14
Automated cherry pick of #79451: kubelet: retry pod sandbox creation when containers were
2019-06-28 03:27:38 -07:00
Pengfei Ni 23a7bd5c99 Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string 2019-06-28 17:18:10 +08:00
Yu-Ju Hong 7782a900f4 kubelet: retry pod sandbox creation when containers were never created
If kubelet never gets past sandbox creation (i.e., never attempted to
create containers for a pod), it should retry the sandbox creation on
failure, regardless of the restart policy of the pod.
2019-06-27 10:22:39 -07:00
rafatio ed402e3629 Ignore cgroup pid support if related feature gates are disabled 2019-06-24 10:53:32 -03:00
Kubernetes Prow Robot 2d20b57594
Merge pull request #77832 from anfernee/release-1.14
Bump ip-masq-agent version to v2.3.0
2019-06-20 17:40:36 -07:00
Kubernetes Prow Robot 6b360e905b
Merge pull request #79131 from andyzhangx/automated-cherry-pick-of-#75234-upstream-release-1.14
Automated cherry pick of #75234: fix flexvol stuck issue due to corrupted mnt point
2019-06-20 16:14:43 -07:00
Kubernetes Prow Robot 8daa63bd22
Merge pull request #78961 from subramanian-neelakantan/automated-cherry-pick-of-#75187-upstream-release-1.14
Automated cherry pick of #75187: Use any host that mounts the datastore to create Volume
2019-06-20 16:14:36 -07:00
Kubernetes Prow Robot 87de10ed40
Merge pull request #78905 from dougm/automated-cherry-pick-of-#78876-upstream-release-1.14
Automated cherry pick of #78876: vSphere: allow SAML token delegation
2019-06-20 14:31:11 -07:00
Kubernetes Prow Robot 2ff91b0885
Merge pull request #78878 from msau42/automated-cherry-pick-of-#75129-upstream-release-1.14
Automated cherry pick of #75129: Move CSIDriver Lister to the controller
2019-06-20 14:31:03 -07:00
Kubernetes Prow Robot 3df2c60c4d
Merge pull request #78790 from andyzhangx/automated-cherry-pick-of-#78700-upstream-release-1.14
Automated cherry pick of #78700: fix: update vm if detach a non-existing disk
2019-06-20 14:30:54 -07:00
Kubernetes Prow Robot 2a4632e1cf
Merge pull request #78750 from jingxu97/automated-cherry-pick-of-#78658-upstream-release-1.14
Automated cherry pick of #78658: Fix volume mount tests issue for windows
2019-06-20 14:30:46 -07:00
Kubernetes Prow Robot 65de86e72f
Merge pull request #78602 from paulgmiller/release-1.14
cherry pick of #74027: proxy: add some useful metrics
2019-06-20 14:30:38 -07:00
Kubernetes Prow Robot cb7218fac5
Merge pull request #79101 from andrewsykim/automated-cherry-pick-of-#78999-origin-release-1.14
Automated cherry pick of #78999: ipvs: fix string check for IPVS protocol during graceful
2019-06-20 12:46:14 -07:00
Kubernetes Prow Robot 5098719581
Merge pull request #78883 from liggitt/procmount-1.14
1.14: Fix incorrect procMount defaulting
2019-06-20 12:46:02 -07:00
Tim Allclair 0f9623d937 Avoid the default server mux 2019-06-19 12:32:05 -07:00