-
Task
-
Resolution: Done
-
Normal
-
rhos-18.0.0
Right now the name of the job is contructed as follows:
```
Name: instance.Name + "configuration" + ovsNode,
```
The problem is that the final name candidate can be longer than the max length allowed for a job name by kubernetes api (63 chars). The result is the job fails to get created.
We should handle the situation gracefully - probably by truncating the name to fit in the limit.