karmada
karmada copied to clipboard
[Summer OSPP 2024] karmadactl init supports configuration file
What would you like to be added
As the community grows, karmada has more and more components and the configuration required is becoming more and more complex. Karmada hopes to transfer configuration items to the configuration file instead of more and more flags.
At the same time, it is hoped that a function that can list all container images used in the karmadactl init process can be implemented.
Releated:
- https://github.com/karmada-io/karmada/issues/3464
- https://github.com/karmada-io/karmada/issues/4086
This is part of https://github.com/karmada-io/karmada/issues/4879
Project link
https://summer-ospp.ac.cn/org/prodetail/245c40186?lang=zh&list=pro
Desired outcomes
- [x] proposal https://github.com/karmada-io/karmada/pull/5277
- [ ] implement the feature for
karmadactl config images list
https://github.com/karmada-io/karmada/pull/5306 - [ ] implement the feature for karmadactl init with configuration file https://github.com/karmada-io/karmada/pull/5357
- [ ] tests
- [ ] blog/doc for the feature https://github.com/karmada-io/website/pull/690
- [x] sub task https://github.com/karmada-io/karmada/pull/5321