{"id":125,"date":"2023-11-11T18:18:33","date_gmt":"2023-11-11T10:18:33","guid":{"rendered":"https:\/\/blog.maoyulong.club\/?p=125"},"modified":"2023-11-11T18:18:34","modified_gmt":"2023-11-11T10:18:34","slug":"%e5%85%b3%e4%ba%8econfigmap-%e7%8b%ac%e7%ab%8b%e6%9d%a1%e7%9b%ae%e4%bd%9c%e4%b8%ba%e6%96%87%e4%bb%b6%e8%a2%ab%e6%8c%82%e8%bd%bd%e4%b8%94%e4%b8%8d%e9%9a%90%e8%97%8f%e6%96%87%e4%bb%b6%e5%a4%b9%e4%b8%ad","status":"publish","type":"post","link":"https:\/\/blog.maoyulong.club\/?p=125","title":{"rendered":"\u5173\u4e8econfigmap \u72ec\u7acb\u6761\u76ee\u4f5c\u4e3a\u6587\u4ef6\u88ab\u6302\u8f7d\u4e14\u4e0d\u9690\u85cf\u6587\u4ef6\u5939\u4e2d\u7684\u5176\u4ed6\u6587\u4ef6"},"content":{"rendered":"<p>\u7531\u4e8e\u6bcf\u6b21\u90fd\u5fd8\u8bb0\u73a9\u610f\u7684yaml\u600e\u4e48\u5199\uff0c\u88ab\u81ea\u5df1\u8822\u54ed\u7684\u6211\u51b3\u5b9a\u8bb0\u4e00\u4e2a\u5728\u7f51\u9875\u4e0a(*\uffe3\ufe3f\uffe3)<\/p>\n<p>\u4e3b\u8981\u662f\u7531\u4e8ekubesphere \u7684\u70b9\u70b9\u70b9\u9875\u9762\u5e76\u4e0d\u80fd\u5b9e\u73b0\u8fd9\u4e48\u4e00\u4e2a\u64cd\u4f5c\uff0c\u5982\u679c\u5982\u4e0b\u9009\u62e9ksp\u7684\u6302\u8f7d<\/p>\n<p><img decoding=\"async\"   class=\"lazyload\" data-src=\"https:\/\/blog.maoyulong.club\/wp-content\/uploads\/2023\/11\/\u5c4f\u5e55\u622a\u56fe-2023-11-11-172655.png\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/moezx\/cdn@3.0.2\/img\/svg\/loader\/trans.ajax-spinner-preloader.svg\" onerror=\"imgError(this)\"  \/><\/p >\n<noscript><img decoding=\"async\" src=\"https:\/\/blog.maoyulong.club\/wp-content\/uploads\/2023\/11\/\u5c4f\u5e55\u622a\u56fe-2023-11-11-172655.png\" \/><\/p><\/noscript>\n<p>\u4f1a\u5f97\u5230\u4e0b\u9762\u7684yaml\uff0c\u8fd9\u4e2a\u76ee\u5f55\u5c06\u4f1a\u53ea\u6709\u8fd9\u4e2a\u6587\u4ef6\uff0c\u56e0\u4e3a\u6587\u4ef6\u5939\u53ea\u4f1a\u5305\u542b\u88ab\u6302\u8f7d\u95ee\u6587\u4ef6\u7cfb\u7edf\u4e2d\u7684\u6587\u4ef6\u3002<\/p>\n<pre><code class=\"language-yaml\" lang=\"yaml\">volumes:\n  - name: volume-s9q61h\n    configMap:\n      name: qbittorrent-config-json\n      items:\n        - key: qBittorrent.conf\n          path: qBittorrent.conf\n      defaultMode: 420\ncontainers:\n  - name: container-5ys0py\n    volumeMounts:\n      - name: volume-s9q61h\n        readOnly: true\n        mountPath: \/config\/qBittorrent\n<\/code><\/pre>\n<p>\u6211\u4eec\u9700\u8981\u505a\u7684\u5c31\u662f\u8ba9\u5176\u4ed6\u6587\u4ef6\u4e5f\u663e\u793a\u51fa\u6765\uff0c\u5177\u4f53\u7684\u5199\u6cd5\u662f\u6302\u8f7d\u81f3\u67d0\u4e00\u6587\u4ef6\uff0c\u800c\u4e0d\u662f\u6587\u4ef6\u5939\u3002volumeMount \u989d\u5916\u7684subPath \u5b57\u6bb5\u53ef\u4ee5\u88ab\u7528\u4f5c\u6302\u8f7d\u5377\u7684\u67d0\u4e2a\u72ec\u7acb\u6587\u4ef6\u6216\u8005\u662f\u6587\u4ef6\u5939\uff0c\u65e0\u987b\u6302\u8f7d\u5b8c\u6574\u7684\u5377\u3002<\/p>\n<p>\u5982\u4e0b\uff1a<\/p>\n<pre><code>volumes:\n  - name: volume-s9q61h\n    configMap:\n      name: qbittorrent-config-json\n      items:\n        - key: qBittorrent.conf\n          path: qBittorrent.conf\n      defaultMode: 420\ncontainers:\n  - name: container-5ys0py\n    volumeMounts:\n      - name: volume-s9q61h\n        readOnly: true\n        mountPath: \/config\/qBittorrent\/qBittorrent.conf\n        subPath: qBittorrent.conf\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7531\u4e8e\u6bcf\u6b21\u90fd\u5fd8\u8bb0\u73a9\u610f\u7684yaml\u600e\u4e48\u5199\uff0c\u88ab\u81ea\u5df1\u8822\u54ed\u7684\u6211\u51b3\u5b9a\u8bb0\u4e00\u4e2a\u5728\u7f51\u9875\u4e0a(*\uffe3\ufe3f\uffe3) \u4e3b\u8981\u662f\u7531\u4e8ekubesphere \u7684\u70b9\u70b9\u70b9\u9875\u9762\u5e76\u4e0d &#8230;<\/p>","protected":false},"author":1,"featured_media":126,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-125","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-4"],"_links":{"self":[{"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/posts\/125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=125"}],"version-history":[{"count":1,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/posts\/125\/revisions"}],"predecessor-version":[{"id":127,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/posts\/125\/revisions\/127"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=\/wp\/v2\/media\/126"}],"wp:attachment":[{"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.maoyulong.club\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}