Jason Coté

Results 14 comments of Jason Coté

+1 Would also love to see these binaries made available from an official source, as I'm finding it extremely difficult to build or find a copy for MacOS.

Found this while also looking for a way that I could conveniently display the zone for my nodes view... Sounds like this would be a great way to accomplish that...

+1 I'm also finding this could be beneficial in CI pipelines where information is provided as environment variables. Say for example there is a variable $BRANCH that is set within...

Having some up to date release notes/changelog would be very helpful. 👍 For example I just upgraded from jetcd `0.6.1` -> `0.7.3` and ran into a small issue since my...

I'm thinking something along the lines of this oughta do it. Seems to be working as expected from some basic testing. ```diff --- a/lib/fluent/plugin/out_splunk_tcp.rb +++ b/lib/fluent/plugin/out_splunk_tcp.rb @@ -14,6 +14,11 @@...

I repeated the same test scenario above but using a [custom CRD for crontab from the Kubernetes docs](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) in order to take Istio out of the equation. With this I...

Attaching script that reproduces the problem [reproduce.sh.txt](https://github.com/helm/helm/files/10230798/reproduce.sh.txt)

Oops that's my bad, I sort of conflated `CRD` and `CR` a bit in my report. But yes I'm indeed just trying to update the `CR` itself, not the definition....

I may have a possible solution. At: https://github.com/helm/helm/blob/3636f6824757ff734cb265b8770efe48c1fb3737/pkg/kube/client.go#L473 This attempt to produce a patch only makes use of `oldData` and `newData`, but these will always be identical whenever we're adopting...

Rebased + force-pushed to resolve a conflict that was in `go.mod`. EDIT: looks like it took less than a day for the next conflict to pop up... 😄 Please just...