k3s/pkg
Kubernetes Submit Queue 6b1b6d504a
Merge pull request #56024 from dimpavloff/aws-elb-set-hc-params
Automatic merge from submit-queue (batch tested with PRs 56211, 56024). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

allow ELB Healthcheck configuration via Service annotations

**What this PR does / why we need it**:
The default settings which are set on the ELB HC work well but there are cases when it would be better to tweak its parameters -- for example, faster detection of unhealthy backends. This PR makes it possible to override any of the healthcheck's parameters via annotations on the Service, with the exception of the Target setting which continues to be inferred from the Service's spec.

**Release note**:
```release-note
It is now possible to override the healthcheck parameters for AWS ELBs via annotations on the corresponding service. The new annotations are `healthy-threshold`, `unhealthy-threshold`, `timeout`, `interval` (all prefixed with `service.beta.kubernetes.io/aws-load-balancer-healthcheck-`)
```
2017-11-22 08:48:43 -08:00
..
api remove reference to v1alpha1 2017-11-21 13:00:40 -08:00
apimachinery/tests
apis Merge pull request #55103 from ConnorDoyle/remove-oir 2017-11-22 00:27:27 -08:00
auth
bootstrap/api Validate usage strings when creating bootstrap tokens via kubeadm 2017-11-13 09:37:20 +08:00
capabilities
client Allow constructing spdy executor from existing transports 2017-11-18 14:41:29 -05:00
cloudprovider Merge pull request #56024 from dimpavloff/aws-elb-set-hc-params 2017-11-22 08:48:43 -08:00
controller Fix long even handler in cloud cidr allocator 2017-11-22 12:38:43 +01:00
credentialprovider fix awsStandardDNSSuffix 2017-11-15 16:39:48 +08:00
features Add 'None' option to DNSPolicy and define DNSConfig field in Pod API 2017-11-20 14:01:01 -08:00
fieldpath
generated update-all generated 2017-11-21 13:00:40 -08:00
hyperkube
kubeapiserver Merge pull request #56175 from ericchiang/oidc-fix-prefixing 2017-11-21 19:49:33 -08:00
kubectl Merge pull request #53765 from tanshanshan/fix-bug1 2017-11-21 21:38:59 -08:00
kubelet Merge pull request #55143 from feiskyer/version 2017-11-22 02:56:26 -08:00
kubemark Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
master remove duplicated import 2017-11-14 17:18:17 +08:00
printers Merge pull request #55873 from jsafrane/show-pvc-terminating 2017-11-22 06:43:23 -08:00
probe
proxy add cleanup-ipvs flag 2017-11-21 15:05:23 +08:00
quota update unit test for hugepage resourceQuota support 2017-11-13 09:37:20 +08:00
registry update-all generated 2017-11-21 13:00:40 -08:00
routes
security CSI - API change for CSI volume source type 2017-11-17 19:17:42 -05:00
securitycontext
serviceaccount
ssh
util Merge pull request #54219 from m1093782566/ipset 2017-11-19 22:09:13 -08:00
version
volume Merge pull request #51498 from NickrenREN/pvc-resize-cinder 2017-11-21 23:40:37 -08:00
watch
.import-restrictions
BUILD generated code for VolumeMode api change 2017-11-18 12:03:33 -05:00
OWNERS