--
You received this message because you are subscribed to the Google Groups "kubernetes-wg-apply" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-wg-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-wg-apply/8debabef-ab41-4658-b8c1-b200e96fc7fc%40googlegroups.com.
It should "just work";* Use a PATCH verb with the right content type ("application/apply-patch+yaml")* Send a yaml or json body and make sure only the fields you want to manage are present* Use the ?force=true, since it's a controller
On Mon, Jan 13, 2020 at 2:09 PM Joji Mekkatt <joj...@gmail.com> wrote:
--I have a CRD that has two status fields, managed asynchronously by two components.e.g. MyCRDStatus {Status1 structA // managed by Component 1Status2 structB // managed by Component 2}Is there a way to use server side apply so the two components can update Status1 and Status2 without overwriting each other? Will appreciate any pointers.Thanks,Joji
You received this message because you are subscribed to the Google Groups "kubernetes-wg-apply" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-wg-apply+unsub...@googlegroups.com.
Thank you! One clarification. I am using a json body. Should I still be using PatchType = "application/apply-patch+yaml"?Or should it be PatchType = "application/json-patch+json"Thanks,JojiOn Monday, January 13, 2020 at 2:16:25 PM UTC-8, Daniel Smith wrote:
It should "just work";* Use a PATCH verb with the right content type ("application/apply-patch+yaml")* Send a yaml or json body and make sure only the fields you want to manage are present* Use the ?force=true, since it's a controller
On Mon, Jan 13, 2020 at 2:09 PM Joji Mekkatt <joj...@gmail.com> wrote:
--I have a CRD that has two status fields, managed asynchronously by two components.e.g. MyCRDStatus {Status1 structA // managed by Component 1Status2 structB // managed by Component 2}Is there a way to use server side apply so the two components can update Status1 and Status2 without overwriting each other? Will appreciate any pointers.Thanks,Joji
You received this message because you are subscribed to the Google Groups "kubernetes-wg-apply" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-wg-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-wg-apply/8debabef-ab41-4658-b8c1-b200e96fc7fc%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "kubernetes-wg-apply" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-wg-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-wg-apply/94f41516-91f1-409d-9c90-5c7d5af5fd80%40googlegroups.com.