-
Notifications
You must be signed in to change notification settings - Fork 6
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
Finish built-in deployment scripts #29
Comments
/triage accepted |
@dtantsur: 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. |
Please assign it to me! |
I think you can use /assign @matthewei |
- Use the published image by default - Enable cert-manager support by default - Re-enable the webhook port and webhook manifests - Fix deprecation warnings in kustomizations Requires: - metal3-io#53 Signed-off-by: Dmitry Tantsur <[email protected]>
- Use the published image by default - Enable cert-manager support by default - Re-enable the webhook port and webhook manifests - Fix deprecation warnings in kustomizations Requires: - metal3-io#53 Signed-off-by: Dmitry Tantsur <[email protected]>
- Use the published image by default - Enable cert-manager support by default - Re-enable the webhook port and webhook manifests - Fix deprecation warnings in kustomizations Requires: - metal3-io#53 Signed-off-by: Dmitry Tantsur <[email protected]>
Currently, the deployment scripts are an auto-generated mess. In particular, TLS support is commented out, preventing us from using webhooks. This all has to be cleaned up, TLS and webhook support enabled, redundant generated code removed.
The text was updated successfully, but these errors were encountered: