yangyuliufeng
yangyuliufeng
前后端版本:1.8.6 在后台的集群-集群列表中编辑集群信息,为集群添加、修改了展示名后,用户发布应用时看到的仍然是集群名。
Signed-off-by: yangyuliufeng ### Ⅰ. Describe what this PR does This PR is a part of Bigdata integration optimization. For more details, please visit [the design doc](https://docs.google.com/document/d/1UYpvQAEhDL7t9W1Gr4-QRYIuDMlZXREgQxjfuregzPQ/edit) The whole job will...
**What feature you'd like to add:** Refactor the main.go, spit it into several files, such as app.go, version.go, init.go **Why is this feature needed:**
**What feature you'd like to add:** Move util functions to operate k8s Object (for examples, utils.GetSecret)from pkg/utils to pkg/utils/kubeclient **Why is this feature needed:** Fow now, most of the functions...
**What is your environment(Kubernetes version, Fluid version, etc.)** go 1.15、go 1.16 **Describe the bug** For example, when I exec "go test" in pkg/ddc/goosefs/: ``` $ cd pkg/ddc/goosefs/ $ go test...
**What feature you'd like to add:** In the fluid Project, we use the logger interface from github.com/go-logr/logr/logr.go to print log. When sewing a logger, we pass some key-value parameters so...
**What is your environment(Kubernetes version, Fluid version, etc.)** fluid 0.5 master **Describe the bug** When runtime scale in , the status of dataset will not update immediately **What you expect...