-
Notifications
You must be signed in to change notification settings - Fork 919
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
[lfx-mentorship-2022-Sept-Nov] Configurable Interpreter #2371
Comments
Hey @RainbowMango I am interested in this project for LFX-Mentorship, will you provide me more information to get started? |
I updated a document list to the issue description. |
Hey @RainbowMango, I have read the proposal,documents and the struct and believe we need to build a webhook and write a lua/cue script which contains the logic to retain the configured field by the user to sync changes so the there is no endless loop in karmada control plane. After that we need to register it here |
/assign |
Friendly ping @jameszhangyukun Any progress? |
Hi @chaunceyjiang The next step I think is |
Hi @jameszhangyukun, I'll be involved with you in the development of this work, thanks~ |
Hi, @jameszhangyukun @RainbowMango @XiShanYongYe-Chang I am also very interested in this, can I participate in the development together? |
Of course, thank you very much. |
Thank you @chaunceyjiang @ikaven1024 @jameszhangyukun @XiShanYongYe-Chang for all your effort in this feature. Most of the planned features have been done and will be delivered with the coming v1.4.0. |
@RainbowMango: 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. |
What would you like to be added:
Now in Resource Interpreter framework, we enabled both
built-in
andcustomized
interpreter.We'd like to enable the third interpreter, which is
configurable
interpreter.In addition, for the
Retain
interpreter operation, we have the proposal .Following documents would help to understand this task:
Why is this needed:
Iteration tasks
interpret
tokarmadactl
for the user to verify the Lua scripts. (@ikaven1024, #2750)The text was updated successfully, but these errors were encountered: