zhxu2
zhxu2
I can pick this one up and work on it
> Now we have resource minimum in Component definition, the operator may want to define resource limit. So we need resource limit as a Trait. I am wondering what's the...
would this be inferred by healthscope?
Missing of application status as well as rudr error codes is becoming a blocker for our next release. For today we have status field such as: status: components: helloworld-python-v1: deployment/first-app-helloworld-python-v1:...
I think having checks on one app working with another is out of the scope at this point. However I will start working on adding error codes and put error...
> I think a standard status object is a good idea. You are thinking something modeled more like a Deployment's status? (which tracks the health of things run via the...
Also it's helpful to pass on the actual error code/msg as part of app cfg status. E.x. a missing image will give "deployment/first-app-helloworld-python-v1: unavailable" in cfg status. Without having to...
Seems the doc contradicts with rudr implementation. If not specified the default sharing policy is "Exclusive" as stated on this page https://github.com/oam-dev/spec/blob/master/3.component_model.md#volume if @vturecek confirms it we can update that...
I was able to reproduce this rudr::workload_type::workload_builder] Not attaching service to pod with n o container ports. if you don't sepecify a containerPort in your component spec, rudr will skip...
I think events needs to be deduped otherwise they expire? Also it seems what added here https://github.com/oam-dev/rudr/pull/473/files wasn't a summary of what really goes wrong during the deployment. it's mroe...