File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ echo $pods
92
92
pi-5rwd7
93
93
```
94
94
95
- ここでのセレクターは、Jobのセレクターと同じです。` --output = jsonpath ` オプションは、返されたリストの各Podから名前だけを取得する式を指定します。
95
+ ここでのセレクターは、Jobのセレクターと同じです。` --output= jsonpath ` オプションは、返されたリストの各Podから名前だけを取得する式を指定します。
96
96
97
97
98
98
いずれかのPodの標準出力を表示します。
@@ -107,7 +107,7 @@ kubectl logs $pods
107
107
108
108
## Jobの仕様の作成
109
109
110
- 他のすべてのKubernetesの設定と同様に、Jobには` apiVersion ` 、` kind` 、および` metadata ` フィールドが必要です。
110
+ 他のすべてのKubernetesの設定と同様に、Jobには` apiVersion ` 、` kind ` 、および` metadata ` フィールドが必要です。
111
111
その名前は有効な[ DNSサブドメイン名] ( /ja/docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) である必要があります。
112
112
113
113
Jobには[ ` .spec ` セクション] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) も必要です。
You can’t perform that action at this time.
0 commit comments