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
The :latest tag is mutable and can lead to unexpected errors if the image changes. A best practice is to use an immutable tag that maps to a specific version of an application pod. Always considered a bad practice, we still see people and examples out there to use it. In a multitenancy environment, the cluster admin can disallow tenants to use this bad practice.
@prometherion yep, it's correct. Currently, it's not part of the multi-tenancy benchmark and it's proposing the same of #132. I suggest to keep it open till the Policy Engine implementation, just to avoid people to suggest the same once again. And it happened to me too ;)
Describe the feature
The
:latest
tag is mutable and can lead to unexpected errors if the image changes. A best practice is to use an immutable tag that maps to a specific version of an application pod. Always considered a bad practice, we still see people and examples out there to use it. In a multitenancy environment, the cluster admin can disallow tenants to use this bad practice.What would the new user story look like?
latest
tag image. When not specified, any value is admitted.Expected behavior
see above
The text was updated successfully, but these errors were encountered: