Commit 64b5b4e
committed
Ensure proper pod name for Run command
From k8s:
```
must consist of lower case alphanumeric characters, '-' or '.', and must start
and end with an alphanumeric character (e.g. 'example.com', regex used for
validation is
'[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'
```1 parent 8f11d2f commit 64b5b4e
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
327 | 336 | | |
328 | 337 | | |
329 | 338 | | |
| |||
1275 | 1284 | | |
1276 | 1285 | | |
1277 | 1286 | | |
1278 | | - | |
| 1287 | + | |
1279 | 1288 | | |
1280 | 1289 | | |
1281 | 1290 | | |
| |||
0 commit comments