Moritz Röhrich
Moritz Röhrich
Hi, sorry it took me so long to answer, but I want to get it this right so you don't have to guess as much. Regarding your question, try writing...
Hi @irony, We've published workaround instructions in our knowledge-base here: https://harvesterhci.io/kb/renew_harvester_cloud_credentials It's inadvisable to set the default- or maximum-token-ttl settings to 0, because this would weaken security by allowing API...
Hi @sarahhenkens , thanks for drawing attention to https://github.com/rancher/rancher/issues/45449, this issue looks to me like it's the same as this one. > its unclear where we should do this. Is...
This is good news. I wonder if there's a bottleneck elsewhere since it still takes way longer than I anticipated. Anyways, we can throw up to 32 cores at the...
You're using buildx and QEMU, right? This would need to be set up for the workers first. There are GH actions to do that easily. We even had them set...
Quite interesting information would probably a "deployment mechanism". This could be an environment variable that is injected into the Pod and set by the deployment mechanism (Helm/Longhorn) at deployment time....
There are [plenty of instructions how to merge two repos without losing history](https://hacks.mozilla.org/2022/08/merging-two-github-repositories-without-losing-commit-history/). But the hard part here is going to be figuring out the release pipeline's (implicit) interactions with...
One possible way would be a pre-upgrade hook: https://helm.sh/docs/topics/charts_hooks/ This might leverage the metadata version to accomplish the goal.
The pre-upgrade hook I had in mind was a job that looks at the metadata version in the sqlite database and fails itself iff it detects an incompatibility. This should...
I tried to reproduce this problem on Harvester v1.4.0-rc5 with the latest Terraform provider, but I wasn't able to. Even though there are a few variables[1] unaccounted for, I think...