Noah Kantrowitz

Results 187 comments of Noah Kantrowitz

> Based on what I'm gleaning from https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/envtest is it correct to assume that one would exec `kind` prior to starting envtest, and then just ensure envtest is passed the...

I think we can close this ticket, as running kube-controller-manager from envtest is out of scope and better served by UseExistingCluster as mentioned above (in combination with tools like Kind...

It should follow the same behavior as `kubectl` so if there is a mismatch, we should fix that :)

@DirectXMan12 How would you feel about closing this? I think it's been long enough that SSA is pretty broadly available so we could maybe just skip the client-side abstraction entirely....

@m1o1 This isn't a good place for user support, please ask in Slack.

> The controller-runtime library can and is used as a small piece of larger binaries; its not always the sole thing running in the process While we want to improve...

Ahh never mind, I see it's not an issue with Chef itself, it's some kind of double quoting problem in the shell?

If you want to do this from just groovy, I think correct incantation is: ```groovy import static jenkins.model.Jenkins.instance as jenkins import jenkins.install.InstallState if (!jenkins.installState.isSetupComplete()) { println '--> Neutering SetupWizard' InstallState.INITIAL_SETUP_COMPLETED.initializeState()...

"In the world of open source server configuration management this problem is indeed solved." Citation needed.