In what area(s)?
Workflow and client conventions
Describe the feature:
Previously, in the client-conventions.md (still in serving, still meaning to port it over here), we suggested adding a nonce to force creation of a new revision and to make that new revision findable once you'd created it.
Now that v1beta1 style (even in v1alpha1) allows for bring-your-own-revision-name, it's much more natural to autogenerate a name for the revision on the client side. We should support random name generation on the client side, and have it on by default, so that the revisions are findable, at least, and so that when you deploy an image by a tag that's changed it forces creation of a new revision.
In what area(s)?
Workflow and client conventions
Describe the feature:
Previously, in the client-conventions.md (still in serving, still meaning to port it over here), we suggested adding a nonce to force creation of a new revision and to make that new revision findable once you'd created it.
Now that v1beta1 style (even in v1alpha1) allows for bring-your-own-revision-name, it's much more natural to autogenerate a name for the revision on the client side. We should support random name generation on the client side, and have it on by default, so that the revisions are findable, at least, and so that when you deploy an image by a tag that's changed it forces creation of a new revision.