Bug 1840230 - Azure IPI: Both Internal and External load balancers for kube-apiserver should use /readyz
Summary: Azure IPI: Both Internal and External load balancers for kube-apiserver shoul...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.3.z
Assignee: Abu Kashem
QA Contact: Etienne Simard
URL:
Whiteboard:
: 1840238 (view as bug list)
Depends On: 1836038
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-26 15:31 UTC by OpenShift BugZilla Robot
Modified: 2020-06-25 19:16 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-17 20:28:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift installer pull 3665 0 None closed [release-4.3] Bug 1840230: data/azure/vnet: switch to HTTPS probes for lbs 2020-09-22 01:44:58 UTC
Red Hat Product Errata RHBA-2020:2436 0 None None None 2020-06-17 20:28:49 UTC

Comment 1 Abhinav Dahiya 2020-05-26 18:29:09 UTC
*** Bug 1840238 has been marked as a duplicate of this bug. ***

Comment 4 Etienne Simard 2020-06-05 18:13:09 UTC
Verified with: 4.3.0-0.nightly-2020-06-05-003056

I confirmed the following probes are in use on my working Azure cluster:

public-lb:

~~~
    "name": "api-internal-probe",
    "numberOfProbes": 3,
    "port": 6443,
    "protocol": "Https",
    "provisioningState": "Succeeded",
    "requestPath": "/readyz",
    "resourceGroup": "qe-cluster-ctfwk-rg",
    "type": "Microsoft.Network/loadBalancers/probes"

~~~

internal-lb:

~~~

    "name": "sint-probe",
    "numberOfProbes": 3,
    "port": 22623,
    "protocol": "Https",
    "provisioningState": "Succeeded",
    "requestPath": "/healthz",
    "resourceGroup": "qe-cluster-ctfwk-rg",
    "type": "Microsoft.Network/loadBalancers/probes"

    "name": "api-internal-probe",
    "numberOfProbes": 3,
    "port": 6443,
    "protocol": "Https",
    "provisioningState": "Succeeded",
    "requestPath": "/readyz",
    "resourceGroup": "qe-cluster-ctfwk-rg",
    "type": "Microsoft.Network/loadBalancers/probes"

~~~

Comment 6 errata-xmlrpc 2020-06-17 20:28:32 UTC
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, 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:2436


Note You need to log in before you can comment on or make changes to this bug.