Skip to content

Commit 493069d

Browse files
authored
Merge pull request #25859 from npu21/init-container
fix init container status describe fault
2 parents a4cbcab + 8e10900 commit 493069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/init-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if the Pod `restartPolicy` is set to Always, the init containers use
257257

258258
A Pod cannot be `Ready` until all init containers have succeeded. The ports on an
259259
init container are not aggregated under a Service. A Pod that is initializing
260-
is in the `Pending` state but should have a condition `Initialized` set to true.
260+
is in the `Pending` state but should have a condition `Initialized` set to false.
261261

262262
If the Pod [restarts](#pod-restart-reasons), or is restarted, all init containers
263263
must execute again.

0 commit comments

Comments
 (0)