We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f342c commit 947170aCopy full SHA for 947170a
content/ja/docs/concepts/workloads/controllers/daemonset.md
@@ -124,7 +124,7 @@ DaemonSetコントローラーは`node.kubernetes.io/unschedulable:NoSchedule`
124
125
## Daemon Podとのコミュニケーション
126
127
-DaemonSet内のPodとのコミュニケーションをする際に考えられるパターンは以下の通りです。:
+DaemonSet内のPodとのコミュニケーションをする際に考えられるパターンは以下の通りです:
128
129
- **Push**: DaemonSet内のPodは統計データベースなどの他のサービスに対して更新情報を送信するように設定されます。クライアントは持っていません。
130
- **NodeIPとKnown Port**: PodがNodeIPを介して疎通できるようにするため、DaemonSet内のPodは`hostPort`を使用できます。慣例により、クライアントはNodeIPのリストとポートを知っています。
0 commit comments