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       --insecure-skip-tls-verify=false      If true, the server's certificate
100       will not be checked for validity. This will make your HTTPS connections
101       insecure
102
103
104       --kubeconfig=""      Path to the kubeconfig file to  use  for  CLI  re‐
105       quests.
106
107
108       --match-server-version=false        Require  server  version  to  match
109       client version
110
111
112       -n, --namespace=""      If present, the namespace scope  for  this  CLI
113       request
114
115
116       --password=""      Password for basic authentication to the API server
117
118
119       --profile="none"         Name   of   profile   to   capture.   One   of
120       (none|cpu|heap|goroutine|threadcreate|block|mutex)
121
122
123       --profile-output="profile.pprof"      Name of the  file  to  write  the
124       profile to
125
126
127       --request-timeout="0"       The length of time to wait before giving up
128       on a single server request. Non-zero values  should  contain  a  corre‐
129       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
130       out requests.
131
132
133       -s, --server=""      The address and port of the Kubernetes API server
134
135
136       --tls-server-name=""      Server name to  use  for  server  certificate
137       validation.  If  it  is  not provided, the hostname used to contact the
138       server is used
139
140
141       --token=""      Bearer token for authentication to the API server
142
143
144       --user=""      The name of the kubeconfig user to use
145
146
147       --username=""      Username for basic authentication to the API server
148
149
150       --version=false      Print version information and quit
151
152
153       --warnings-as-errors=false      Treat warnings received from the server
154       as errors and exit with a non-zero exit code
155
156
157

EXAMPLE

159                # Watch the rollout status of a deployment
160                kubectl rollout status deployment/nginx
161
162
163
164

SEE ALSO

166       kubectl-rollout(1),
167
168
169

HISTORY

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