Lei Zhang (Harry)
Lei Zhang (Harry)
1. 包括组件本身与替换策略(已具备开源条件,待审核)
1. 增加“添加和查看集群”功能,这样就能够看应用的安装状态了 2. 同阿里云授权访问体系集成。这样在阿里云 ACK 服务试用一键安装会更加安全可控 3. 一键安装添加集群 namespace 等选择参数
1. 点击搜索之后,在Hub 左侧增加一个 Repo 列表,aggregate 的方式显示搜索的结果 2. 通过一个描述文件记录 Hub include 的所有 Repo,允许用户通过 PR 的方式更新这个文件,从而把自己的 Repo 加入进来。
1. 提供一个前端工作流,通过 Overlay 的方式,允许用户自定义 YAML 的任何字段 2. 对接用户的 Github,将用 K-R 流程后生成的所有YAML 存储在他的 Github 上 3. 同“一键安装”打通,直接在线修改应用参数然后一键安装 4. Helm v3 下,K-R 流程结束后,如何让 Helm 的 Release 管理继续 work?(RFC)
**Is your feature request related to a problem? Please describe.** P0 - make sure [KubeVela](https://github.com/oam-dev/kubevela/) support all features from this repo, and keep this repo as is (i.e. supports OAM...
**Is your feature request related to a problem? Please describe.** For registering a given capability, we should support a field named `conflictsWith` **Describe the solution you'd like** ```console $ kubectl...
Note: this is a requirement from two end users (https://github.com/goodrain/rainbond and https://xlauncher.com/) so it seems worth a design and fix. For now, in OAM Kubernetes runtime the child resource of...
See: https://github.com/oam-dev/spec/blob/master/7.application_configuration.md#traitdata. For `traitData` section, we now only implemented the unstructured approach. I'd propose we also implement the structured approach like below: ```yaml apiVersion: core.oam.dev/v1alpha2 kind: ApplicationConfiguration metadata: name: myapp...
**Is your feature request related to a problem? Please describe.** As discussed in: https://github.com/crossplane/oam-kubernetes-runtime/issues/136, OAM runtime should automatically generate labels for Workload (ref: [k8s recommend labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/)) so Trait can choose...
In OAM, the target reference fields or label selectors do not make a lot sense. For example, consider these traits below: ```yaml apiVersion: v1 kind: Service metadata: name: my-service spec:...