Bug 1809018
Summary: | [OCP 4.2] metadata.annotations: Too long: must have at most 262144 characters | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Mario Abajo <mabajodu> |
Component: | Machine Config Operator | Assignee: | Antonio Murdaca <amurdaca> |
Status: | CLOSED DUPLICATE | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.2.z | CC: | igreen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-04 13:44:23 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
Mario Abajo
2020-03-02 09:42:32 UTC
I used this command to clean the "machineconfiguration.openshift.io/reason" field: $ oc patch node <node> --type merge --patch '{"metadata": {"annotations": {"machineconfiguration.openshift.io/reason": ""}}}' |