Bug 2055601
Summary: | installer did not destroy *.app dns recored in a IPI on ASH install | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Installer | Assignee: | Aditya Narayanaswamy <anarayan> |
Installer sub component: | openshift-installer | QA Contact: | Mike Gahagan <mgahagan> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | anarayan, beth.white, mgahagan, padillon |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The *.apps entry did not have the tag "kubernetes.io_cluster<infraID>" that was used by the installer destroy code to isolate all the resources created for a given cluster and delete them.
Consequence: The *.apps entry was not being cleaned up wih desstroy
Fix: Added the tag in the cluster ingress operator during creation time
Result: makes the entry visible to the destroy code to delete.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 10:50:22 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: |
Description
Johnny Liu
2022-02-17 10:50:00 UTC
The logs are showing a <nil> output which may be a red herring for this particular bug (but should be fixed). Deletion for dns records is handled by tags, so make sure to check records created by ingress controller are correctly tagged. This is occuring on 4.11 as well. I can confirm there is no kubernetes.io_cluster.$cluster_name tag on the apps wildcard record as there seems to be on the api and api-int records. confirmed this is fixed in 4.11.0-0.nightly-2022-06-23-092832 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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/RHSA-2022:5069 |