-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make clusterctl cert-manager timeout configurable #2822
Comments
/help |
@vincepri: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/priority important-soon |
@fabriziopandini How do we set other timeouts today? Environment variables, flags? |
MVP for me is library-only for an API consumer. Bonus is a flag or env var. |
/assign |
@fabriziopandini I was trying to implement this by adding a flag to the init command, do you think that is better or doing a env var? |
Ok, env var is fine for now 😄 |
User Story
As a developer using the clusterctl library, I would like to be able to specify a custom timeout for waiting for cert-manager to be available, as the default hard-coded 10 minute value might not be enough if my internet connection is slow.
As a user using clusterctl, I would like to be able to specify a custom timeout for waiting for cert-manager to be available, as the default hard-coded 10 minute value might not be enough if my internet connection is slow.
Detailed Description
See user story
Anything else you would like to add:
N/A
/kind feature
The text was updated successfully, but these errors were encountered: