{"id":1261,"date":"2024-10-05T07:40:46","date_gmt":"2024-10-05T07:40:46","guid":{"rendered":"https:\/\/robinluo.top\/?p=1261"},"modified":"2024-10-30T18:33:49","modified_gmt":"2024-10-30T18:33:49","slug":"k3s-containerd-mirror-%e8%ae%be%e7%bd%ae-%e4%b8%8e-%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=1261","title":{"rendered":"K3S containerd mirror \u8bbe\u7f6e \u4e0e \u5e38\u7528\u547d\u4ee4"},"content":{"rendered":"\n<p>\u5217\u51fa\u955c\u50cf sudo k3s ctr i list<\/p>\n\n\n\n<p>\u5220\u9664\u672c\u5730\u955c\u50cf sudo k3s ctr i rm registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4<\/p>\n\n\n\n<p>\u62c9\u53d6\u955c\u50cf sudo k3s ctr i pull registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4  &#8211;plain-http<\/p>\n\n\n\n<p>&#8211;plain-http \u53ef\u6307\u5b9a\u4f7f\u7528 http\u62c9\u53d6\u955c\u50cf<\/p>\n\n\n\n<p>ctr -n k8s.io images pull &#8211;platform linux\/amd64 my-image:my-tag<\/p>\n\n\n\n<p>\u955c\u50cf\u6253tag sudo k3s ctr i tag registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4  new tag<\/p>\n\n\n\n<p>\u5bfc\u5165docker \u5bfc\u51fa\u7684\u955c\u50cf ctr i import image.tar<\/p>\n\n\n\n<p><strong>\u8bbe\u7f6emirror<\/strong><\/p>\n\n\n\n<p>\/etc\/rancher\/k3s\/registries.yaml<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mirrors:\n  \"docker.io\":\n    endpoint:\n      - \"https:\/\/registry.cn-hangzhou.aliyuncs.com\"\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>mirrors:\n  \"my-registry.com\":\n    endpoint:\n      - \"https:\/\/my-registry.com\"\nconfigs:\n  \"my-registry.com\":\n    auth:\n      username: user\n      password: password<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>\u53e6\u4e00\u79cd\u8bbe\u7f6econtainerd mirror\u65b9\u6cd5<\/strong><\/p>\n\n\n\n<p>K3s \u5c06\u4f1a\u5728\/var\/lib\/rancher\/k3s\/agent\/etc\/containerd\/config.toml\u4e2d\u4e3a containerd \u751f\u6210 config.toml\u3002[ \u5efa\u8bae\u4e0d\u8981\u76f4\u63a5\u5bf9 containerd \u7684\u914d\u7f6e\u6587\u4ef6\u8fdb\u884c\u4fee\u6539\uff0c\u683c\u5f0f\u5341\u5206\u7684\u4e25\u683c ]<\/p>\n\n\n\n<p>\u5982\u679c\u8981\u5bf9\u8fd9\u4e2a\u6587\u4ef6\u8fdb\u884c\u9ad8\u7ea7\u8bbe\u7f6e\uff0c\u4f60\u53ef\u4ee5\u5728\u540c\u4e00\u76ee\u5f55\u4e2d\u521b\u5efa\u53e6\u4e00\u4e2a\u540d\u4e3a config.toml.tmpl \u7684\u6587\u4ef6\uff0c\u6b64\u6587\u4ef6\u5c06\u4f1a\u4ee3\u66ff\u9ed8\u8ba4\u8bbe\u7f6e\u3002<\/p>\n\n\n\n<p>config.toml.tmpl\u5c06\u88ab\u89c6\u4e3a Go \u6a21\u677f\u6587\u4ef6\uff0c\u5e76\u4e14config.Node\u7ed3\u6784\u88ab\u4f20\u9012\u7ed9\u6a21\u677f\u3002\u6b64\u6a21\u677f\u793a\u4f8b\u4ecb\u7ecd\u4e86\u5982\u4f55\u4f7f\u7528\u7ed3\u6784\u6765\u81ea\u5b9a\u4e49\u914d\u7f6e\u6587\u4ef6<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>   &#91;plugins.\"io.containerd.grpc.v1.cri\".registry]\n      &#91;plugins.\"io.containerd.grpc.v1.cri\".registry.mirrors]\n          &#91;plugins.\"io.containerd.grpc.v1.cri\".registry.mirrors.\"docker.io\"]\n          endpoint = &#91;\"https:\/\/------.mirror.aliyuncs.com\", \"https:\/\/registry-1.docker.io\"]\n<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>\u8865\u5145ctr \u547d\u4ee4\u5206\u4e3a i image \u955c\u50cf  c container \u5bb9\u5668 t task \u4efb\u52a1\uff08\u8fdb\u7a0b\uff09<\/p>\n\n\n\n<p>\u6211\u4eec\u53ef\u4ee5\u5206\u522b\u7528 task \u547d\u4ee4\u548c container \u547d\u4ee4\u53d6\u505c\u6b62\u548c\u542f\u52a8\u4e00\u4e2a\u5bb9\u5668\u5b9e\u4f8b<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5217\u51fa\u955c\u50cf sudo k3s ctr i list \u5220\u9664\u672c\u5730\u955c\u50cf sudo k3s ctr i rm registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4 \u62c9\u53d6\u955c\u50cf sudo k3s ctr i pull registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4 &#8211;plain-http &#8211;plain-http \u53ef\u6307\u5b9a\u4f7f\u7528 http\u62c9\u53d6\u955c\u50cf ctr -n k8s.io images pull &#8211;platform linux\/amd64 my-image:my-tag \u955c\u50cf\u6253tag sudo k3s ctr i tag registry.cn-hangzhou.aliyuncs.com\/robinluo\/robinluo:v2.0.4 new tag \u5bfc\u5165docker \u5bfc\u51fa\u7684\u955c\u50cf ctr i import image.tar \u8bbe\u7f6emirror \/etc\/rancher\/k3s\/registries.yaml \u53e6\u4e00\u79cd\u8bbe\u7f6econtainerd mirror\u65b9\u6cd5 K3s \u5c06\u4f1a\u5728\/var\/lib\/rancher\/k3s\/agent\/etc\/containerd\/config.toml\u4e2d\u4e3a containerd \u751f\u6210 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[60,188],"tags":[186,187,184,185],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1261"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1261"}],"version-history":[{"count":14,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1261\/revisions"}],"predecessor-version":[{"id":1338,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1261\/revisions\/1338"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}