我试图在节点上预先安装的cointainerd上运行k3s。我的总体目标是,当k3s停止时,容器将继续运行。
更可取的做法是,k3s将使用上面提到的相同的容器运行时。
发布于 2022-05-04 11:15:39
在初始化--container-runtime-endpoint服务器/代理时,可以使用预先安装的容器的套接字传递标志k3s。
--container-runtime-endpoint
如何:代理-运行时标志
https://stackoverflow.com/questions/71572715
相似问题