Commit 33805b8
committed
RHAIENG-287: fix(kustomization.yaml): abbreviate namePrefix to resolve Kubernetes label character limit issue
```
kubernetes namespace events
[INFO] Running command (('kubectl get events',), {'shell': True})
LAST SEEN TYPE REASON OBJECT MESSAGE
71s Warning FailedCreate statefulset/jupyter-pytorch-llmcompressor-ubi9-python-3-12-notebook create Pod jupyter-pytorch-llmcompressor-ubi9-python-3-12-notebook-0 in StatefulSet jupyter-pytorch-llmcompressor-ubi9-python-3-12-notebook failed error: Pod "jupyter-pytorch-llmcompressor-ubi9-python-3-12-notebook-0" is invalid: metadata.labels: Invalid value: "jupyter-pytorch-llmcompressor-ubi9-python-3-12-notebook-7d69c59fc6": must be no more than 63 characters
```
```
+ notebook_workload_name=jupyter-pt-llmcompress-ubi9-python-3-12-notebook-0
+ _handle_test
+ local notebook_id=
++ _get_notebook_id
++ local notebook_id=
++ local accelerator=cuda
++ accelerator=
++ case "${notebook_workload_name}" in
++ printf '%s\n' 'No matching condition found for jupyter-pt-llmcompress-ubi9-python-3-12-notebook-0.'
++ exit 1
```1 parent 72a6741 commit 33805b8
File tree
2 files changed
+8
-1
lines changed- jupyter/pytorch+llmcompressor/ubi9-python-3.12/kustomize/base
- scripts
2 files changed
+8
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
349 | 352 | | |
350 | 353 | | |
351 | 354 | | |
| |||
387 | 390 | | |
388 | 391 | | |
389 | 392 | | |
| 393 | + | |
| 394 | + | |
390 | 395 | | |
391 | 396 | | |
392 | 397 | | |
| |||
0 commit comments