-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api service certificates are created for each api group #727
Comments
Thanks for the report - we currently assume 1 APIService per deployment, which is why you're seeing this issue. We will work on a fix and update here. In the mean time, you can work around it by splitting across two deployments (not sure how simple this would be for your current deployment) |
The workaround of creating 2 api server deployments fixes the issue for us, thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Given the adoption of APIServices in general, I think we are going to stay with the guideline of 1 APIServer per deployment for now, as a suitable workaround exists. |
I have a CSV with apiservice definitions with different groups hosted by an API server. I'm using the latest OCP 4 installer on AWS.
When I install the operator, 2 certificate secrets gets created:
Moreover, it seems the last one created is the one that gets injected to the api server. I would expect only 1 certificate to be created for an api server.
Following is the api services that are defined in my CSV. 2 resources use the group
enmasse.io
and 1 resource use the groupuser.enmasse.io
.The text was updated successfully, but these errors were encountered: