You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've got things setup on my local 5-node microk8s setup, and things seem to be working really well.
One catch is that I'd like to use a containerdRegistryConfigPath like /var/snap/microk8s/current/args/certs.d so that I don't have to update the config whenever I update my microk8s snap (otherwise the path looks like /var/snap/microk8s/6872/args/certs.d ).
I am not familiar with how snap works with the dynamic directory paths, but I understand why you would want to use symlinks to get a static path. Adding a secondary check with symlinks is easy enough, and there are probably others out there who would want this in the future.
Hi, I've got things setup on my local 5-node microk8s setup, and things seem to be working really well.
One catch is that I'd like to use a containerdRegistryConfigPath like /var/snap/microk8s/current/args/certs.d so that I don't have to update the config whenever I update my microk8s snap (otherwise the path looks like /var/snap/microk8s/6872/args/certs.d ).
However -
spegel/pkg/oci/containerd.go
Line 129 in 77de00d
this section doesn't like it if I don't use /var/snap/microk8s/6872/args/certs.d
the path with 'current' in it is a symlink to the currently installed snap version's path:
Otherwise, I just did a helm install with these values:
and edited /var/snap/microk8s/current/args/containerd-template.toml to include 'discard_unpacked_layers = false'
The text was updated successfully, but these errors were encountered: