yaml: line 59: found unexpected end of stream
what's the correct way to do deployment rolling update non-interactively?
Use `kubectl patch` to edit the deployment directly in Kubernetes. This avoids most consistency problems; get|sed|apply is very fragile.
In the long run, it is probably advisable to keep the source definition of the deployment in version control somewhere, change it there and keep applying that.
/MR
--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Containers at Google" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-containers/5reYpRlCRH8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-contain...@googlegroups.com.