Xiangbo Ma

Results 39 comments of Xiangbo Ma

What are the runtime variables? Can you give an example.

I will give a new feature request for detailed https://github.com/kubevela/kubevela/issues/4114

如果按照这样把pyroscoep做成一个trait意味着每个组件都会创建一套完整pyroscope server包括deployemnt、serveice、pv/pvc,我觉得这个成本是不可接受的。 我们为什么不让多个应用共用一个pyroscope server呢?就像是prometheus,一个集群中只有一个prometheus server,而不是每个应用都有独自的prometheus server。

> 1. how this PR be tested? > 2. please also add some test cases > 3. please add docs for this feature I plan to create three app cr,...

At first, I wanted to set multiple shardings through `helm -- set`, but in most cases, only one app controller was deployed at the beginning. Later, it was found that...

> The sharding controller only consumes those apps with sharding annotation. What's blocked on helm installation? > > The default behavior is the default controller don't consume apps with sharding...

> @fourierr what is the purpose of adopting the deployment? Will the user or third-party system manage the deployment directly after this convert? > > There can be different Implementation...

> I'm planning to make it a feature of vela in v1.6. Not only deployment, but also for all Kubernetes CRD with [resource topology](https://kubevela.net/docs/reference/topology-rule) defined. For all Kubernetes CRD is...

- In my scenario, the autoscaler is working on workload(deployment), just like HPA or KEDA. - From your description, the autoscaler needs to autoscaling the application, it seems that a...