Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1724968

Summary: New node CSR not approved in OpenShift 4 AWS IPI
Product: OpenShift Container Platform Reporter: Takayoshi Kimura <tkimura>
Component: Cloud ComputeAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED DUPLICATE QA Contact: Jianwei Hou <jhou>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.1.0CC: 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:

Description Takayoshi Kimura 2019-06-28 07:48:09 UTC
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:

Comment 8 Alberto 2019-07-04 07:27:09 UTC
- 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

Comment 9 Alberto 2019-07-26 14:19:05 UTC
fixed by https://bugzilla.redhat.com/show_bug.cgi?id=1718265

*** This bug has been marked as a duplicate of bug 1718265 ***