Graham Dumpleton

Results 765 comments of Graham Dumpleton

@riekrh If the name of the image for the init container is the same as the main container, have you tried adding the name of the init container to the...

No further followup, closing.

Seems to be enough to output any resource which contains a property with an integer field and write it to `KUBERNETES_PATCH_PATH`. Eg., ``` apiVersion: v1 kind: Service metadata: name: xxx...

Possibly relevant issue: * https://github.com/kubernetes/kubernetes/issues/62769

Alas, I can't use `MergePatch` as that can't be used to remove keys/properties and using `JSONPatch` will be too messy. So will drop the `resourceVersion` for now and hope it...

Thinking whether there should be a distinct `Update` operation rather than relying on `CreateOrUpdate`. I don't want it created if it doesn't exist. For `Update` there should be a flag...

Another example where behaviour of `CreateOrUpdate`, and lack of `Update` (which behaves like `kubectl apply`), is an issue is with persistent volume claims. If you try to update an existing...