I tried using Rancher v2 with Kubernetes a couple of times now. Everytime I ended up with errors like network plugin is not ready: cni config uninitialized failed to start containers: kubelet transport: authentication handshake failed: remote error: tls: bad certificate crypto/rsa: verification error All this error messages can mean a lot of different things but in my case it was because I re-deployed nodes without restarting/cleaning it. Apparen […]
If you are using the gitlab runner on your system you probably already saw the pile of cache containers he leaves after running pipelines. Thats nessecary cause .. well its a cache and could be reused. But I think after a certain amount of time its ok to clean-up the mess. If you search for it you probably end up with the gitlab-runner-docker-cleanup repository. It will clean-up cache containers after a certain threshold is reached. Since the git […]