ui
ui copied to clipboard
BUG: Include `image_pull_policy` in Kubernetes Run Config screen
Bug Description
Kubernetes run configs now have a field to define Image Pull Policy. When editing the "Run" screen, the UI does not have an option to provide this field.
https://github.com/PrefectHQ/prefect/blob/master/src/prefect/run_configs/kubernetes.py#L96
Steps To Reproduce
- Register a flow with a KubernetesRun run config that specifies an
image_pull_policy
- Go to "Run" -> "Advanced Configuration"
- Change some run config stuff
- Run
- Note that because the run config was overridden,
image_pull_policy
is not defined and uses the default value (not the value from the run config)
Browsers Tested:
- [x] Chrome
- [x] Firefox
- [x] Safari
- [x] Edge
- [x] IE
Notes