Bug 1876581
| Summary: | /readyz endpoint for the API server health check probe missing in UPI AWS | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Simon Reber <sreber> |
| Component: | Documentation | Assignee: | Jason Boxman <jboxman> |
| Status: | CLOSED NOTABUG | QA Contact: | Yunfei Jiang <yunjiang> |
| Severity: | medium | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | medium | ||
| Version: | 4.5 | CC: | aos-bugs, fgrosjea, jboxman, jokerman, wking |
| Target Milestone: | --- | ||
| Target Release: | 4.5.z | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-17 12:25:03 UTC | Type: | Bug |
| 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: | 1836018 | ||
| Bug Blocks: | |||
|
Description
Simon Reber
2020-09-07 15:39:15 UTC
Hi Simon, I am completely out of my depth when it comes to installation, and more so with CloudFormation. So is "Network topology requirements" relevant for an AWS cluster installed with CloudFormation? Or does `/openshift/installer/release-4.6/upi/aws/cloudformation/02_cluster_infra.yaml` handle all the network related configuration? Is setting up `readyz` an additional step someone needs to take, as it appears to be for non-CloudFormation installations? Is this something that needs to happen instead in the CloudFormation template? Thanks! Okay, that makes sense. I notice the title of the page is "Installing a cluster on user-provisioned infrastructure in AWS by using CloudFormation templates", so I think the intent here is that the offered CloudFormation templates are expected to work for a successful installation. So checking, the CF template for OCP 4.5 does _not_ include the /readyz checks. Is this a bug on the CF templates instead? Hi Simon, If you mean this[0] PR, and if that PR resolved this BZ, then yes. [0] https://github.com/openshift/installer/pull/4358 |