Jianbo Sun
Jianbo Sun
Hi, Diego, thanks for the contribution, but the docs are generated by the tool: https://kubevela.io/docs/contributor/cli-ref-doc You need to change the code in kubevela to change the description of command.
I'm not quite get what we should do in this issue. Would you like to send a pull request to refine it? @zzxwill
Can you help give a fix?
Using go mod like this can fix your problem: ``` module XXXX go 1.13 require ( github.com/crossplane/oam-controllers v0.0.0-00010101000000-000000000000 ) replace github.com/crossplane/oam-controllers => github.com/crossplane/addon-oam-kubernetes-local v0.0.0-20200522083149-1bc0918a6ce9 ``` But I also agree that...
Request to support KubeVela, a modern software delivery platform. Docs: * en: https://github.com/kubevela/kubevela.io/tree/main/docs https://github.com/kubevela/kubevela.io/tree/main/blog * zh: https://github.com/kubevela/kubevela.io/tree/main/i18n/zh Effect Area: https://github.com/kubevela/kubevela Repost URL: I'll repost to the whole KubeVela community after...
K8s v1.29 is recently supported: https://github.com/kubevela/kubevela/pull/6654
ping @FogDong , does it mean CUE don't support generate OpenAPI json schema in this case? Maybe we need to report it to the CUE community.
we're just lacking of maintainers to maintain these addon plugins @Gideon-Felt
Hi, @clomonitor-bot KubeVela as the implementation of OAM spec has already moved to Incubation.
Good point, this should be addressed in the spec, we can fix it in the kubevela implementation first.