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
Currently, the container pull policy always have to be set (see here). However, if you use the "latest" tag for a Docker image, K8s behaves differently if no pull policy is provided (see here). To correctly map this behaviour, the pull policy should be an optional. If you want we can provide a PR for this change.
The text was updated successfully, but these errors were encountered:
Currently, the container pull policy always have to be set (see here). However, if you use the "latest" tag for a Docker image, K8s behaves differently if no pull policy is provided (see here). To correctly map this behaviour, the pull policy should be an optional. If you want we can provide a PR for this change.
The text was updated successfully, but these errors were encountered: