Merge pull request #45900 from city2011/patch-3

Update define-command-argument-container.md
pull/46187/head
Kubernetes Prow Robot 2024-05-04 16:45:05 -07:00 committed by GitHub
commit 7c5585e1a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ If you define args, but do not define a command, the default command is used
with your new arguments.
{{< note >}}
The `command` field corresponds to `entrypoint` in some container runtimes.
The `command` field corresponds to `ENTRYPOINT`, and the `args` field corresponds to `CMD` in some container runtimes.
{{< /note >}}
In this exercise, you create a Pod that runs one container. The configuration