Fritz Mayr

Results 3 comments of Fritz Mayr

I was able to fix it by removing the `:after ivy` line from the ivy-rich configuration ``` (use-package ivy-rich :after ivy :init (ivy-rich-mode 1)) ```

Hello, thanks for the initiative, yes that would indeed be much better! Yeah, I would appreciate, if you'd be willing to try it!

This worked for me - I configured containerd to automatically redirect pulls to Harbor. In `/etc/containerd/config.toml` on your nodes: ``` [plugins."io.containerd.grpc.v1.cri".registry.mirrors] [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"] endpoint = ["https://harbor.example.com/v2/dockerhub-proxy"] [plugins."io.containerd.grpc.v1.cri".registry.configs."harbor.example.com".auth] username = "robot$account" password...