Skip to content

Commit dc4ba9f

Browse files
author
OpenShift Bot
authored
Merge pull request #11104 from juanvallejo/jvallejo/add-global-timeout-flag
Merged by openshift-bot
2 parents 9668d38 + ec6ef5f commit dc4ba9f

File tree

725 files changed

+4320
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

725 files changed

+4320
-9
lines changed

contrib/completions/bash/oadm

+86
Large diffs are not rendered by default.

contrib/completions/bash/oc

+218
Large diffs are not rendered by default.

contrib/completions/bash/openshift

+386
Large diffs are not rendered by default.

contrib/completions/zsh/oadm

+86
Large diffs are not rendered by default.

contrib/completions/zsh/oc

+218
Large diffs are not rendered by default.

contrib/completions/zsh/openshift

+386
Large diffs are not rendered by default.

docs/man/man1/oadm-build-chain.1

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Supported formats for the generated graph are dot and a human\-readable output.
9090
\fB\-n\fP, \fB\-\-namespace\fP=""
9191
If present, the namespace scope for this CLI request
9292

93+
.PP
94+
\fB\-\-request\-timeout\fP="0"
95+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
96+
9397
.PP
9498
\fB\-\-server\fP=""
9599
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-key-pair.1

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ CONFIG=openshift.local.config/master
9090
\fB\-n\fP, \fB\-\-namespace\fP=""
9191
If present, the namespace scope for this CLI request
9292

93+
.PP
94+
\fB\-\-request\-timeout\fP="0"
95+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
96+
9397
.PP
9498
\fB\-\-server\fP=""
9599
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-master-certs.1

+4
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ Regardless of \-\-overwrite, the master server key/cert will be updated if \-\-h
131131
\fB\-n\fP, \fB\-\-namespace\fP=""
132132
If present, the namespace scope for this CLI request
133133

134+
.PP
135+
\fB\-\-request\-timeout\fP="0"
136+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
137+
134138
.PP
135139
\fB\-\-server\fP=""
136140
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-server-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ CA=openshift.local.config/master
113113
\fB\-n\fP, \fB\-\-namespace\fP=""
114114
If present, the namespace scope for this CLI request
115115

116+
.PP
117+
\fB\-\-request\-timeout\fP="0"
118+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
119+
116120
.PP
117121
\fB\-\-server\fP=""
118122
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-signer-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Create a self\-signed CA key/cert for signing certificates used by server compon
9191
\fB\-n\fP, \fB\-\-namespace\fP=""
9292
If present, the namespace scope for this CLI request
9393

94+
.PP
95+
\fB\-\-request\-timeout\fP="0"
96+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
97+
9498
.PP
9599
\fB\-\-server\fP=""
96100
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-decrypt.1

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Decrypt data encrypted with "oadm ca encrypt"
8383
\fB\-n\fP, \fB\-\-namespace\fP=""
8484
If present, the namespace scope for this CLI request
8585

86+
.PP
87+
\fB\-\-request\-timeout\fP="0"
88+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
89+
8690
.PP
8791
\fB\-\-server\fP=""
8892
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-encrypt.1

+4
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Encrypt data with AES\-256\-CBC encryption
8787
\fB\-n\fP, \fB\-\-namespace\fP=""
8888
If present, the namespace scope for this CLI request
8989

90+
.PP
91+
\fB\-\-request\-timeout\fP="0"
92+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
93+
9094
.PP
9195
\fB\-\-server\fP=""
9296
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Manage certificates and keys
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-completion.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ This command prints shell code which must be evaluated to provide interactive co
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-current-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Displays the current\-context
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-delete-cluster.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Delete the specified cluster from the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-delete-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Delete the specified context from the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-get-clusters.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Display clusters defined in the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-get-contexts.1

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ Displays one or many contexts from the kubeconfig file.
8282
\fB\-n\fP, \fB\-\-namespace\fP=""
8383
If present, the namespace scope for this CLI request
8484

85+
.PP
86+
\fB\-\-request\-timeout\fP="0"
87+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
88+
8589
.PP
8690
\fB\-\-server\fP=""
8791
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set-cluster.1

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Sets a cluster entry in kubeconfig. Specifying a name that already exists will m
7979
\fB\-n\fP, \fB\-\-namespace\fP=""
8080
If present, the namespace scope for this CLI request
8181

82+
.PP
83+
\fB\-\-request\-timeout\fP="0"
84+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
85+
8286
.PP
8387
\fB\-\-token\fP=""
8488
Bearer token for authentication to the API server

docs/man/man1/oadm-config-set-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Sets a context entry in kubeconfig Specifying a name that already exists will me
7575
\fB\-\-match\-server\-version\fP=false
7676
Require server version to match client version
7777

78+
.PP
79+
\fB\-\-request\-timeout\fP="0"
80+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
81+
7882
.PP
7983
\fB\-\-server\fP=""
8084
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set-credentials.1

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Bearer token and basic auth are mutually exclusive.
107107
\fB\-n\fP, \fB\-\-namespace\fP=""
108108
If present, the namespace scope for this CLI request
109109

110+
.PP
111+
\fB\-\-request\-timeout\fP="0"
112+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
113+
110114
.PP
111115
\fB\-\-server\fP=""
112116
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set.1

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Sets an individual value in a kubeconfig file PROPERTY NAME is a dot delimited n
7575
\fB\-n\fP, \fB\-\-namespace\fP=""
7676
If present, the namespace scope for this CLI request
7777

78+
.PP
79+
\fB\-\-request\-timeout\fP="0"
80+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
81+
7882
.PP
7983
\fB\-\-server\fP=""
8084
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-unset.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Unsets an individual value in a kubeconfig file PROPERTY \_NAME is a dot delimit
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-use-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Sets the current\-context in a kubeconfig file
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-view.1

+4
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ You can use \-\-output jsonpath={...} to extract specific values using a jsonpat
122122
\fB\-n\fP, \fB\-\-namespace\fP=""
123123
If present, the namespace scope for this CLI request
124124

125+
.PP
126+
\fB\-\-request\-timeout\fP="0"
127+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
128+
125129
.PP
126130
\fB\-\-server\fP=""
127131
The address and port of the Kubernetes API server

docs/man/man1/oadm-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Reference:
7878
\fB\-n\fP, \fB\-\-namespace\fP=""
7979
If present, the namespace scope for this CLI request
8080

81+
.PP
82+
\fB\-\-request\-timeout\fP="0"
83+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
84+
8185
.PP
8286
\fB\-\-server\fP=""
8387
The address and port of the Kubernetes API server

docs/man/man1/oadm-cordon.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Mark node as unschedulable.
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-api-client-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ This command creates a folder containing a client certificate, a client key, a s
111111
\fB\-n\fP, \fB\-\-namespace\fP=""
112112
If present, the namespace scope for this CLI request
113113

114+
.PP
115+
\fB\-\-request\-timeout\fP="0"
116+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
117+
114118
.PP
115119
\fB\-\-server\fP=""
116120
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-bootstrap-policy-file.1

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Create the default bootstrap policy
7979
\fB\-n\fP, \fB\-\-namespace\fP=""
8080
If present, the namespace scope for this CLI request
8181

82+
.PP
83+
\fB\-\-request\-timeout\fP="0"
84+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
85+
8286
.PP
8387
\fB\-\-server\fP=""
8488
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-bootstrap-project-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Create a bootstrap project template
107107
\fB\-n\fP, \fB\-\-namespace\fP=""
108108
If present, the namespace scope for this CLI request
109109

110+
.PP
111+
\fB\-\-request\-timeout\fP="0"
112+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
113+
110114
.PP
111115
\fB\-\-server\fP=""
112116
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-error-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ oauthConfig:
8080
\fB\-n\fP, \fB\-\-namespace\fP=""
8181
If present, the namespace scope for this CLI request
8282

83+
.PP
84+
\fB\-\-request\-timeout\fP="0"
85+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
86+
8387
.PP
8488
\fB\-\-server\fP=""
8589
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-key-pair.1

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ CONFIG=openshift.local.config/master
9090
\fB\-n\fP, \fB\-\-namespace\fP=""
9191
If present, the namespace scope for this CLI request
9292

93+
.PP
94+
\fB\-\-request\-timeout\fP="0"
95+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
96+
9397
.PP
9498
\fB\-\-server\fP=""
9599
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-kubeconfig.1

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ clusters:
113113
\fB\-\-match\-server\-version\fP=false
114114
Require server version to match client version
115115

116+
.PP
117+
\fB\-\-request\-timeout\fP="0"
118+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
119+
116120
.PP
117121
\fB\-\-server\fP=""
118122
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-login-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ oauthConfig:
8080
\fB\-n\fP, \fB\-\-namespace\fP=""
8181
If present, the namespace scope for this CLI request
8282

83+
.PP
84+
\fB\-\-request\-timeout\fP="0"
85+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
86+
8387
.PP
8488
\fB\-\-server\fP=""
8589
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-master-certs.1

+4
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ Regardless of \-\-overwrite, the master server key/cert will be updated if \-\-h
131131
\fB\-n\fP, \fB\-\-namespace\fP=""
132132
If present, the namespace scope for this CLI request
133133

134+
.PP
135+
\fB\-\-request\-timeout\fP="0"
136+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
137+
134138
.PP
135139
\fB\-\-server\fP=""
136140
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-node-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Create a configuration bundle for a node
145145
\fB\-n\fP, \fB\-\-namespace\fP=""
146146
If present, the namespace scope for this CLI request
147147

148+
.PP
149+
\fB\-\-request\-timeout\fP="0"
150+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
151+
148152
.PP
149153
\fB\-\-server\fP=""
150154
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-provider-selection-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ oauthConfig:
8080
\fB\-n\fP, \fB\-\-namespace\fP=""
8181
If present, the namespace scope for this CLI request
8282

83+
.PP
84+
\fB\-\-request\-timeout\fP="0"
85+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
86+
8387
.PP
8488
\fB\-\-server\fP=""
8589
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-server-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ CA=openshift.local.config/master
113113
\fB\-n\fP, \fB\-\-namespace\fP=""
114114
If present, the namespace scope for this CLI request
115115

116+
.PP
117+
\fB\-\-request\-timeout\fP="0"
118+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
119+
116120
.PP
117121
\fB\-\-server\fP=""
118122
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-signer-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Create a self\-signed CA key/cert for signing certificates used by server compon
9191
\fB\-n\fP, \fB\-\-namespace\fP=""
9292
If present, the namespace scope for this CLI request
9393

94+
.PP
95+
\fB\-\-request\-timeout\fP="0"
96+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
97+
9498
.PP
9599
\fB\-\-server\fP=""
96100
The address and port of the Kubernetes API server

docs/man/man1/oadm-diagnostics.1

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ The available diagnostic names are: AggregatedLogging, AnalyzeLogs, ClusterRegis
139139
\fB\-n\fP, \fB\-\-namespace\fP=""
140140
If present, the namespace scope for this CLI request
141141

142+
.PP
143+
\fB\-\-request\-timeout\fP="0"
144+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
145+
142146
.PP
143147
\fB\-\-server\fP=""
144148
The address and port of the Kubernetes API server

0 commit comments

Comments
 (0)