Kristijan Lečnik

Results 11 comments of Kristijan Lečnik

i got two devices YubiKey 5C NFC Firmware: 5.4.3 ``` ssh [email protected] sign_and_send_pubkey: signing failed for RSA "YubiKey #17110102 PIV Slot 9a" from agent: agent refused operation [email protected]: Permission denied...

i have configured as suggested and i got it partly working, as almost all the links got PREFIX/PREFIX only "create virtual server" and "edit virtual server" got ok links, but...

i would like to have this feature too, shorter URL for private personal hosting

as the cilium is installed via helm, would it make sense, to add an option for "power users" to provide their own values files and define version for cilium? or...

the problem is with how the HCLOUD_CLOUD_INIT is created, all custom commands for changing the network is at the bottom, so the script for installing k3s will fail, as there...

i have try to make servicemonitor work for a while now, but i think the implementation is broken. we have service.metricsPortName and metricsPort but setting either of those, breaks deployment,...

That is certainly an option. However, at present, the charts ServiceMonitor appears to be non-functional and effectively redundant. If it is intended for use, it will need modifications to make...

I am facing the same issues with K3s on Hetzner with a private network only. The reason it takes so long is that the default Hetzner images are configured with...

I would propose modifying the function as follows: `combined_commands = [formatted_additional_commands, post_create_commands, init_commands].flatten` This change ensures that the execution flow remains consistent with the master init. With this modification, all...

After further testing, I discovered that all Ubuntu images perform a network test, which causes them to wait for a timeout. In contrast, Debian 11 and Debian 12 do not...