{"id":63,"date":"2020-10-22T10:08:12","date_gmt":"2020-10-22T02:08:12","guid":{"rendered":"https:\/\/www.db2go.net\/?p=63"},"modified":"2020-10-22T10:16:15","modified_gmt":"2020-10-22T02:16:15","slug":"%e5%88%a9%e7%94%a8job%e6%9d%a5%e5%ae%8c%e6%88%90download%e7%9a%84%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"https:\/\/www.db2go.net\/?p=63","title":{"rendered":"\u5229\u7528job\u6765\u5b8c\u6210download\u7684\u793a\u4f8b"},"content":{"rendered":"<p>\u7ed9\u51fa\u4e00\u4e2a\u5229\u7528job\u6765\u5b8c\u6210download\u7684\u793a\u4f8b<\/p>\n<pre><code class=\"language-yaml line-numbers\">apiVersion: batch\/v1\nkind: Job\nmetadata:\n  name: testdownload\nspec:\n  template:\n    spec:\n      restartPolicy: Never\n      containers:\n      - name: testdownload\n        command: [\"wget\", \"-c\", \"https:\/\/wordpress.org\/latest.zip\", \"-O\",\"\/tmp\/peiqi11.zip\"]\n        image: busybox\n        imagePullPolicy: IfNotPresent\n        volumeMounts:\n        - name: download-volume\n          subPath: shuju1\n          mountPath: \/tmp\n      volumes:\n      - name: download-volume\n        hostPath:\n          path: \/tmp\n          type: Directory\n      nodeSelector:\n        name: edge-node\n<\/code><\/pre>\n<p>\u9700\u8981\u6ce8\u610f\u7684\u662f<code>subPath<\/code>,\u6700\u540e\u771f\u6b63\u7684\u4e0b\u8f7d\u653e\u6587\u4ef6\u5b58\u653e\u7684\u8def\u5f84\u4f1a<code>path<\/code>+<code>subpath<\/code>,\u5373\u5728: <code>\/tmp\/shuju1\/<\/code>\u4e0b<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7ed9\u51fa\u4e00\u4e2a\u5229\u7528job\u6765\u5b8c\u6210download\u7684\u793a\u4f8b apiVersion: batch\/v1 kind: Job &hellip;<\/p>\n <a href=\"https:\/\/www.db2go.net\/?p=63\" title=\"\u5229\u7528job\u6765\u5b8c\u6210download\u7684\u793a\u4f8b\" class=\"entry-more-link\"><span>Read More<\/span> <span class=\"screen-reader-text\">\u5229\u7528job\u6765\u5b8c\u6210download\u7684\u793a\u4f8b<\/span><\/a>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"Layout":"","footnotes":""},"categories":[3],"tags":[],"class_list":["entry","author-suredandan","post-63","post","type-post","status-publish","format-standard","category-k8s"],"views":1502,"_links":{"self":[{"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.db2go.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=63"}],"version-history":[{"count":3,"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/posts\/63\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/www.db2go.net\/index.php?rest_route=\/wp\/v2\/posts\/63\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/www.db2go.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.db2go.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.db2go.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}