• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / holodeck / 23747562636
48%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 01:37PM UTC
Jobs 1
Files 65
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Mar 2026 01:35PM UTC coverage: 45.802%. Remained the same
23747562636

push

github

web-flow
fix: use grep -w for exact IP matching in cluster node configuration (#757)

When configuring cluster nodes, the grep command used to find node names
by private IP would match IP prefixes as substrings (e.g., 10.0.1.8
matching 10.0.1.81), concatenating multiple node names with a newline.
This caused kubectl to fail with "nodes not found" for the combined
string.

Add -w flag to grep for word-boundary matching, ensuring each IP matches
only its exact occurrence in kubectl output.

Fixes #756

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

0 of 2 new or added lines in 1 file covered. (0.0%)

4975 of 10862 relevant lines covered (45.8%)

0.51 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
12.71
0.0% pkg/provisioner/cluster.go
Jobs
ID Job ID Ran Files Coverage
1 23747562636.1 30 Mar 2026 01:37PM UTC 65
45.8
GitHub Action Run
Source Files on build 23747562636
  • Tree
  • List 65
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23747562636
  • 177a186f on github
  • Prev Build on main (#23744993115)
  • Next Build on main (#23748640950)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc