{"id":1323,"date":"2024-10-28T03:18:03","date_gmt":"2024-10-28T03:18:03","guid":{"rendered":"https:\/\/robinluo.top\/?p=1323"},"modified":"2024-10-28T03:18:03","modified_gmt":"2024-10-28T03:18:03","slug":"k3s-pvc-local-drive-sd%e5%8d%a1%e6%89%a9%e5%ae%b9","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=1323","title":{"rendered":"K3S PVC local drive SD\u5361\u6269\u5bb9"},"content":{"rendered":"\n<p>\u9ed8\u8ba4node \u5b9e\u4f53\u673a\u5668 PVC\u6587\u4ef6\u5939<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/var\/lib\/kubelet\/pods\/&lt;pod-uid>\/volumes\/kubernetes.io~csi\/&lt;pvc-name>\/mount<\/code><\/pre>\n\n\n\n<p>\u53ef\u4ee5\u901a\u8fc7 yaml \u6539\u53d8\u8def\u5f84<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apiVersion: v1\r\nkind: PersistentVolume\r\nmetadata:\r\n  name: example-pv\r\nspec:\r\n  capacity:\r\n    storage: 10Gi\r\n  accessModes:\r\n    - ReadWriteOnce\r\n  persistentVolumeReclaimPolicy: Retain\r\n  storageClassName: local-storage\r\n  local:\r\n    path: \/mnt\/data\r\n  nodeAffinity:\r\n    required:\r\n      nodeSelectorTerms:\r\n        - matchExpressions:\r\n            - key: kubernetes.io\/hostname\r\n              operator: In\r\n              values:\r\n                - your-node-name<\/code><\/pre>\n\n\n\n<p>\u901a\u8fc7 spec.local.path \u8bbe\u7f6e\u6307\u5b9a\u8def\u5f84<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9ed8\u8ba4node \u5b9e\u4f53\u673a\u5668 PVC\u6587\u4ef6\u5939 \u53ef\u4ee5\u901a\u8fc7 yaml \u6539\u53d8\u8def\u5f84 \u901a\u8fc7 spec.local.path \u8bbe\u7f6e\u6307\u5b9a\u8def\u5f84<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[188],"tags":[193,194],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1323"}],"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=1323"}],"version-history":[{"count":1,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1323\/revisions"}],"predecessor-version":[{"id":1324,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/1323\/revisions\/1324"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1323"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1323"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}