Jack Henschel

Results 118 comments of Jack Henschel

> No, all nodes are added as members but the health check would rule "bad" members out The question is *why* though. On 3 April 2022 12:39:26 CEST, Lingxian Kong...

Hi, thanks for getting back to me. Yes, as the `which pulumi` output shows, the pulumi binary (as well as pulumi-language-nodejs) are in the $PATH: ```sh $ echo $PATH /home/jack/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl...

Thanks for the tip @Derrick- ! I rewrote it in vanilla JS, works like a charm! ```js const tagCanvas = document.querySelector("#tag-wrapper"); // select your element to draw in WordCloud(document.querySelector("#tag-wrapper"), {...

I'm happy to tackle this issue after someone explains to me how the release flow works. I see there are lots of scripts in `./hack` but I'm not sure how...

Hi @nikhil-thomas , thanks for taking the time and writing all this info down! (Maybe you can also copy-paste this info into release-cheat-sheet.md?) I followed your guidelines and came up...

/remove-lifecycle rotten /lifecycle frozen

Hey folks, thanks for the interest and sorry for the long delay! I created a PR a while ago that should automatically update the Helm chart for each new version...

The PR https://github.com/tektoncd/plumbing/pull/1086 got merged, so `yq` is now included in the `ko-gcloud` image. I updated the commands accordingly for extracting the CRD manifests. Any other comments? @nikhil-thomas

Could someone please test the release process? I don't really have the necessary environment available.