Jianbo Sun

Results 422 comments of Jianbo Sun

Hi, @BBialeckiACR @kminder , currently most of the maintainers are mainly focus on KubeVela and we are practicing implementation driven design instead of design based on nothing. With this context,...

I'm sorry but the overall idea is just like the comment in the closed issue: https://github.com/oam-dev/spec/issues/473#issuecomment-973207518 We can discuss what should be rolling back if there's good reason. For more...

I understood your concern that the changed spec maybe somehow breaking the impelementation. I also agree that we should keep the compatibility as much as possible. So the design and...

Yes, totally agree! We also have this plan to add.

> is it possible to allow assign specific Components with specific Scopes, just like how the current implementation of Scope works? Of course, and it will overwrite what specified in...

I agree this proposal, what about make `runtimePlatform: Kubernetes` as default?

@gyliu513 the CRD of kubernetes-sigs/application is more like `provider information` for an app. OAM describe the whole application. Let me give an example using helm chart: kubernetes-sigs/application is more like...

I think we should support imagePullPolicy. In k8s, we usually rely on this mechanism to pre-allocate images, then we can avoid busy network traffic at the same time when Application...

@technosophos I think this also could be useful for other platforms. In the spec, we use OCI format image, then they will have the `image update` concept.