karmada
karmada copied to clipboard
Use helm to install karmada-agent
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
[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.
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
Just thought a question. What would I do if I want to check the yamls we are using in CI?
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.