-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: more post v2.3 roadmap items #7509
Conversation
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
@jannfis , @jessesuen , @sbose78 can you give your feedback please? Now, with so many contributors, I think it is very important to have more features in a roadmap. Most of the features will require a proposal document. I hope the roadmap will inspire someone to start writing one. |
Codecov Report
@@ Coverage Diff @@
## master #7509 +/- ##
=======================================
Coverage 41.38% 41.38%
=======================================
Files 161 161
Lines 21618 21618
=======================================
Hits 8947 8947
Misses 11408 11408
Partials 1263 1263
Continue to review full report at Codecov.
|
Sure, on my list for today |
docs/roadmap.md
Outdated
|
||
Exec into the Kubernetes Pod right from Argo CD Web UI! [#4351](https://github.com/argoproj/argo-cd/issues/4351) | ||
|
||
### Multiple Application Sources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs careful consideration as discussed in today's meeting - otherwise the rest looks good. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree. The same feedback was given during the contributors' meeting. Replaced this feature with Helm + values from external repo.
- [Multiple Application Sources](#multiple-application-sources) | ||
- [Config Management Tools Integrations UI/CLI](#config-management-tools-integrations-ui-cli) | ||
- [Allow specifying parent/child relationships in config](#allow-specifying-parent-child-relationships-in-config) | ||
- [Maintain difference in cluster and git values for specific fields](#maintain-difference-in-cluster-and-git-values-for-specific-fields) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to mention I would like to add Application dependencies since I think it will be a huge UX improvement. We could reduce a lot of app-of-app patterns by using dependencies:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are reading my mind. Added it ~10 ago :)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Alexander Matyushentsev AMatyushentsev@gmail.com
PR adds more features into the post v2.3 roadmap. The list is inspired by conversations with Argo CD users during Kubecon and is a subject for discussion. Please give your feedback in PR. Will present list during contributors meeting as well.