Tomasz
Tomasz
@AshutoshNirkhe Did you tried to deploy it with .certs.certificate.create to `off`? I guess it will end up with sth like `/tmp/k8s-webhook-server/serving-certs/tls.crt: no such file or directoryManager exited non-zero` because jaeger...
> My understanding is that when deleting a PVC, the corresponding PV gets "released". Yeah I got you, I could edit pv PV.Spec.ClaimRef obtained in step 3 of my workaround....
/kind feature
> @czomo it's not exactly convenient, but I believe you should be able to manually create a new PV (and if necessary, PVC) that explicitly specifies the old volume by...
@torredil @gtxu pvmigrate from [replicatedhq](https://github.com/replicatedhq/pvmigrate) have sth that can help ppl to transfer multiple pv at once. It needs some enchantments of course. wdyt?
Unfortunately, I am facing the same issue. Mentioned it [here ](https://cloud-native.slack.com/archives/C038X8KH1QT/p1653634757861679)
How about [single-registry](https://d7y.io/docs/setup/runtime/containerd/mirror/#option-1-single-registry) option > Version 2 config without config_path? Is it supported? In my case there is nothing under `/etc/containerd/` other than config.toml(config-kops.yaml)
I did that. The effects are similar to what @nitinpatil1992 wrote. Also deployed with helm Here is my config.toml. ``` version = 2 [plugins] [plugins."io.containerd.grpc.v1.cri"] sandbox_image = "k8s.gcr.io/pause:3.6" [plugins."io.containerd.grpc.v1.cri".containerd] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes]...
> Did you restart the containerd daemon ? Yeah, it is done by helm charts itself ``` if [[ "$need_restart" -gt 0 ]]; then nsenter -t 1 -m systemctl --...
> @jim3ma here is out certs.d looks like > > ``` > ls -al /etc/containerd/certs.d > total 0 > drwxr-xr-x 5 root root 62 Jun 9 09:52 . > drwxr--r--...