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.
2 parents 756bf01 + 8dda9c4 commit 7680107Copy full SHA for 7680107
content/ja/docs/concepts/workloads/controllers/daemonset.md
@@ -69,7 +69,7 @@ DaemonSet内のPodテンプレートでは、[`RestartPolicy`](/ja/docs/concepts
69
70
上記の2つが指定された場合は、2つの条件をANDでどちらも満たすものを結果として返します。
71
72
-もし`spec.selector`が指定されたとき、`.spec.template.metadata.labels`とマッチしなければなりません。この2つの値がマッチしない設定をした場合、APIによってリジェクトされます。
+`spec.selector`は`.spec.template.metadata.labels`とマッチしなければなりません。この2つの値がマッチしない設定をした場合、APIによってリジェクトされます。
73
74
### 選択したNode上でPodを稼働させる {#running-pods-on-select-nodes}
75
0 commit comments