Commit 965934d
committed
fix: truncate primary network attachment name to meet VPC 63-char limit
The primary network attachment name is constructed from the nodeclaim name
plus a suffix. IBM Cloud VPC has a 63-character limit for resource names.
Previously, long nodeclaim names (e.g., from long nodepool names) would
exceed this limit, causing instance creation to fail with validation errors.
Signed-off-by: Josephine Pfeiffer <[email protected]>1 parent a4f3d70 commit 965934d
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
365 | 371 | | |
366 | | - | |
| 372 | + | |
367 | 373 | | |
368 | 374 | | |
369 | 375 | | |
| |||
0 commit comments