Dan Isla
Dan Isla
I am also interested in this behavior. My example is a CompositeController that generates a child Pod with values from an existing ConfigMap that it doesn't own. I would want...
I was thinking about this a little more and it might be possible to enhance metacontroller to provide the related objects in the CompositeController webhook sync request using a sidecar...
> If there's a 1:1 correspondence between ConfigMap -> Pod, then I think you can do this with the proposed MapController pattern. Can you take a look at that and...
Is there any workaround for this? I’m using the kubernetes go library in my golang hook and seeing this same issue.
I think most of my use cases would prefer to match the behavior of `kubectl apply`. Can we have both and let the author pick the appropriate behavior via the...
So my temporary workaround is to copy the child type structs from the k8s go API to my controller and just omit their `Status` field so that when it's marshaled...
Another thing that bit me and caused a hot loop was not having a stable serialization of my parent spec. My spec contained a field of type`map[string]string`, which has no...
Thanks @enisoc, I'll keep debugging now that I know the map order shouldn't affect it.
This might break the docker compatibility feature, the docker.sock is created in the xpra entrypoint https://github.com/selkies-project/selkies-vdi/blob/master/manifests/brokerapp-base/webrtc-bundle-manifests/jsonpatch-deploy-xpra.yaml.tmpl#L51
With Xpra, Fixed with 645877be5d9f8d47f5409420578342c5ca0705c4