<#367 Set scheduler restart policy to `Always`> Pu...
# flyte-github
a
#367 Set scheduler restart policy to `Always` Pull request opened by bstadlbauer TL;DR In dask/dask-kubernetes#711
dask-kubernetes
switched to deploying the
scheduler
pod through a
Deployment
instead of a simple
PodSpec
. Within a
Deployment
, only
RestartPolicy: Always
is allowed and will lead to
Copy code
spec.template.spec.restartPolicy: Unsupported value: "Never": supported values: Always
otherwise. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue flyteorg/flyteplugins All checks have passed 5/5 successful checks