Hongchao Deng
Hongchao Deng
When deploying applications, it is important for developers to understand how their applications are behaving in order to better operate/improve them. This includes understanding the applications' metrics, tracing, logs, health....
Currently, KubeDL workloads requires users to write the PVC and volumeMounts config to consume the source dataset. This also implies that users would need to put dataset into a PV...
Currently, the KubeVela integration with Nocalhost can be done via the [`nocalhost` trait](https://github.com/oam-dev/kubevela/blob/3f2e76c75a1919bcc0fd8d3f7c776c6bcb48ac3c/docs/examples/nocalhost/app-bookinfo.yaml#L13). Here is a [live demo](https://www.bilibili.com/video/BV1mS4y1R7Ez). ## Problem with IDE But after the KubeVela app is deployed, its...
Consider using this to lint and test charts: https://github.com/helm/chart-testing
## Problem Statement Currently, when oam-runtime applies traits, it does MergePatch (code [link1](https://github.com/crossplane/crossplane-runtime/blob/378a57303ea0a2d13ae21668044364ad8d1035d9/pkg/resource/api.go#L149) and [link2](https://github.com/kubernetes-sigs/controller-runtime/blob/74fd294a89c65c8efc17ab92e0d2014d36e357a8/pkg/client/patch.go#L100)). Basically, it compares the trait to apply (A), and existing trait object in cache (B),...
- pass AC's generation into child objects' labels - check generation in getting data input fix #222
This has been raised up in the community meeting when we discussed https://github.com/crossplane/oam-kubernetes-runtime/pull/24. Since spec is relatively stable, we want to validate ideas before making changes to spec. Usually we...
Currently, if we want to deploy an OAM app, it still requires filling fields like label selector or serviceName: ```yaml apiVersion: core.oam.dev/v1alpha2 kind: ApplicationConfiguration metadata: name: example spec: components: -...
The DCO breaks one of the Github features that changes from reviewers can be committed directly. In that case, the commits do not have any signoff. I am not sure...
We need to create a roadmap to involve community members and contributors into development activities in clear direction.