• Kubernetes Submit Queue's avatar
    Merge pull request #45524 from MrHohn/l4-lb-healthcheck · daee6d48
    Kubernetes Submit Queue authored
    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.
    ```
    daee6d48
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...