Updated on 2025-05-30 GMT+08:00

ccictl rollout status

Scenario

Show the status of the rollout.

By default, rollout status will watch the latest rollout status until it is complete. If you do not want to wait for rollout to complete, you can use set --watch to false. Note that if a new rollout starts in-between, rollout status continues watching the latest revision. If you want to watch a specific revision and stop it when it is overwritten by another revision, use --revision=N, where N is the revision you want to watch.

ccictl rollout status (TYPE NAME | TYPE/NAME) [flags]

Examples

# Watch the rollout status of a Deployment.
ccictl rollout status deployment/nginx

Options

-f, --filename strings

List of file names, directories, or file URLs, which are used to identify the resource to be obtained from the server.

-h, --help

Help information for rollout status

-R, --recursive

Process the directory used in -f or --filename recursively. This option is useful when you want to manage related manifests organized within the same directory.

--revision int

Pin to a specific revision for showing its status. The default value is 0 (latest revision version).

-l, --selector string

Selector used for filtering (label query). The value can be =, ==, or !=, for example, -l key1=value1,key2=value2. Matched objects must meet all specified label constraints.

--timeout duration

The length of time to wait before watch is ended. The value 0 indicates that watch never ends. Any other values should contain a corresponding time unit (for example, 1s, 2 min, or 3h).

-w, --watch     Default: true

Watch the status of the rollout until it is done.

The following ccictl options can also be used in subcommands:

Parent command options