1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubectl rollout status - Show the status of the rollout
10
11
12

SYNOPSIS

14       kubectl rollout status [OPTIONS]
15
16
17

DESCRIPTION

19       Show the status of the rollout.
20
21
22       By default 'rollout status' will watch the status of the latest rollout
23       until it's done. If you don't want to wait for the  rollout  to  finish
24       then  you  can use --watch=false. Note that if a new rollout starts in-
25       between, then 'rollout status' will continue watching the latest  revi‐
26       sion.  If  you  want  to  pin to a specific revision and abort if it is
27       rolled over by another revision, use --revision=N where N is the  revi‐
28       sion you need to watch for.
29
30
31

OPTIONS

33       -f, --filename=[]      Filename, directory, or URL to files identifying
34       the resource to get from a server.
35
36
37       -k, --kustomize=""      Process the kustomization directory. This  flag
38       can't be used together with -f or -R.
39
40
41       -R, --recursive=false      Process the directory used in -f, --filename
42       recursively. Useful when you want to manage related manifests organized
43       within the same directory.
44
45
46       --revision=0       Pin  to  a specific revision for showing its status.
47       Defaults to 0 (last revision).
48
49
50       -l, --selector=""      Selector (label query) to  filter  on,  supports
51       '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects
52       must satisfy all of the specified label constraints.
53
54
55       --timeout=0s      The length of time to wait before ending watch,  zero
56       means  never. Any other values should contain a corresponding time unit
57       (e.g. 1s, 2m, 3h).
58
59
60       -w, --watch=true      Watch the status of the rollout until it's done.
61
62
63

OPTIONS INHERITED FROM PARENT COMMANDS

65       --as=""      Username to impersonate for the operation. User could be a
66       regular user or a service account in a namespace.
67
68
69       --as-group=[]       Group  to  impersonate for the operation, this flag
70       can be repeated to specify multiple groups.
71
72
73       --as-uid=""      UID to impersonate for the operation.
74
75
76       --azure-container-registry-config=""      Path to the  file  containing
77       Azure container registry configuration information.
78
79
80       --cache-dir="/builddir/.kube/cache"      Default cache directory
81
82
83       --certificate-authority=""      Path to a cert file for the certificate
84       authority
85
86
87       --client-certificate=""      Path to a client certificate file for TLS
88
89
90       --client-key=""      Path to a client key file for TLS
91
92
93       --cluster=""      The name of the kubeconfig cluster to use
94
95
96       --context=""      The name of the kubeconfig context to use
97
98
99       --disable-compression=false      If true, opt-out of response  compres‐
100       sion for all requests to the server
101
102
103       --insecure-skip-tls-verify=false      If true, the server's certificate
104       will not be checked for validity. This will make your HTTPS connections
105       insecure
106
107
108       --kubeconfig=""       Path  to  the  kubeconfig file to use for CLI re‐
109       quests.
110
111
112       --match-server-version=false       Require  server  version  to   match
113       client version
114
115
116       -n,  --namespace=""       If  present, the namespace scope for this CLI
117       request
118
119
120       --password=""      Password for basic authentication to the API server
121
122
123       --profile="none"        Name   of   profile   to   capture.   One    of
124       (none|cpu|heap|goroutine|threadcreate|block|mutex)
125
126
127       --profile-output="profile.pprof"       Name  of  the  file to write the
128       profile to
129
130
131       --request-timeout="0"      The length of time to wait before giving  up
132       on  a  single  server  request. Non-zero values should contain a corre‐
133       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
134       out requests.
135
136
137       -s, --server=""      The address and port of the Kubernetes API server
138
139
140       --tls-server-name=""       Server  name  to  use for server certificate
141       validation. If it is not provided, the hostname  used  to  contact  the
142       server is used
143
144
145       --token=""      Bearer token for authentication to the API server
146
147
148       --user=""      The name of the kubeconfig user to use
149
150
151       --username=""      Username for basic authentication to the API server
152
153
154       --version=false      Print version information and quit
155
156
157       --warnings-as-errors=false      Treat warnings received from the server
158       as errors and exit with a non-zero exit code
159
160
161

EXAMPLE

163                # Watch the rollout status of a deployment
164                kubectl rollout status deployment/nginx
165
166
167
168

SEE ALSO

170       kubectl-rollout(1),
171
172
173

HISTORY

175       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
176       com)  based  on the kubernetes source material, but hopefully they have
177       been automatically generated since!
178
179
180
181Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum