-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Umbrella] Open component imagePullPolicy setting parameters for karmadactl init and karmada operator #4789
Comments
@XiShanYongYe-Chang: 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. |
Hi @XiShanYongYe-Chang , is there anyone working on the second task? I'm interested in working on it if needed. |
Thanks~ @seanlaii, I will assign it to you! |
I would like to clarify the requirement regarding the level of control for the Currently, the Karmada Operator installs Karmada through a custom resource, Karmada. To address this requirement, I propose adding an |
Thanks a lot. I was expecting something like this. |
/assign @XiShanYongYe-Chang @seanlaii |
Thanks @seanlaii |
@XiShanYongYe-Chang: Closing this issue. 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. |
Thank you for your time! Btw, it is worth noting that we might need to upgrade the controller-gen version to 0.14.0 when we upgrade Go version to v1.22 due to this issue. During my local development using Go v1.22, I encountered the same problem. However, after downgrading to Go v1.21.8 or upgrading to controller-gen v0.14.0, everything functioned as expected. |
Thanks for the reminder. If it's convenient, you can raise a new issue to track this. We need to do this when we upgrade the go version to 1.22. |
Sure! I created it here. Please feel free to inform me if I need to add any tags or labels. I am new to creating issues, so your guidance would be greatly appreciated. Thank you! |
What would you like to be added:
Open component
imagePullPolicy
setting parameters forkarmadactl init
andkarmada operator
.imagePullPolicy
setting parameters forkarmadactl init
. @XiShanYongYe-Chang Add image-pull-policy flag for karmada init cmd #4815imagePullPolicy
setting parameters forkarmada operator
. @seanlaii Add image-pull-policy field for karmada-operator #4863Why is this needed:
The helm installation method already provides users with the ability to set the component imagePullPolicy parameters:
karmada/charts/karmada/values.yaml
Lines 28 to 30 in c81649a
karmada/charts/karmada/values.yaml
Line 175 in c81649a
In order to ensure the consistency of different installation methods and users can customize the image pull strategy of the Karmada component, we can also provide
imagePullPolicy
parameter settings forkarmadactl init
andkarmada operator
installation methods./help
The text was updated successfully, but these errors were encountered: