Tianxin Dong
Tianxin Dong
Cuex PR is merged now, the current cue version is v0.9.0
> The same error, `Could not store capability in ConfigMap` appears in the container-image definition as well. The error message is `failed to generate OpenAPI v3 JSON schema for capability...
Is this fixed? @miyoosan
cluster gateway 1.29 support: https://github.com/oam-dev/cluster-gateway/pull/152
@wonderflow Can you help to merge this?
Please sign the DCO so that we can merge the PR with `git commit -s`, thanks!
Hi, you can use garbage collect policy to those components. Please refer to: https://kubevela.io/docs/end-user/policies/gc/#persist-partial-resources
Hi, do you have specific design for the immutable parameters? For example, will them be specified in definitions or applications?
In the cue way it would probably be something like: ``` // +ignore // +usage=Deprecated field, please use ports instead // +short=p // +immutable port?: int ```
This cache was originally used to handle the cache update problem caused by controller reconcile, it's an occasional problem so I'm no sure if we should disable it.