Jirka Kremser
Jirka Kremser
@frbl pls send me an email and we can talk the details ([email protected]) @metacosm "CM-mode vs CR-mode in runtime" nope, there isn't CRs was the first shot and it was...
this makes tilt pretty much unusable with K3s or Kind w/o using the public image registry. The only way I am able to hack the custom "image import" is this:...
> I am not sure if it should be limited to stdin and files only imho it should, how would you distinguish between the case where one wants to pass...
ah, I've completely missed this https://github.com/k8gb-io/k8gb/blob/master/.golangci.yaml#L43 so it looks like it's on purpose. I wonder why though. also probably dupe of https://github.com/k8gb-io/k8gb/issues/775
I see, so somehow the `golangci-lint run` is not being run against the terratest module. I'd probably whitelisted the gofmt, they don't fight against each other and can be run...
wrt terratest `cd terratest/ && golangci-lint run` ... works (but I assume it would not inherit the options from `/.golangci.yaml` this way)
For round robin, it's quite straightforward, but how this should actually work for the fail-over strategy? I think this actually can't be done with what we currently have. We allow...
That would work and the array is definitely better than comma-separated strings. It's kind of redundant this way, but at the same time backward compatible and easier for N <...
there is a [docsy](https://github.com/google/docsy) hugo template used by a lot of cncf projects: https://www.docsy.dev/docs/examples/ and also by k8s itself
I think the version support is not there in the template or hugo itself.. well it can be done using the directories, like: - `content/en/docs/v0.0.1/something.md` - `content/en/docs/v0.0.2/something.md` But this is...