Skip to content
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(roadmap): link to wiki for roadmap #3198

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 1 addition & 42 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,42 +1 @@
# Kanister Roadmap

Please join the Kanister community to give feedback on the roadmap
and open issues with your suggestions.

## Project and [Governance](Governance.md) Work

1. Lifecycle for contributors: Roles, Privs, and lifecycle
1. project admin?
2. maintainer (core)
3. reviewer+approval: PR + branch protections?
4. contributor
2. Blueprints Maintenance and Support Policy
1. project test matrix: Kopia vs Restic vs Stow, downstream adopters vs Kanister standalone
2. community maintained examples: move to a new public repo

## Development Work

### Prioritized (Doing):
1. Fork block storage functions, deprecate unused Kanister code
1. Kopia.io Repository Controller with a CR to control the lifecycle of a Kopia Repository Server
1. Replace [github.com/pkg/errors](http://github.com/pkg/errors) package with a supported fork = https://github.com/kanisterio/kanister/issues/1838
1. Release notes
1. [Adopt OpenSSF Best Practices Badge](https://github.com/kanisterio/kanister/issues/2783)

### Backlog: (Ideas and maintenance, unprioritized)

#### Discussion and Issues to be created/qualified:
1. Track and log events triggered by Blueprint Actions: @PrasadG193 to create
1. Vault integration for Repository Server secrets: @mlavi to create
1. Deprecate Restic, blocked on Kopia work: @e-sumin to create
1. Replace http://gopkg.in/check.v1 with a better test framework
1. Plugability of data mover; S3 and more: GH discussion attempt; add to agenda
1. App mobility: discussion

#### Existing Requests
1. [ARM support](https://github.com/kanisterio/kanister/issues/2254)
1. Generate Kanister controller using KubeBuilder - currently based on Rook operator
resurrect https://github.com/kanisterio/kanister/issues/193
1. Merge the Repository controller into the Kanister controller.
1. Support for creation of blueprints/actionsets in application namespaces https://github.com/kanisterio/kanister/discussions/2922
1. Support iterating over multiple resources with the same function https://github.com/kanisterio/kanister/discussions/3001
Roadmap was moved to [the Wiki page](https://github.com/kanisterio/kanister/wiki/Roadmap)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about simply

Suggested change
Roadmap was moved to [the Wiki page](https://github.com/kanisterio/kanister/wiki/Roadmap)
See [Roadmap](https://github.com/kanisterio/kanister/wiki/Roadmap)