-
Notifications
You must be signed in to change notification settings - Fork 25
Description
@yrobla We are facing issue with certificate approval while adding worker nodes. Please go through below list of use cases which we tried and corresponding issues which we are facing.
Use Case 1:
Imported the control plane cluster(spoke cluster) into ACM Hub and then added a worker node - It approved the certificates and subsequently node was listed by 'oc' command.
Use Case 2:
Removed the above worker node from the cluster and re-added the same node to the cluster back - But in this case, we see that certs are not getting approved and also worker node is not listed by 'oc' command.
Use Case 3:
Added a 2nd worker node the existing cluster, Again it is observed that the certs are not getting approved for the 2nd worker node and even it is not listed by 'oc' command.
As discussed earlier, we came to know that importing the cluster into ACM will take care of approving the certs.
So, Please let us know how to solve the issues which we are facing now.