Kyle
Kyle
Might also need to correct `hostname` to use `UPTIME_KUMA_SERVICE_HOST` instead of `UPTIME_KUMA_HOST` as it's undefined for me (to which defaulting to `127.0.0.1` will work) ## Env variables from kubernetes pod...
Thank you @louislam, I tried the changes recommended in https://github.com/louislam/uptime-kuma/issues/741#issuecomment-945854426 but this didn't solve the issue. Apologies for the distraction due to breaking change.... To address the breaking changes I...
@louislam Thank you for the response, yes that workaround did resolve my issue. I'd like to enhance the handling for this edge case in the code to remediate the problem...
I got it finally working after removing `/var/lib/rancher/rke2/agent/etc/containerd/config.toml.tmpl` (by renaming) I'll dig more into the differences later. ```sh $ mv config.toml.tmpl config.toml.tmpl-nvidia $ sudo service containerd restart $ sudo service...
Still investigating... Looks like I have multiple versions of `nvidia-container-runtime` installed somehow. Still investigating, as this appears to not be working but the node/containers can start now (couldn't before)... 
Upgrading to v23.6.1 I'm no longer able to reproduce this issue. After reading https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/23.6.1/release-notes.html#fixed-issues I attempted this with the new version. My issue has been resolved. @elezar I think this...