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

Add nuke cleanup #3

Merged
merged 16 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,14 @@ Some of the alternatives you could consider are:

## High Priority

- Add support for nuking the whole cluster - not just kubeadm reset, remove all traces
- Improve error handling and reporting
- Add more input validation
- Allow custom CIDR ranges
- Add support for additional logging output to a file
- Add dry-run mode for operations

## Medium Priority

- Add automated etcd backup and restor
- Add support for more CNI plugins: Calico, Cilium
- Add support for customizing the kubelet configuration
- More post-installation/upgrade checks
- Cluster configuration templating
- Add support for MetalLB
- Add support for HA control plane
- Assume presence of the flag equals true (e.g. --noninteractive) if the flag is present
- Add k3s support
Expand All @@ -165,4 +158,3 @@ Some of the alternatives you could consider are:
## Low Priority

- Air-gapped environments support
- Add performance tuning options
Loading