NVIDIA / NVIDIA/ai-cloud-validation
bug: K8sDualStackNodeCheck: auto mode passes a single-stack cluster, and only node IPs are checked
Open
Nobody has claimed this yet.
bug
kubernetes
priority-0
- Dominant language
- Python
- Stars
- 27
- Forks
- 33
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 28
Description
We default to “auto”, which is single stack and then pass the test anyway. We also only check node IPs and not pod IPs.
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.
Research direction
Start in isvtest/src/isvtest/validations/k8s_network_policy.py around line 408 and trace K8sDualStackNodeCheck's auto-mode handling. Reproduce the behavior with a single-stack cluster, then verify the check considers pod IPs as well as node IPs. Done means auto mode no longer passes a single-stack cluster and both node and pod IPs are checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- networking, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100