Somefive
Somefive
> topology Thanks for the raised discussion. :) The multicluster deployment support is the topology feature. Compared to simple multicluster delivery, KubeVela application manages the lifecycle of resources, which makes...
Great! This solution looks good and is similar to what I have been thinking for sharding. Would you like to make a PR for that?
I suggest using an alternative for loop as follows ```cue template: { outputs: { // Add a for loop here for i, f in parameter.plugins { "plugin\(i)": {} } }...
> @Somefive what's this issue now? Waiting for CUE to upgrade. This is a bug in CUE 0.2.2. Upgrading to 0.4.0 should will fix it.
Capacity of resourcekeeper? Do you mean capability of resourcekeeper? Or the size of the resourcekeeper?
How do you do the conversion? External CLI tools or operators on server? Is there any way for KubeVela controller to know whether the conversion goes well or not?
> It covers my usage completely. How about exposing an operator to provide the ability of chossing "and" , "or" for user. I actually think for a while, but this...
FYI, @chivalryq , a CUE file might need to be added to provide OpenAPI Schema for VelaUX and auto-generate documentations for kubevela.io. We can do it in another PR.
What do you mean for "`ResourceTracker` monitor secondary resources"? Like patterns like ResourceTracker->Deployment->Pod?
Is it possible to directly upgrade to ubuntu-22?