Moritz Röhrich

Results 109 comments of Moritz Röhrich

That's good. I think the check still makes sense, because the Longhorn CRD 'abuses' the "Unknown" state of the "ImageImported" status condition to represent that an upload/download is in-progress. Therefore,...

Confirmed, this reproduces on v1.3.1(-rc1) as well. This commit introduced code that enforces that console URLs must always start with `http://` or `https://` or else `http://` will be prepended to...

@rebeccazzzz @innobead could we please triage this? I've done some investigation on what's needed to do this. Longhorn already supports backups to Azure Blob Storage (as well as Samba/CIFS). The...

- Merge conflicts fixed - Linter messages addressed - DCO fixed @w13915984028 @FrankYang0529 Could you please review this again, I'd like to pick this back up.

@PhanLe1010 the documentation you quoted is talking about how the command line interface is similar to `go vet` or `go build`. `go build` is executing the actual compiler on the...

Hi, this is now fixed in Hadolint v2.13.1. Unfortunately, I can't update the online version right now, but I hope to be able to fix that in the future.

The issue is reliably reproducible for me. Environment: - ipxe-examples based virtual single-node environment - Harvester version: built from v1.5 branch @ cb7194303 - ui-index: https://releases.rancher.com/harvester-ui/dashboard/release-harvester-v1.5/index.html - ui-source: auto Both...

Hi @borismand , thanks for showing interest. This feature is getting implemented at some point, but I can't tell you when exactly that's going to be. For the time being...

Thanks for reporting this. Hadolint now supports `relabel=shared` and `relabel=private` syntax. It doesn't yet support the short form `z` and `Z` syntax, so I'll leave this issue open.

This is a docs issue. You can add labels to a `harvester_virtualmachine` resource by using Terraform's `tags` attribute. E.g.: ``` resource "harvester_virtualmachine" "test-labels" { name = "test-labels" tags = {...