-
Notifications
You must be signed in to change notification settings - Fork 49
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
cert-manager functions hardcoded, Not using manifests/global/functions. #350
Comments
I can work on this issue if no one has started yet. |
@sirajyasin all yours |
Related Change #756606Subject: Use global certmanager for clusterctl This change will close this issue when merged. ApprovalsCode-Review
+1 Stas Egorov
+2 Kostyantyn Kalynovskyi
+1 srinivasa muly
+2 Matt McEuen
Verified
+2 Zuul
Workflow
+1 Matt McEuen Last Updated: 2020-10-27 18:00:04 CDT |
@sb464f , in airshipctl the images are not hardcoded and it is configurable through the variables. Please let us know if this solves your concern |
@sirajyasin I am looking for jestatck cert-manager images. they seem to be hardcoded in clusterctl. |
Thanks @sb464f . There is an issue for this upstream and looks like it is fixed and available in v0.3.10 With our recent uplift of cluster-api (https://review.opendev.org/#/c/756134/), the image override should be working. I will test and push a PS for the same |
Related Change #757987Subject: Image override for cert-manager components This change will close this issue when merged. ApprovalsCode-Review
+2 Matt McEuen
Verified
+1 Zuul
Workflow
! None Last Updated: 2020-11-10 20:15:11 CST |
The Change that closes this issue was merged. |
The Change that closes this issue was merged. |
* Images added to clusterctl object like Providers So that repository and tag for one or all of the cert-manager components can be overriden using patch/replacement clusterctl Documentation for Image Override: https://cluster-api.sigs.k8s.io/clusterctl/configuration.html#image-overrides Change-Id: Id9de8d1967e49aeb3293f6802e51d66d598333ae Closes: #350
Looks like clusterctl is hardcoded with cert-manager values and thus airshipctl which is using clusterctl getting hard coded values of cert-manager pods/images.
Steps to Reproduce
deploy ephemeral node by overriding image values of cert-manager functions in /manifests/global/functions/cert-manager but those values will not be effective it will still have hardcoded images
Expected behavior
manifests/global/functions/cert-manager to be effective
The text was updated successfully, but these errors were encountered: