Kimmo Lehto
Kimmo Lehto
Can you give the k0sctl.yaml?
As a workaround, I think you could use the envsubst command from https://github.com/a8m/envsubst directly and set the `-no-unset` and `-no-empty`, so something like `envsubst -no-unset -no-empty -fail-fast < input.k0sctl.yaml |...
Yes, but I'm not sure if it's a better mode of operation for most users. Maybe it could be 🤔 . Adding new flags to toggle modes seems like adding...
@masterzen I made a PR that attempts to fix this via `sync.Once` in #122 - PTAL.
It goes something like this: ```go shell, err := c.client.CreateShell() if err != nil { return err } defer shell.Close() command, err := shell.Execute(cmd) if err != nil { return...
I'm seeing this in some logs: ``` # github.com/Azure/go-ntlmssp [github.com/Azure/go-ntlmssp.test] Error: go/pkg/mod/github.com/!azure/[email protected]/nlmp_test.go:52:21: assignment mismatch: 2 variables but GetDomain returns 3 values ``` I think I accidentally ran tests against the...
This has been open for quite a while.
Maybe `k0sctl` could be made to support nixos, but looking at their mission objective, I'm not sure if that's the right way.
I think for overriding k0svars using values from the running instance instead of defaults, for example in `k0s config status`.
Compression has been removed