Wen Long
Wen Long
https://github.com/prometheus/exporter-toolkit/pull/151, someone is working hard on this 😄
hi @slashpai , currently not, bit busy with my current job. FYI, I stucked in this issue(https://github.com/prometheus/exporter-toolkit/pull/106) last time. 😄
> skip TLS for /-/healthy and /-/ready endpoints with "RequireAndVerifyClientCert" Hi @rzetelskik, as you may know, this is the part that missing in my PR. I have gone through the...
I suspect this is caused by the regex(https://github.com/vladimirvivien/gexe/blob/main/vars/variables.go#L14). Will try to fix this 🤔
seems like the `TestKwokCluster` is completely broken, I can try to have a look. But should I open another Issue and PR for that? Or I can do it with...
The test passed. 😄
Thanks for the review, everyone! @vladimirvivien, I agree with your suggestion. Just want to confirm before I implement. Is that your idea is to add one more field to `kind.Cluster`(https://github.com/kubernetes-sigs/e2e-framework/blob/main/support/kind/kind.go#L43)...
@vladimirvivien, please correct me if I misunderstood, are you suggesting that `WithQuiet()` will append `-q` to all the `kind` commands, such as `kind get kubeconfig`, `kind create cluster`, and so...