-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add a general field to the Vineyardd CRD for supporting the most APIs of Kubernetes Deployment #1439
Comments
I don't quite understand, do you want to say add a field, if the field is filled then execute the filled API, otherwise follow the original logic? |
I'm sorry the
|
On the current CRD definition, an additional field called patchFields is added to listen to the registered payload, and then the patchFields field is typed on the created yaml, which is then handed over to Apiserver for execution. It sounds like a webhook. |
Yeah, using webhook can also work, but we don't want to add a new one. Actually, we want to do the |
I think I can try to fix it, but still need to look at the project and get a clear understanding of the requirements and changes. |
No problem, assigned to you. If you have any question, feel free to contact us. |
Thanks,Is there a community or other place for communication? |
@jingchu000, we have a slack channel refer to doc. Also, we have a DingDing group for communication. You could choose the like one. |
ok,I want to join Dingding |
Can you invite me? |
Ok, would you mind telling me your Dingding number here or via email |
/cc @jingchu000, this issus/pr has had no activity for for a long time, could you folks help to review the status ? |
Describe your problem
At present, we have the
Vineyardd
CRD to deploy a Kubernetes Deployment, but it only contains the parts of Kubernetes Deployment APIs refer to vineyardd template file, it's better to add a field to the Vineyardd CRD which allows users to input their custom APIs rather than the fields of CRD.Some examples:
Additional context
The text was updated successfully, but these errors were encountered: