This commit is contained in:
committed by
k8s-ci-robot
parent
4af1c1c5e3
commit
9c885221cc
@@ -34,6 +34,11 @@ override the default command and arguments provided by the container image.
|
|||||||
If you define args, but do not define a command, the default command is used
|
If you define args, but do not define a command, the default command is used
|
||||||
with your new arguments.
|
with your new arguments.
|
||||||
|
|
||||||
|
{{< note >}}
|
||||||
|
**Note:** the `command` field corresponds to `entrypoint` in some container
|
||||||
|
runtimes. Refer to the [Notes](#notes) below.
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
In this exercise, you create a Pod that runs one container. The configuration
|
In this exercise, you create a Pod that runs one container. The configuration
|
||||||
file for the Pod defines a command and two arguments:
|
file for the Pod defines a command and two arguments:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user