Sergey Boishtyan

Results 6 issues of Sergey Boishtyan

This is a first part where we have to realize at the Device level that we have a failure

The first step where I create and test locally simple Ktor server

Current behaviour: 1. Create a new module 2. Push it without `dependencyGuard` call. 3. `dependencyGuard` at CI will generated this file each time. 4. Nothing is checked. Option 1: Add...

It creates a way to generate custom /etc/rancher/k3s/registries.yaml to modify images pulling logic https://docs.k3s.io/installation/private-registry Resolves #682

Install script [writes](https://github.com/vitobotta/hetzner-k3s/blob/main/templates/master_install_script.sh#L106) registries.yaml as default. I found out that pre and post commands are executed before install script and it overwrite my registries.yaml. Do I understand everything right? What...