Skip to content

Commit 99aa654

Browse files
committed
changes suggested by code reviewer, part 2
1 parent 90cc7f1 commit 99aa654

File tree

1 file changed

+4
-4
lines changed
  • content/de/docs/concepts/workloads/pods

1 file changed

+4
-4
lines changed

content/de/docs/concepts/workloads/pods/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ metadata:
192192
name: hello
193193
spec:
194194
template:
195-
# This is the pod template
195+
# Dies is the Podvorlage
196196
spec:
197197
containers:
198198
- name: hello
199199
image: busybox
200200
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 3600']
201201
restartPolicy: OnFailure
202-
# The pod template ends here
202+
# Die Podvorlage endet hier
203203
```
204204
Das Ändern der Podvorlage oder der Wechsel zu einer neuen Podvorlage hat keine
205205
direkten Auswirkungen auf bereits existierende Pods. Wenn Sie die Podvorlage für
@@ -248,8 +248,8 @@ einige Einschränkungen:
248248
- Wenn das Feld `metadata.deletionTimestamp` gesetzt ist, kann kein neuer
249249
Eintrag zur Liste `metadata.finalizers` hinzugefügt werden.
250250
- Pod-Updates dürfen keine Felder ändern, die Ausnahmen sind
251-
`spec.containers [*].image`,
252-
`spec.initContainers [*].image`,` spec.activeDeadlineSeconds` oder
251+
`spec.containers[*].image`,
252+
`spec.initContainers[*].image`,` spec.activeDeadlineSeconds` oder
253253
`spec.tolerations`. Für `spec.tolerations` können Sie nur neue Einträge
254254
hinzufügen.
255255
- Für `spec.activeDeadlineSeconds` sind nur zwei Änderungen erlaubt:

0 commit comments

Comments
 (0)