Skip to content

Commit 8a45c83

Browse files
Kei-TaOkabe-Junya
andauthored
[ja] Translate content/en/docs/reference/glossary/device-plugin.md into Japanese (#46959)
* [ja] Translate content/en/docs/reference/glossary/device-plugin.md into Japanese * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <[email protected]> * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <[email protected]> * Update content/ja/docs/reference/glossary/device-plugin.md Co-authored-by: Junya Okabe <[email protected]> --------- Co-authored-by: Junya Okabe <[email protected]>
1 parent eb2e79a commit 8a45c83

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: デバイスプラグイン
3+
id: device-plugin
4+
date: 2019-02-02
5+
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
6+
short_description: >
7+
ベンダー固有の初期化やセットアップを必要とするデバイスにPodがアクセスできるようにするためのソフトウェア拡張機能
8+
aka:
9+
tags:
10+
- fundamental
11+
- extension
12+
---
13+
デバイスプラグインはワーカー{{< glossary_tooltip term_id="node" text="ノード">}}上で実行され、ベンダー固有の初期化やセットアップ手順を必要とするローカルのハードウェアへのアクセスを{{< glossary_tooltip term_id="pod" text="Pod">}}に提供します。
14+
15+
<!--more-->
16+
17+
デバイスプラグインは、ワークロード上のPodが、実行されているノードに関連するハードウェア機能にアクセスできるようにリソースを{{< glossary_tooltip term_id="kubelet" text="kubelet" >}}に提供します。デバイスプラグインは{{< glossary_tooltip term_id="daemonset" >}}としてデプロイするか、ターゲットの各ノードに直接デバイスプラグインのソフトウェアをインストールすることができます。
18+
詳細については、[デバイスプラグイン](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)をご覧ください。

0 commit comments

Comments
 (0)