Skip to content

Commit bdc4bba

Browse files
committed
Update kubectl reference for v1.34
1 parent ae21d9a commit bdc4bba

File tree

107 files changed

+798
-1505
lines changed

Some content is hidden

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

107 files changed

+798
-1505
lines changed

content/en/docs/reference/kubectl/generated/kubectl.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,6 @@ kubectl [flags]
101101
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
102102
</tr>
103103

104-
<tr>
105-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
106-
</tr>
107-
<tr>
108-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
109-
</tr>
110-
111-
<tr>
112-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
113-
</tr>
114-
<tr>
115-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
116-
</tr>
117-
118104
<tr>
119105
<td colspan="2">--disable-compression</td>
120106
</tr>
@@ -143,6 +129,13 @@ kubectl [flags]
143129
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
144130
</tr>
145131

132+
<tr>
133+
<td colspan="2">--kuberc string</td>
134+
</tr>
135+
<tr>
136+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
137+
</tr>
138+
146139
<tr>
147140
<td colspan="2">--match-server-version</td>
148141
</tr>

content/en/docs/reference/kubectl/generated/kubectl_annotate/_index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -270,20 +270,6 @@ kubectl annotate [--overwrite] (-f FILENAME | TYPE NAME) KEY_1=VAL_1 ... KEY_N=V
270270
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
271271
</tr>
272272

273-
<tr>
274-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
275-
</tr>
276-
<tr>
277-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
278-
</tr>
279-
280-
<tr>
281-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
282-
</tr>
283-
<tr>
284-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
285-
</tr>
286-
287273
<tr>
288274
<td colspan="2">--disable-compression</td>
289275
</tr>
@@ -305,6 +291,13 @@ kubectl annotate [--overwrite] (-f FILENAME | TYPE NAME) KEY_1=VAL_1 ... KEY_N=V
305291
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
306292
</tr>
307293

294+
<tr>
295+
<td colspan="2">--kuberc string</td>
296+
</tr>
297+
<tr>
298+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
299+
</tr>
300+
308301
<tr>
309302
<td colspan="2">--match-server-version</td>
310303
</tr>

content/en/docs/reference/kubectl/generated/kubectl_api-resources/_index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,14 @@ kubectl api-resources [flags]
105105
<td colspan="2">-o, --output string</td>
106106
</tr>
107107
<tr>
108-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Output format. One of: (wide, name).</p></td>
108+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Output format. One of: (json, yaml, name, wide).</p></td>
109+
</tr>
110+
111+
<tr>
112+
<td colspan="2">--show-managed-fields</td>
113+
</tr>
114+
<tr>
115+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If true, keep the managedFields when printing objects in JSON or YAML format.</p></td>
109116
</tr>
110117

111118
<tr>
@@ -199,20 +206,6 @@ kubectl api-resources [flags]
199206
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
200207
</tr>
201208

202-
<tr>
203-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
204-
</tr>
205-
<tr>
206-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
207-
</tr>
208-
209-
<tr>
210-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
211-
</tr>
212-
<tr>
213-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
214-
</tr>
215-
216209
<tr>
217210
<td colspan="2">--disable-compression</td>
218211
</tr>
@@ -234,6 +227,13 @@ kubectl api-resources [flags]
234227
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
235228
</tr>
236229

230+
<tr>
231+
<td colspan="2">--kuberc string</td>
232+
</tr>
233+
<tr>
234+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
235+
</tr>
236+
237237
<tr>
238238
<td colspan="2">--match-server-version</td>
239239
</tr>

content/en/docs/reference/kubectl/generated/kubectl_api-versions/_index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,6 @@ kubectl api-versions
128128
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
129129
</tr>
130130

131-
<tr>
132-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
133-
</tr>
134-
<tr>
135-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
136-
</tr>
137-
138-
<tr>
139-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
140-
</tr>
141-
<tr>
142-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
143-
</tr>
144-
145131
<tr>
146132
<td colspan="2">--disable-compression</td>
147133
</tr>
@@ -163,6 +149,13 @@ kubectl api-versions
163149
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
164150
</tr>
165151

152+
<tr>
153+
<td colspan="2">--kuberc string</td>
154+
</tr>
155+
<tr>
156+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
157+
</tr>
158+
166159
<tr>
167160
<td colspan="2">--match-server-version</td>
168161
</tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/_index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -316,20 +316,6 @@ kubectl apply (-f FILENAME | -k DIRECTORY)
316316
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
317317
</tr>
318318

319-
<tr>
320-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
321-
</tr>
322-
<tr>
323-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
324-
</tr>
325-
326-
<tr>
327-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
328-
</tr>
329-
<tr>
330-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
331-
</tr>
332-
333319
<tr>
334320
<td colspan="2">--disable-compression</td>
335321
</tr>
@@ -351,6 +337,13 @@ kubectl apply (-f FILENAME | -k DIRECTORY)
351337
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
352338
</tr>
353339

340+
<tr>
341+
<td colspan="2">--kuberc string</td>
342+
</tr>
343+
<tr>
344+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
345+
</tr>
346+
354347
<tr>
355348
<td colspan="2">--match-server-version</td>
356349
</tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -208,20 +208,6 @@ kubectl apply edit-last-applied (RESOURCE/NAME | -f FILENAME)
208208
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
209209
</tr>
210210

211-
<tr>
212-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
213-
</tr>
214-
<tr>
215-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
216-
</tr>
217-
218-
<tr>
219-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
220-
</tr>
221-
<tr>
222-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
223-
</tr>
224-
225211
<tr>
226212
<td colspan="2">--disable-compression</td>
227213
</tr>
@@ -243,6 +229,13 @@ kubectl apply edit-last-applied (RESOURCE/NAME | -f FILENAME)
243229
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
244230
</tr>
245231

232+
<tr>
233+
<td colspan="2">--kuberc string</td>
234+
</tr>
235+
<tr>
236+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
237+
</tr>
238+
246239
<tr>
247240
<td colspan="2">--match-server-version</td>
248241
</tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,20 +182,6 @@ kubectl apply set-last-applied -f FILENAME
182182
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
183183
</tr>
184184

185-
<tr>
186-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
187-
</tr>
188-
<tr>
189-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
190-
</tr>
191-
192-
<tr>
193-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
194-
</tr>
195-
<tr>
196-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
197-
</tr>
198-
199185
<tr>
200186
<td colspan="2">--disable-compression</td>
201187
</tr>
@@ -217,6 +203,13 @@ kubectl apply set-last-applied -f FILENAME
217203
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
218204
</tr>
219205

206+
<tr>
207+
<td colspan="2">--kuberc string</td>
208+
</tr>
209+
<tr>
210+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
211+
</tr>
212+
220213
<tr>
221214
<td colspan="2">--match-server-version</td>
222215
</tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,6 @@ kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAM
174174
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
175175
</tr>
176176

177-
<tr>
178-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
179-
</tr>
180-
<tr>
181-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
182-
</tr>
183-
184-
<tr>
185-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
186-
</tr>
187-
<tr>
188-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
189-
</tr>
190-
191177
<tr>
192178
<td colspan="2">--disable-compression</td>
193179
</tr>
@@ -209,6 +195,13 @@ kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAM
209195
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
210196
</tr>
211197

198+
<tr>
199+
<td colspan="2">--kuberc string</td>
200+
</tr>
201+
<tr>
202+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
203+
</tr>
204+
212205
<tr>
213206
<td colspan="2">--match-server-version</td>
214207
</tr>

content/en/docs/reference/kubectl/generated/kubectl_attach/_index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,6 @@ kubectl attach (POD | TYPE/NAME) -c CONTAINER
174174
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
175175
</tr>
176176

177-
<tr>
178-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
179-
</tr>
180-
<tr>
181-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
182-
</tr>
183-
184-
<tr>
185-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
186-
</tr>
187-
<tr>
188-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
189-
</tr>
190-
191177
<tr>
192178
<td colspan="2">--disable-compression</td>
193179
</tr>
@@ -209,6 +195,13 @@ kubectl attach (POD | TYPE/NAME) -c CONTAINER
209195
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
210196
</tr>
211197

198+
<tr>
199+
<td colspan="2">--kuberc string</td>
200+
</tr>
201+
<tr>
202+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
203+
</tr>
204+
212205
<tr>
213206
<td colspan="2">--match-server-version</td>
214207
</tr>

content/en/docs/reference/kubectl/generated/kubectl_auth/_index.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,6 @@ kubectl auth [flags]
121121
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The name of the kubeconfig context to use</p></td>
122122
</tr>
123123

124-
<tr>
125-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
126-
</tr>
127-
<tr>
128-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
129-
</tr>
130-
131-
<tr>
132-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: 300</td>
133-
</tr>
134-
<tr>
135-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</p></td>
136-
</tr>
137-
138124
<tr>
139125
<td colspan="2">--disable-compression</td>
140126
</tr>
@@ -156,6 +142,13 @@ kubectl auth [flags]
156142
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kubeconfig file to use for CLI requests.</p></td>
157143
</tr>
158144

145+
<tr>
146+
<td colspan="2">--kuberc string</td>
147+
</tr>
148+
<tr>
149+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.</p></td>
150+
</tr>
151+
159152
<tr>
160153
<td colspan="2">--match-server-version</td>
161154
</tr>

0 commit comments

Comments
 (0)