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
If customer use self-signed certificate, the container runtime of K8s cluster needs to trust the certifcate.
In the future, k8s will be using containerd as primary runtime.
But currently containerd doesn't support hosts-dir folder as docker to inject cert in runtime.
Once this PR is in containerd/containerd#4978 new containerd and used by K8s, we should be able to inject cert without restarting containerd
The text was updated successfully, but these errors were encountered:
If customer use self-signed certificate, the container runtime of K8s cluster needs to trust the certifcate.
In the future, k8s will be using containerd as primary runtime.
But currently containerd doesn't support hosts-dir folder as docker to inject cert in runtime.
Once this PR is in containerd/containerd#4978 new containerd and used by K8s, we should be able to inject cert without restarting containerd
The text was updated successfully, but these errors were encountered: