kubectl rollout status <Deployments>

Show the status of the rollout

Arguments

NameDescription
Deployments

Options

NameDescription
-f, --filename <File>Filename, directory, or URL to files identifying the resource
-k, --kustomize <Kustomize Dir>Process the kustomization directory. This flag can't be used together with -f or -R
-R, --recursiveProcess the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory
--revision <arg>Pin to a specific revision for showing its status. Defaults to 0 (last revision)
--timeout <arg>The length of time to wait before ending watch, zero means never. Any other values should contain a corresponding time unit (e.g. 1s, 2m, 3h)
-w, --watchWatch the status of the rollout until it's done