hashgraph / hashgraph/solo-weaver
feat(proxy): envoyproxy install/uninstall/list/status commands
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
Implement solo-provisioner envoyproxy command group.
Manages EnvoyProxy CRs via the typed solo-operator client.
### Commands
- envoyproxy install --node-id N — create EnvoyProxy for a consensus node
- envoyproxy uninstall --node-id N — delete EnvoyProxy
- envoyproxy list — list all EnvoyProxies
- envoyproxy status --node-id N — show detailed status
### Acceptance Criteria
- [ ] CRUD operations on EnvoyProxy CR
- [ ] Linked to correct ConsensusCapsule via owner/label
Contributor guide
Assessment
This issue has not been assessed yet.