Bug 1836016
Summary: | Azure UPI: Both Internal and External load balancers for kube-apiserver should use /readyz | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> | |
Component: | Installer | Assignee: | Etienne Simard <esimard> | |
Installer sub component: | openshift-installer | QA Contact: | Mike Gahagan <mgahagan> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | high | CC: | adahiya, akashem, bleanhar, choag, esimard, ffranz, jminter, mgahagan, mjudeiki, wking, xxia | |
Version: | 4.5 | Keywords: | Upgrades | |
Target Milestone: | --- | |||
Target Release: | 4.6.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: Healthcheck probes not defined on Azure UPI deployed load balancers
Consequence: Load balancers do not properly detect when an API endpoint is no longer available and may still direct traffic causing client failures.
Fix: Added Healthcheck probes to Azure UPI deployed load balancers
Result: Load balancers properly detect when API endpoints are not available and do not route traffic to offline nodes.
|
Story Points: | --- | |
Clone Of: | 1828382 | |||
: | 1872822 (view as bug list) | Environment: | ||
Last Closed: | 2020-10-27 15:59:41 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1872822, 1873280, 1874582, 1880726 |
Description
W. Trevor King
2020-05-14 23:42:02 UTC
Won't be able to get to it this sprint. Confirmed both internal and external loadbalancers are using http/https and the /readyz endpoint in UPI Azure using 4.5.0-0.nightly-2020-06-10-224736 public lb: "name": "api-internal-probe", "numberOfProbes": 3, "port": 6443, "protocol": "Https", "provisioningState": "Succeeded", "requestPath": "/readyz", "resourceGroup": "esimardupi-4zmfb-rg", "type": "Microsoft.Network/loadBalancers/probes" internal lb: "name": "api-internal-probe", "numberOfProbes": 3, "port": 6443, "protocol": "Https", "provisioningState": "Succeeded", "requestPath": "/readyz", "resourceGroup": "esimardupi-4zmfb-rg", "type": "Microsoft.Network/loadBalancers/probes" *** Bug 1856729 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 |