You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to manually hardcode a priorityClassName in the code, as our cluster otherwise preempts the Pod during the rsync process.
It would be great if you could add an option to set that, or maybe even better: allow to specify a YAML template with all the bells and whistles that a Pod needs (labels, annotations, etc.) to be deployed successfully.
The text was updated successfully, but these errors were encountered:
I guess providing a YAML template trumps any other arguments one could wish for when creating a Pod, so i'd very much prefer that - also because i noticed a couple of labels and annotations that would be required to make a Pod a good citizen in our clusters. ;-)
Oh, and just to be sure: i'm talking about something like pvmigrate ... -template ./pod.yml
I had to manually hardcode a
priorityClassName
in the code, as our cluster otherwise preempts the Pod during the rsync process.It would be great if you could add an option to set that, or maybe even better: allow to specify a YAML template with all the bells and whistles that a Pod needs (labels, annotations, etc.) to be deployed successfully.
The text was updated successfully, but these errors were encountered: