--infra-name command line argument

Adds the new --infra-name command line argument allowing users to define
the name of the infra container

Issue #10794

Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
This commit is contained in:
José Guilherme Vanz
2021-06-29 16:39:11 -03:00
parent 12b67aaf62
commit af40dfc2bf
11 changed files with 75 additions and 2 deletions

View File

@ -75,6 +75,10 @@ The command that will be run to start the infra container. Default: "/pause".
The image that will be created for the infra container. Default: "k8s.gcr.io/pause:3.1".
#### **--infra-name**=*name*
The name that will be used for the pod's infra container.
#### **--ip**=*ipaddr*
Set a static IP for the pod's shared network.