Johannes Bornhold

Results 36 comments of Johannes Bornhold

Just did bump into the same issue, is there really no way to add an ignore statement like the one suggested above? This would help to "workaround" the problem until...

Could it be that `helm_resource` together with `docker_build` also leads into this issue when trying to use the parameter `entrypoint` of `docker_build`?

Did just bump into this problem as well, using this theme and wanted to point to an internally hosted Gitlab instance. As far as I am able to tell, we...

Just got across this issue and realized that it has a counterpart in the Nixpkgs (package collection of NixOs): https://github.com/NixOS/nixpkgs/issues/247158 I've tried to install `k0s` as described in the documentation...

@twz123 just a hint that there might be a misunderstanding: The issue which the discussing people have is not that they don't know how to manage the systemd unit, that's...

Good approach! 👍 I'll tweak things on my end a little bit further until I have it working in a PoC fashion and then try to distill out of this...

Adding a reference for others who should arrive here. My first investigations have shown that making things work the `k0sctl` way is a bit of a rabbit hole. I have...

Just bumped into this issue after trying to figure out why the `requirementsSection` is not rendering anything. Think the mentioned pull request #161 looks like a solution to me. Anything...

Following up on my own message to avoid that anyone else gets trapped in the same way: My issue was caused by a wrong value in my `Chart.yaml` regarding the...

Think I did bump into this problem as well. I did use `nginx.ingress.kubernetes.io/configuration-snippet` to inject a `302` response for certain locations, and then realized that the default suddenly also responded...