Tag Archives: kubernetes

Rancher Desktop and K3s allowed-unsafe-sysctls

Today I’ve got this error SysctlForbidden kubelet forbidden sysctl: “net.ipv6.conf.all.disable_ipv6” not whitelisted Rancher desktop will not accept all sysctls. Some are allowed, but most options are not. To get this working you have to add the setting to the allowed-unsafe-sysctls … Continue reading

Posted in Development, Security | Tagged , , | Leave a comment

Show container info on hosted static webpage with nginx server side includes

We are creating a CICD pipeline for apps hosting on Kubernetes. One of the things we like to do is to have the build number or any other version information visible in the UI. To achieve this with static webpages … Continue reading

Posted in Development | Tagged , , , | Leave a comment