-
Notifications
You must be signed in to change notification settings - Fork 145
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
[WIP] Adds openfaas operator addon #630
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: afzalbin64 <[email protected]>
Hi @afzalbin64, is this pr still in progress? |
Hello @wangyikewxgm! You can review it up till what I did. Also, LMK how I can find resources to write its template for openfaas operator definitions and generate its example. Thanks. Although I found this doc, it is limited one. 😉 |
Hi @wangyikewxgm ! I just found this docs where I got to know how to go further. https://kubevela.io/docs/platform-engineers/components/custom-component. I had been waiting for you. Thanks eg |
I apologize for the delayed reply. First, you can review the primary CRD in this Helm chart and manually create it by writing a native CRD YAML file. Next, you can follow this documentation to write a CUE template in the definition and generate a CRD using KubeVela. Also, I highly recommend taking a look at this informative guide on how to create a workload in OpenFaaS, which can be found here. By gaining a deeper understanding of OpenFaaS, you can then create the add-on. |
Signed-off-by: afzalbin64 <[email protected]>
Hi there, if I try to use type
Ref: https://github.com/openfaas/faas-netes/blob/master/chart/openfaas/README.md |
Description of your changes
Fixes #5056
How has this code been tested?
Checklist
I have:
[Addon]
,[example]
or[Doc]
).version
inmetadata.yaml
to generate a new version.Verified Addon promotion rules
If this pr wants to promote an experimental addon to verified, you must check whether meet these conditions too:
metadata.yaml
.README.md
.