-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
299 lines (298 loc) · 5.93 KB
/
en-US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
{
"root": [
{
"name": "create",
"tip": [
"Create a resource from a file or from stdin\n",
"JSON and YAML formats are accepted.\n",
"E: create -f ./pod.json --- Create a pod using the data in pod.json\n",
" create -f registry.yaml --edit -o json --- Edit the data in registry.yaml in JSON then create the resource using the edited data"
]
},
{
"name": "expose",
"tip": [
"Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service"
]
},
{
"name": "run",
"tip": [
"Run a particular image on the cluster"
]
},
{
"name": "set",
"tip": [
"Set specific features on objects"
]
},
{
"name": "explain",
"tip": [
"Get documentation for a resource"
]
},
{
"name": "get",
"tip": [
"Display one or many resources"
]
},
{
"name": "edit",
"tip": [
"Edit a resource on the server"
]
},
{
"name": "delete",
"tip": [
"Delete resources by file names, stdin, resources and names, or by resources and label selector"
]
},
{
"name": "rollout",
"tip": [
"Manage the rollout of a resource"
]
},
{
"name": "scale",
"tip": [
"Set a new size for a deployment, replica set, or replication controller"
]
},
{
"name": "autoscale",
"tip": [
"Auto-scale a deployment, replica set, stateful set, or replication controller"
]
},
{
"name": "certificate",
"tip": [
"Modify certificate resources"
]
},
{
"name": "cluster-info",
"tip": [
"Display cluster information"
]
},
{
"name": "top",
"tip": [
"Display resource (CPU/memory) usage"
]
},
{
"name": "cordon",
"tip": [
"Mark node as unschedulable\n",
"E: cordon foo --- Mark node \"foo\" as unschedulable"
]
},
{
"name": "uncordon",
"tip": [
"Mark node as schedulable\n",
"E: uncordon foo --- Mark node \"foo\" as schedulable"
]
},
{
"name": "drain",
"tip": [
"Drain node in preparation for maintenance"
]
},
{
"name": "taint",
"tip": [
"Update the taints on one or more nodes"
]
},
{
"name": "describe",
"tip": [
"Show details of a specific resource or group of resources"
]
},
{
"name": "logs",
"tip": [
"Print the logs for a container in a pod"
]
},
{
"name": "attach",
"tip": [
"Attach to a running container"
]
},
{
"name": "exec",
"tip": [
"Execute a command in a container"
]
},
{
"name": "port-forward",
"tip": [
"Forward one or more local ports to a pod"
]
},
{
"name": "proxy",
"tip": [
"Run a proxy to the Kubernetes API server"
]
},
{
"name": "cp",
"tip": [
"Copy files and directories to and from containers"
]
},
{
"name": "auth",
"tip": [
"Inspect authorization"
]
},
{
"name": "debug",
"tip": [
"Create debugging sessions for troubleshooting workloads and nodes"
]
},
{
"name": "events",
"tip": [
"List events"
]
},
{
"name": "diff",
"tip": [
"Diff the live version against a would-be applied version"
]
},
{
"name": "apply",
"tip": [
"Apply a configuration to a resource by file name or stdin"
]
},
{
"name": "patch",
"tip": [
"Update fields of a resource"
]
},
{
"name": "replace",
"tip": [
"Replace a resource by file name or stdin"
]
},
{
"name": "wait",
"tip": [
"Experimental: Wait for a specific condition on one or many resources"
]
},
{
"name": "kustomize",
"tip": [
"Build a kustomization target from a directory or URL"
]
},
{
"name": "label",
"tip": [
"Update the labels on a resource"
]
},
{
"name": "annotate",
"tip": [
"Update the annotations on a resource"
]
},
{
"name": "completion",
"tip": [
"Output shell completion code for the specified shell (bash, zsh, fish, or powershell)"
]
},
{
"name": "api-resources",
"tip": [
"Print the supported API resources on the server"
]
},
{
"name": "api-versions",
"tip": [
"Print the supported API versions on the server, in the form of \"group/version\""
]
},
{
"name": "config",
"tip": [
"Modify kubeconfig files"
]
},
{
"name": "plugin",
"tip": [
"Provides utilities for interacting with plugins"
]
},
{
"name": "version",
"tip": [
"Print the client and server version information"
]
},
{
"name": "options",
"tip": [
"List some options can be passed to any command"
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-v"
],
"tip": [
"Show the version."
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://kubernetes.io/docs/reference/kubectl/",
"description": [
"Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.\n",
"kubectl is its command-line tool."
]
}
}
}