杨朱 · Kiki
杨朱 · Kiki
**What type of PR is this?** /kind feature **What this PR does / why we need it**: make the code more readable **Does this PR introduce a user-facing change?**: ```release-note...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: At present, there are many places in karmadactl, which are building clients and...
**What would you like to be added**: Iterated task: - [x] karmadactl logs uses factory #2202 - [x] karmadactl apply uses factory - [x] karmadactl describe uses factory #2471 -...
Signed-off-by: carlory **What type of PR is this?** /kind feature **What this PR does / why we need it**: After #2283 is merged, Flags are renamed to options. We should...
**What type of PR is this?** /kind cleanup **Does this PR introduce a user-facing change?**: ```release-note NONE ```
**What would you like to be added**: refactor the `names. GeneratePolicyName` function. **Why is this needed**: when we execute the `karmadactl apply` or `karmadactl promote` command, pp or cpp will...
**What happened?** local volumes to mount into the non-root container's `/data` directory : ```shell [root@ik8s01 clusters]# kubectl --kubeconfig dce.config -n operators exec -it rfr-anya-ls002-0 -- sh Defaulted container "redis" out...
**What would you like to be added**: karmada scheduler & descheduler component introduce a new flag named `scheduler-estimator-service-prefix`. ``` fs.StringVar(&o.SchedulerEstimatorServicePrefix, "scheduler-estimator-service-prefix", "karmada-scheduler-estimator", "The prefix of scheduler estimator service name") ```...
**What happened**: I installed karmada on the demo namespace, when adding a cluster, the demo namespace is automatically created by `karmada namespace controller`on all member clusters. karmada ns list (when...
Signed-off-by: carlory **What type of PR is this?** /kind feature **Which issue(s) this PR fixes**: Part of #2526 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**:...