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
Output of tanka show is non-deterministic when multiple manifests are defined when .metadata.generateName is defined without .metadata.name.
It could be worthwhile to take the value of .metadata.generateName into consideration when sorting.
There could be multiple manifests defined with the same .metadata.generateName for which the sort order can be non-deterministic. When manifests have different values for this field, then it would be nice to have them sorted.
The text was updated successfully, but these errors were encountered:
Output of
tanka show
is non-deterministic when multiple manifests are defined when.metadata.generateName
is defined without.metadata.name
.It could be worthwhile to take the value of
.metadata.generateName
into consideration when sorting.There could be multiple manifests defined with the same
.metadata.generateName
for which the sort order can be non-deterministic. When manifests have different values for this field, then it would be nice to have them sorted.The text was updated successfully, but these errors were encountered: