karmada icon indicating copy to clipboard operation
karmada copied to clipboard

Use helm to install karmada-agent

Open Poor12 opened this issue 2 years ago • 3 comments

Signed-off-by: Poor12 [email protected]

What type of PR is this? /kind cleanup

What this PR does / why we need it: Unify the config between helm chart and artifacts,and we can use helm to generate yaml of karmada-agent,to reduce maintenance of artifacts

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?: None

Poor12 avatar Jul 15 '22 02:07 Poor12

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign kevin-wangzefeng after the PR has been reviewed. You can assign the PR to them by writing /assign @kevin-wangzefeng in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

karmada-bot avatar Jul 15 '22 02:07 karmada-bot

Just thought a question. What would I do if I want to check the yamls we are using in CI?

RainbowMango avatar Jul 15 '22 03:07 RainbowMango

Just thought a question. What would I do if I want to check the yamls we are using in CI?

If we want to see yamls, we can output the yamls in the scripts by echo it. Or output the yamls to a temp dir.

Poor12 avatar Jul 15 '22 03:07 Poor12