Bug 1724968
| Summary: | New node CSR not approved in OpenShift 4 AWS IPI | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Takayoshi Kimura <tkimura> |
| Component: | Cloud Compute | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED DUPLICATE | QA Contact: | Jianwei Hou <jhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.1.0 | CC: | agarcial |
| 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: | 2019-07-26 14:19:05 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: | |||
- When a machine is manually stopped, the machine API will recreate a new one which will require manual approval in 4.1.1. This is fixed in 4.1.z (release pending https://bugzilla.redhat.com/show_bug.cgi?id=1718265) so it won't recreate a new one - If a machine is manually terminated, the machine API will recreate a new one which will require manual approval (This behaviour is likely changing soon so no machine is recreated) - Please educate users to manipulate instances via machine API as the source of truth fixed by https://bugzilla.redhat.com/show_bug.cgi?id=1718265 *** This bug has been marked as a duplicate of bug 1718265 *** |
Description of problem: New node added by oc scale machineset but its CSR not approved. Version-Release number of selected component (if applicable): $ oc version Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0-201905191700+7bd2e5b-dirty", GitCommit:"7bd2e5b", GitTreeState:"dirty", BuildDate:"2019-05-19T23:52:43Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.4+838b4fa", GitCommit:"838b4fa", GitTreeState:"clean", BuildDate:"2019-05-19T23:51:04Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} How reproducible: Always in customer env Steps to Reproduce: 1. Add machine via oc scale machineset 2. 3. Actual results: New node created but CSR not approved automatically Expected results: New node created and CSR approved automatically Additional info: