Moritz Röhrich

Results 109 comments of Moritz Röhrich

Just my two cents: There has been [this PR](https://github.com/harvester/docker-machine-driver-harvester/pull/61) since the last release, which provides a fix that is quite critical to get [this workaround](https://harvesterhci.io/kb/renew_harvester_cloud_credentials/) to work right. We should...

I'll open a new PR soon. I'm currently working to make multiple separate networks possible as well. Unfortunately, this means that the way the nodes are configured will radically change,...

This is fixed on `master` branch and in v2.13.1 pre-releases: ``` │ ~/tmp │► cat Dockerfile FROM foo:bar RUN foo && \ bar

Hi, > I have 1 intermediate and 1 self-signed root CA. The intermediate CA (Vault) signed both the Harvester and Rancher certificates. Which root CA are you using to sign...

Sorry for late reply, I've managed to reproduce the same symptom in a test environment. Here are some things you can do to check if your environment is set up...

Can you provide a bit more details about what you did to set up your self-signed CA with Rancher? Are you using cert-manager to bootstrap the CA, or did you...

Thanks for the PR. I recently tried to cross-compile Hadolint into Javascript with the end-goal of updating the online linter eventually. While doing that I ran into issues compiling `basement`:...

LGTM. Thanks for the contribution.

Who has permission anyways? I saw that https://github.com/rancher/rancher/pull/47598 failed its CI run on a flaky `apt-get install`, but I don't have permission to re-trigger it. I presume whoever can merge...

Hi, thanks for the suggested fixes, they look fine to me and they certainly are much appreciated. I've merged them and kicked off another run of the release pipeline -...