kubernetes/test
Kubernetes Submit Queue daee6d4826 Merge pull request #45524 from MrHohn/l4-lb-healthcheck
Automatic merge from submit-queue (batch tested with PRs 46252, 45524, 46236, 46277, 46522)

Make GCE load-balancers create health checks for nodes

From #14661. Proposal on kubernetes/community#552. Fixes #46313.

Bullet points:
- Create nodes health check and firewall (for health checking) for non-OnlyLocal service.
- Create local traffic health check and firewall (for health checking) for OnlyLocal service.
- Version skew: 
   - Don't create nodes health check if any nodes has version < 1.7.0.
   - Don't backfill nodes health check on existing LBs unless users explicitly trigger it.

**Release note**:

```release-note
GCE Cloud Provider: New created LoadBalancer type Service now have health checks for nodes by default.
An existing LoadBalancer will have health check attached to it when:
- Change Service.Spec.Type from LoadBalancer to others and flip it back.
- Any effective change on Service.Spec.ExternalTrafficPolicy.
```
2017-05-26 19:47:57 -07:00
..
e2e Merge pull request #45524 from MrHohn/l4-lb-healthcheck 2017-05-26 19:47:57 -07:00
e2e_federation fed: Remove redundant e2e for secret and daemonset 2017-05-17 08:28:04 -07:00
e2e_node Merge pull request #46308 from dashpole/summary_container_restart 2017-05-25 22:42:04 -07:00
fixtures kubectl plugins have access config, global flags and environment 2017-05-19 19:17:43 -03:00
images Bump Go version to 1.8.3 2017-05-25 20:05:34 +02:00
integration serve the api in kube-apiserver 2017-05-25 23:55:15 -07:00
kubemark Merge pull request #46434 from shyamjvs/kubemark-config-upload 2017-05-25 21:39:59 -07:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak Cleanup: replace some hardcoded codes and remove unused functions 2017-04-25 09:38:25 +08:00
utils Merge pull request #42975 from smarterclayton/time_namespace 2017-05-17 20:27:52 -07:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller 2017-05-19 14:49:43 -07:00
test_owners.csv Updated test/test_owners.csv for federation test cases 2017-05-20 08:43:30 +05:30
test_owners.json Make update_owners.py also emit a JSON sig-owners list. 2017-05-11 17:01:29 -07:00