acoustic-carpenter-78188
06/29/2023, 10:45 AMdask-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
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 checksacoustic-carpenter-78188
06/29/2023, 11:49 AM