Simon Kollberg
Simon Kollberg
``` % pre-commit run --files main.go -v ... go imports...............................................................Passed - hook id: go-imports - duration: 0.01s ../run-go-imports.sh: line 8: goimports: command not found ``` It's likely that this is...
It would be nice if there was a way to hide more advanced configuration options for a charm. Highlighting the most important ones in the GUI. A similar example just...
In Scope I was seeing the error message `file "/proc/20654/fd/140" is not a socket`. I noticed that the error message only showed up in the log when Scope was launched...
It would be nice to have the possibility to include more than just the license name in the third party file. Any chance that the license URL could be made...
Something needs to be done to enable CNI for new units added after initial deployment as well. It's problematic because you won't have cluster-wide CNI support which obviously will lead...
**Is your feature request related to a problem? Please describe.** We're currently moving towards vendoring upstream charts. See: https://github.com/elastisys/compliantkubernetes-apps/pull/444 We should do the same in this repository. Specifically [rook](https://github.com/elastisys/compliantkubernetes-kubespray/blob/main/rook/deploy-rook.sh#L7). **Describe...
/kind feature **Describe the solution you'd like** Currently, disabling a bastion host is not allowed after it has been enabled. Instead you have to tear down the entire cluster to...
**What should be investigated.** We currently use Swift as the Harbor image/chart storage because there were some issues when uploading/downloading large images using the S3 API. This was introduced over...
Is it possible to disable .m3u playlist extractions? Thanks in advance!
Like it does when the current status is `running` [here](https://github.com/juju/amulet/blob/master/amulet/actions.py#L92) it should also consider the `pending` status. This happened to me when the timeout was short and the charm was...