test(self-managed): HA profile validation - single-node compatibility and failure tests
Open
@shobham-nv is already working on this.
Since Aug 19, 2026.
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Description
Validate highAvailability profiles end-to-end:
- Single-node / local BDD —
profile: single-node(or HA disabled) must keep laptop/CI installs working (replicas=1, no hard anti-affinity that leaves pods Pending). - MVP failure tests on ≥3 nodes — production profile must meet basic resilience acceptance (install shape, Tier-1 pod kill, node drain).
Definition of Done
- Local k3d / BDD path still installs successfully with
single-node(or HA off) -
tests/bdd/fixtures/self-managed-local-bdd.yaml(or equivalent) remains compatible - Production-profile install on ≥3 nodes: Tier-1 ≥2 Ready; Tier-2 = 3 Ready
- Tier-1 pod kill in one AZ: invocations still succeed
-
kubectl drainof one node: PDB enforced; service remains available - Results/instructions checked into the repo or linked from the epic
- Documented that
single-nodeis local/dev only, not production HA
By submitting this issue, you acknowledge that you are an assigned member of the NVCF development team and agree to follow our code of conduct and our contributing guidelines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.