Bug 1574299
Summary: | Undeploy logging(enabled ops cluster), ansible throws out error "field is immutable, try updating the namespace" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> |
Component: | Logging | Assignee: | ewolinet |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.10.0 | CC: | aos-bugs, ewolinet, rmeggins |
Target Milestone: | --- | ||
Target Release: | 3.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: When uninstalling logging, the role was attempting to modify the 'project' api object
Consequence: The task failed to remove an annotation on the project.
Fix: Updated the role to modify the 'namespace' object instead.
Result: The task completes successfully, as intended.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-30 19:14:38 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
Junqi Zhao
2018-05-03 03:17:25 UTC
it trying to update the annotations of project: default,kube-system,openshift,openshift-infra,openshift-logging Tested with openshift-ansible-3.10.0-0.46.0.git.0.85c3afd.el7.noarch, Undeploy logging(enabled ops cluster) is successful. Note: annotation openshift.io/logging.ui.hostname is removed from project: default,kube-system,openshift,openshift-infra,openshift-logging 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-2018:1816 |