mirror of
https://github.com/fluxcd/flux2.git
synced 2025-11-03 19:42:51 +08:00
Hidde's fixes to roadmap
Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com>
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in
|
This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in
|
||||||
[read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access)
|
[read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access)
|
||||||
and FluxCloud notifications.
|
and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
|
||||||
|
|
||||||
Goals
|
Goals
|
||||||
|
|
||||||
@ -22,20 +22,20 @@ Goals
|
|||||||
|
|
||||||
Non-Goals
|
Non-Goals
|
||||||
|
|
||||||
- Migrate users that are using Flux to run custom scripts with flux.yaml
|
- Migrate users that are using Flux to run custom scripts with `flux.yaml`
|
||||||
- Automate the migration of flux.yaml kustomize users
|
- Automate the migration of `flux.yaml` kustomize users
|
||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
- Review the git source and kustomize APIs
|
- Review the git source and kustomize APIs
|
||||||
- Design the events API
|
- Design the events API
|
||||||
- Implement events in source and kustomize controllers
|
- Implement events in source and kustomize controllers
|
||||||
- Implement prometheus metrics in source and kustomize controllers
|
- Implement Prometheus metrics in source and kustomize controllers
|
||||||
- Make the kustomize-controller apply/gc events on-par with Flux v1 apply events
|
- Make the kustomize-controller apply/gc events on-par with Flux v1 apply events
|
||||||
- Design the notifications and events filtering API
|
- Design the notifications and events filtering API
|
||||||
- Implement a notification controller for Slack, MS Teams, Discord, Rocket
|
- Implement a notification controller for Slack, MS Teams, Discord, Rocket
|
||||||
- Implement the migration command in tk
|
- Implement the migration command in tk
|
||||||
- Create a migration guide for flux.yaml kustomize users
|
- Create a migration guide for `flux.yaml` kustomize users
|
||||||
|
|
||||||
### Flux image update feature parity
|
### Flux image update feature parity
|
||||||
|
|
||||||
@ -49,8 +49,8 @@ Non-Goals
|
|||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
- Design the git push API
|
- Design the Git push API
|
||||||
- Implement git push in source controller
|
- Implement Git push in source controller
|
||||||
- Design the image scanning API
|
- Design the image scanning API
|
||||||
- Implement an image scanning controller
|
- Implement an image scanning controller
|
||||||
- Design the manifests patching component
|
- Design the manifests patching component
|
||||||
@ -64,7 +64,7 @@ Tasks
|
|||||||
|
|
||||||
Goals
|
Goals
|
||||||
|
|
||||||
- Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm Repositories
|
- Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
|
||||||
|
|
||||||
Non-Goals
|
Non-Goals
|
||||||
|
|
||||||
@ -73,9 +73,9 @@ Non-Goals
|
|||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
- Review the helm release, chart and repository APIs
|
- Review the Helm release, chart and repository APIs
|
||||||
- Design helm releases based on source API
|
- Design Helm releases based on source API
|
||||||
- Implement a helm controller for Helm v3 covering all the current release options
|
- Implement a Helm controller for Helm v3 covering all the current release options
|
||||||
- Implement events in helm controller
|
- Implement events in Helm controller
|
||||||
- Implement prometheus metrics in helm controller
|
- Implement Prometheus metrics in Helm controller
|
||||||
- Create a migration guide for helm operator users
|
- Create a migration guide for Helm Operator users
|
||||||
|
|||||||
Reference in New Issue
Block a user