hashgraph / hashgraph/solo-weaver
feat(consensus): consensus node uninstall command
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
Implement solo-provisioner consensus node uninstall command.
Deletes the ConsensusCapsule CR for a given node. If --with-proxy was used during install, also removes the proxy CR.
### Flags
- --node-id (required)
- --orbit — Orbit name
### Acceptance Criteria
- [ ] ConsensusCapsule CR deleted
- [ ] Associated proxy CRs cleaned up
- [ ] Graceful if CR does not exist
Contributor guide
Assessment
This issue has not been assessed yet.