-
…in reply to @s_markin
s_markin rseroter googlecloud We wanted to make it super clear that
gcloud run services update
was very different fromgcloud run services replace
. The first one patches the service, the second one replaces it. We did not try to go into the messy behavior of patching from YAML. -
…in reply to @steren
s_markin rseroter googlecloud Furthermore, this is part of the gcloud command line, consistency with the gcloud design patterns was higher priority than consistency with kubectl.