1# Test translations for unit tests.
2# Copyright (C) 2017
3# This file is distributed under the same license as the Kubernetes package.
4# FIRST AUTHOR girikuncoro@gmail.com, 2017.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: gettext-go-examples-hello\n"
9"Report-Msgid-Bugs-To: EMAIL\n"
10"POT-Creation-Date: 2021-07-07 20:15+0200\n"
11"PO-Revision-Date: 2020-01-05 09:55+0900\n"
12"Last-Translator: Kohei Ota <kohei.ota@zozo.com>\n"
13"Language-Team: \n"
14"Language: ja\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: Poedit 2.2.4\n"
19"X-Poedit-SourceCharset: UTF-8\n"
20"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22#: staging/src/k8s.io/kubectl/pkg/cmd/top/top_node.go:62
23msgid ""
24"\n"
25"\t\t  # Show metrics for all nodes\n"
26"\t\t  kubectl top node\n"
27"\n"
28"\t\t  # Show metrics for a given node\n"
29"\t\t  kubectl top node NODE_NAME"
30msgstr ""
31"\n"
32"\t\t  # Show metrics for all nodes\n"
33"\t\t  kubectl top node\n"
34"\n"
35"\t\t  # Show metrics for a given node\n"
36"\t\t  kubectl top node NODE_NAME"
37
38#: staging/src/k8s.io/kubectl/pkg/cmd/explain/explain.go:46
39msgid ""
40"\n"
41"\t\t# Get the documentation of the resource and its fields\n"
42"\t\tkubectl explain pods\n"
43"\n"
44"\t\t# Get the documentation of a specific field of a resource\n"
45"\t\tkubectl explain pods.spec.containers"
46msgstr ""
47"\n"
48"\t\t# Get the documentation of the resource and its fields\n"
49"\t\tkubectl explain pods\n"
50"\n"
51"\t\t# Get the documentation of a specific field of a resource\n"
52"\t\tkubectl explain pods.spec.containers"
53
54# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/options.go#L37
55#: staging/src/k8s.io/kubectl/pkg/cmd/options/options.go:29
56msgid ""
57"\n"
58"\t\t# Print flags inherited by all commands\n"
59"\t\tkubectl options"
60msgstr ""
61"\n"
62"\t\t# Print flags inherited by all commands\n"
63"\t\tkubectl options"
64
65# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/version.go#L39
66#: staging/src/k8s.io/kubectl/pkg/cmd/version/version.go:44
67msgid ""
68"\n"
69"\t\t# Print the client and server versions for the current context\n"
70"\t\tkubectl version"
71msgstr ""
72"\n"
73"\t\t# Print the client and server versions for the current context\n"
74"\t\tkubectl version"
75
76#: staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go:34
77msgid ""
78"\n"
79"\t\t# Print the supported API versions\n"
80"\t\tkubectl api-versions"
81msgstr ""
82"\n"
83"\t\t# Print the supported API versions\n"
84"\t\tkubectl api-versions"
85
86#: staging/src/k8s.io/kubectl/pkg/cmd/top/top_pod.go:75
87msgid ""
88"\n"
89"\t\t# Show metrics for all pods in the default namespace\n"
90"\t\tkubectl top pod\n"
91"\n"
92"\t\t# Show metrics for all pods in the given namespace\n"
93"\t\tkubectl top pod --namespace=NAMESPACE\n"
94"\n"
95"\t\t# Show metrics for a given pod and its containers\n"
96"\t\tkubectl top pod POD_NAME --containers\n"
97"\n"
98"\t\t# Show metrics for the pods defined by label name=myLabel\n"
99"\t\tkubectl top pod -l name=myLabel"
100msgstr ""
101"\n"
102"\t\t# Show metrics for all pods in the default namespace\n"
103"\t\tkubectl top pod\n"
104"\n"
105"\t\t# Show metrics for all pods in the given namespace\n"
106"\t\tkubectl top pod --namespace=NAMESPACE\n"
107"\n"
108"\t\t# Show metrics for a given pod and its containers\n"
109"\t\tkubectl top pod POD_NAME --containers\n"
110"\n"
111"\t\t# Show metrics for the pods defined by label name=myLabel\n"
112"\t\tkubectl top pod -l name=myLabel"
113
114#: pkg/kubectl/cmd/convert/convert.go:40
115msgid ""
116"\n"
117"\t\tConvert config files between different API versions. Both YAML\n"
118"\t\tand JSON formats are accepted.\n"
119"\n"
120"\t\tThe command takes filename, directory, or URL as input, and convert it "
121"into format\n"
122"\t\tof version specified by --output-version flag. If target version is not "
123"specified or\n"
124"\t\tnot supported, convert to latest version.\n"
125"\n"
126"\t\tThe default output will be printed to stdout in YAML format. One can use "
127"-o option\n"
128"\t\tto change to output destination."
129msgstr ""
130"\n"
131"\t\tConvert config files between different API versions. Both YAML\n"
132"\t\tand JSON formats are accepted.\n"
133"\n"
134"\t\tThe command takes filename, directory, or URL as input, and convert it "
135"into format\n"
136"\t\tof version specified by --output-version flag. If target version is not "
137"specified or\n"
138"\t\tnot supported, convert to latest version.\n"
139"\n"
140"\t\tThe default output will be printed to stdout in YAML format. One can use "
141"-o option\n"
142"\t\tto change to output destination."
143
144# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44
145#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:39
146msgid ""
147"\n"
148"\t\tCreate a namespace with the specified name."
149msgstr ""
150"\n"
151"\t\tCreate a namespace with the specified name."
152
153# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47
154#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_role.go:43
155msgid ""
156"\n"
157"\t\tCreate a role with single rule."
158msgstr ""
159"\n"
160"\t\tCreate a role with single rule."
161
162# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44
163#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:40
164msgid ""
165"\n"
166"\t\tCreate a service account with the specified name."
167msgstr ""
168"\n"
169"\t\tCreate a service account with the specified name."
170
171# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L127
172#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:84
173msgid ""
174"\n"
175"\t\tMark node as schedulable."
176msgstr ""
177"\n"
178"\t\tMark node as schedulable."
179
180# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102
181#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:55
182msgid ""
183"\n"
184"\t\tMark node as unschedulable."
185msgstr ""
186"\n"
187"\t\tMark node as unschedulable."
188
189#: staging/src/k8s.io/kubectl/pkg/cmd/apply/apply_set_last_applied.go:70
190msgid ""
191"\n"
192"\t\tSet the latest last-applied-configuration annotations by setting it to "
193"match the contents of a file.\n"
194"\t\tThis results in the last-applied-configuration being updated as though "
195"'kubectl apply -f <file>' was run,\n"
196"\t\twithout updating any other parts of the object."
197msgstr ""
198"\n"
199"\t\tSet the latest last-applied-configuration annotations by setting it to "
200"match the contents of a file.\n"
201"\t\tThis results in the last-applied-configuration being updated as though "
202"'kubectl apply -f <file>' was run,\n"
203"\t\twithout updating any other parts of the object."
204
205#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:42
206msgid ""
207"\n"
208"\t  # Create a new namespace named my-namespace\n"
209"\t  kubectl create namespace my-namespace"
210msgstr ""
211"\n"
212"\t  # Create a new namespace named my-namespace\n"
213"\t  kubectl create namespace my-namespace"
214
215#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:43
216msgid ""
217"\n"
218"\t  # Create a new service account named my-service-account\n"
219"\t  kubectl create serviceaccount my-service-account"
220msgstr ""
221"\n"
222"\t  # Create a new service account named my-service-account\n"
223"\t  kubectl create serviceaccount my-service-account"
224
225#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:344
226msgid ""
227"\n"
228"\tCreate an ExternalName service with the specified name.\n"
229"\n"
230"\tExternalName service references to an external DNS address instead of\n"
231"\tonly pods, which will allow application authors to reference services\n"
232"\tthat exist off platform, on other clusters, or locally."
233msgstr ""
234"\n"
235"\tCreate an ExternalName service with the specified name.\n"
236"\n"
237"\tExternalName service references to an external DNS address instead of\n"
238"\tonly pods, which will allow application authors to reference services\n"
239"\tthat exist off platform, on other clusters, or locally."
240
241#: staging/src/k8s.io/kubectl/pkg/cmd/help/help.go:28
242msgid ""
243"\n"
244"\tHelp provides help for any command in the application.\n"
245"\tSimply type kubectl help [path to command] for full details."
246msgstr ""
247"\n"
248"\tHelp provides help for any command in the application.\n"
249"\tSimply type kubectl help [path to command] for full details."
250
251#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:311
252msgid ""
253"\n"
254"    # Create a new LoadBalancer service named my-lbs\n"
255"    kubectl create service loadbalancer my-lbs --tcp=5678:8080"
256msgstr ""
257"\n"
258"    # Create a new LoadBalancer service named my-lbs\n"
259"    kubectl create service loadbalancer my-lbs --tcp=5678:8080"
260
261#: staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go:102
262msgid ""
263"\n"
264"    # Dump current cluster state to stdout\n"
265"    kubectl cluster-info dump\n"
266"\n"
267"    # Dump current cluster state to /path/to/cluster-state\n"
268"    kubectl cluster-info dump --output-directory=/path/to/cluster-state\n"
269"\n"
270"    # Dump all namespaces to stdout\n"
271"    kubectl cluster-info dump --all-namespaces\n"
272"\n"
273"    # Dump a set of namespaces to /path/to/cluster-state\n"
274"    kubectl cluster-info dump --namespaces default,kube-system --output-"
275"directory=/path/to/cluster-state"
276msgstr ""
277"\n"
278"    # Dump current cluster state to stdout\n"
279"    kubectl cluster-info dump\n"
280"\n"
281"    # Dump current cluster state to /path/to/cluster-state\n"
282"    kubectl cluster-info dump --output-directory=/path/to/cluster-state\n"
283"\n"
284"    # Dump all namespaces to stdout\n"
285"    kubectl cluster-info dump --all-namespaces\n"
286"\n"
287"    # Dump a set of namespaces to /path/to/cluster-state\n"
288"    kubectl cluster-info dump --namespaces default,kube-system --output-"
289"directory=/path/to/cluster-state"
290
291# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44
292#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:308
293msgid ""
294"\n"
295"    Create a LoadBalancer service with the specified name."
296msgstr ""
297"\n"
298"    Create a LoadBalancer service with the specified name."
299
300# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L61
301#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_quota.go:107
302msgid ""
303"A comma-delimited set of quota scopes that must all match each object "
304"tracked by the quota."
305msgstr ""
306"A comma-delimited set of quota scopes that must all match each object "
307"tracked by the quota."
308
309# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L60
310#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_quota.go:106
311msgid ""
312"A comma-delimited set of resource=quantity pairs that define a hard limit."
313msgstr ""
314"A comma-delimited set of resource=quantity pairs that define a hard limit."
315
316# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L63
317#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_pdb.go:113
318msgid ""
319"A label selector to use for this budget. Only equality-based selector "
320"requirements are supported."
321msgstr ""
322"A label selector to use for this budget. Only equality-based selector "
323"requirements are supported."
324
325# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L106
326#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:152
327msgid ""
328"A label selector to use for this service. Only equality-based selector "
329"requirements are supported. If empty (the default) infer the selector from "
330"the replication controller or replica set.)"
331msgstr ""
332"A label selector to use for this service. Only equality-based selector "
333"requirements are supported. If empty (the default) infer the selector from "
334"the replication controller or replica set.)"
335
336# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L111
337#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:157
338msgid ""
339"Additional external IP address (not managed by Kubernetes) to accept for the "
340"service. If this IP is routed to a node, the service can be accessed by this "
341"IP in addition to its generated service IP."
342msgstr ""
343"Additional external IP address (not managed by Kubernetes) to accept for the "
344"service. If this IP is routed to a node, the service can be accessed by this "
345"IP in addition to its generated service IP."
346
347# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L119
348#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:158
349#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:178
350msgid ""
351"An inline JSON override for the generated object. If this is non-empty, it "
352"is used to override the generated object. Requires that the object supply a "
353"valid apiVersion field."
354msgstr ""
355"An inline JSON override for the generated object. If this is non-empty, it "
356"is used to override the generated object. Requires that the object supply a "
357"valid apiVersion field."
358
359# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L71
360#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:125
361msgid "Approve a certificate signing request"
362msgstr "Approve a certificate signing request"
363
364# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L81
365#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:263
366msgid ""
367"Assign your own ClusterIP or set to 'None' for a 'headless' service (no "
368"loadbalancing)."
369msgstr ""
370"Assign your own ClusterIP or set to 'None' for a 'headless' service (no "
371"loadbalancing)."
372
373# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/attach.go#L64
374#: staging/src/k8s.io/kubectl/pkg/cmd/attach/attach.go:105
375msgid "Attach to a running container"
376msgstr "Attach to a running container"
377
378# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L115
379#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:161
380msgid ""
381"ClusterIP to be assigned to the service. Leave empty to auto-allocate, or "
382"set to 'None' to create a headless service."
383msgstr ""
384"ClusterIP to be assigned to the service. Leave empty to auto-allocate, or "
385"set to 'None' to create a headless service."
386
387# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L55
388#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_clusterrolebinding.go:101
389msgid "ClusterRole this ClusterRoleBinding should reference"
390msgstr "ClusterRole this ClusterRoleBinding should reference"
391
392# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L55
393#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding.go:104
394msgid "ClusterRole this RoleBinding should reference"
395msgstr "ClusterRole this RoleBinding should reference"
396
397# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/convert.go#L67
398#: pkg/kubectl/cmd/convert/convert.go:95
399msgid "Convert config files between different API versions"
400msgstr "Convert config files between different API versions"
401
402# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cp.go#L64
403#: staging/src/k8s.io/kubectl/pkg/cmd/cp/cp.go:106
404msgid "Copy files and directories to and from containers."
405msgstr "Copy files and directories to and from containers."
406
407# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L214
408#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:94
409msgid "Create a TLS secret"
410msgstr "Create a TLS secret"
411
412# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_namespace.go#L44
413#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:83
414msgid "Create a namespace with the specified name"
415msgstr "Create a namespace with the specified name"
416
417# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L143
418#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:134
419msgid "Create a secret for use with a Docker registry"
420msgstr "Create a secret for use with a Docker registry"
421
422# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L34
423#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret.go:49
424msgid "Create a secret using specified subcommand"
425msgstr "Create a secret using specified subcommand"
426
427# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44
428#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:85
429msgid "Create a service account with the specified name"
430msgstr "Create a service account with the specified name"
431
432# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_cluster.go#L38
433#: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_cluster.go:42
434msgid "Delete the specified cluster from the kubeconfig"
435msgstr "指定したコンテキストをkubeconfigから削除する"
436
437# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_context.go#L38
438#: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_context.go:42
439msgid "Delete the specified context from the kubeconfig"
440msgstr "指定したコンテキストをkubeconfigから削除する"
441
442# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L121
443#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:174
444msgid "Deny a certificate signing request"
445msgstr "Deny a certificate signing request"
446
447# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_contexts.go#L62
448#: staging/src/k8s.io/kubectl/pkg/cmd/config/get_contexts.go:72
449msgid "Describe one or many contexts"
450msgstr "1つまたは複数のコンテキストを記述する"
451
452# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/get_clusters.go#L40
453#: staging/src/k8s.io/kubectl/pkg/cmd/config/get_clusters.go:41
454msgid "Display clusters defined in the kubeconfig"
455msgstr "kubeconfigで定義されたクラスターを表示する"
456
457# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/view.go#L64
458#: staging/src/k8s.io/kubectl/pkg/cmd/config/view.go:81
459msgid "Display merged kubeconfig settings or a specified kubeconfig file"
460msgstr "マージされたkubeconfigの設定または指定されたkubeconfigを表示する"
461
462# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/get.go#L107
463#: staging/src/k8s.io/kubectl/pkg/cmd/get/get.go:165
464msgid "Display one or many resources"
465msgstr "1つまたは複数のリソースを表示する"
466
467# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L176
468#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:184
469msgid "Drain node in preparation for maintenance"
470msgstr "Drain node in preparation for maintenance"
471
472# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/edit.go#L100
473#: staging/src/k8s.io/kubectl/pkg/cmd/edit/edit.go:77
474msgid "Edit a resource on the server"
475msgstr "Edit a resource on the server"
476
477# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L159
478#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:152
479msgid "Email for Docker registry"
480msgstr "Email for Docker registry"
481
482# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/exec.go#L68
483#: staging/src/k8s.io/kubectl/pkg/cmd/exec/exec.go:89
484msgid "Execute a command in a container"
485msgstr "Execute a command in a container"
486
487# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/portforward.go#L75
488#: staging/src/k8s.io/kubectl/pkg/cmd/portforward/portforward.go:109
489msgid "Forward one or more local ports to a pod"
490msgstr "Forward one or more local ports to a pod"
491
492# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/help.go#L36
493#: staging/src/k8s.io/kubectl/pkg/cmd/help/help.go:37
494msgid "Help about any command"
495msgstr "Help about any command"
496
497# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L114
498#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:160
499msgid ""
500"If non-empty, set the session affinity for the service to this; legal "
501"values: 'None', 'ClientIP'"
502msgstr ""
503"If non-empty, set the session affinity for the service to this; legal "
504"values: 'None', 'ClientIP'"
505
506# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/annotate.go#L135
507#: staging/src/k8s.io/kubectl/pkg/cmd/annotate/annotate.go:157
508msgid ""
509"If non-empty, the annotation update will only succeed if this is the current "
510"resource-version for the object. Only valid when specifying a single "
511"resource."
512msgstr ""
513"If non-empty, the annotation update will only succeed if this is the current "
514"resource-version for the object. Only valid when specifying a single "
515"resource."
516
517# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L132
518#: staging/src/k8s.io/kubectl/pkg/cmd/label/label.go:154
519msgid ""
520"If non-empty, the labels update will only succeed if this is the current "
521"resource-version for the object. Only valid when specifying a single "
522"resource."
523msgstr ""
524"If non-empty, the labels update will only succeed if this is the current "
525"resource-version for the object. Only valid when specifying a single "
526"resource."
527
528# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L127
529#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:98
530msgid "Mark node as schedulable"
531msgstr "Mark node as schedulable"
532
533# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102
534#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:69
535msgid "Mark node as unschedulable"
536msgstr "Mark node as unschedulable"
537
538# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_pause.go#L73
539#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_pause.go:83
540msgid "Mark the provided resource as paused"
541msgstr "Mark the provided resource as paused"
542
543# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/certificates.go#L35
544#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:49
545#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:50
546msgid "Modify certificate resources."
547msgstr "Modify certificate resources."
548
549# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/config.go#L39
550#: staging/src/k8s.io/kubectl/pkg/cmd/config/config.go:42
551msgid "Modify kubeconfig files"
552msgstr "kubeconfigを変更する"
553
554# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L110
555#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:156
556msgid ""
557"Name or number for the port on the container that the service should direct "
558"traffic to. Optional."
559msgstr ""
560"Name or number for the port on the container that the service should direct "
561"traffic to. Optional."
562
563# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/logs.go#L108
564#: staging/src/k8s.io/kubectl/pkg/cmd/logs/logs.go:174
565msgid ""
566"Only return logs after a specific date (RFC3339). Defaults to all logs. Only "
567"one of since-time / since may be used."
568msgstr ""
569"Only return logs after a specific date (RFC3339). Defaults to all logs. Only "
570"one of since-time / since may be used."
571
572# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/completion.go#L97
573#: staging/src/k8s.io/kubectl/pkg/cmd/completion/completion.go:112
574msgid "Output shell completion code for the specified shell (bash or zsh)"
575msgstr "Output shell completion code for the specified shell (bash or zsh)"
576
577# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L157
578#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:151
579msgid "Password for Docker registry authentication"
580msgstr "Password for Docker registry authentication"
581
582# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L226
583#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:110
584msgid "Path to PEM encoded public key certificate."
585msgstr "Path to PEM encoded public key certificate."
586
587# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L227
588#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:111
589msgid "Path to private key associated with given certificate."
590msgstr "Path to private key associated with given certificate."
591
592# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/scale.go#L82
593#: staging/src/k8s.io/kubectl/pkg/cmd/scale/scale.go:130
594msgid ""
595"Precondition for resource version. Requires that the current resource "
596"version match this value in order to scale."
597msgstr ""
598"Precondition for resource version. Requires that the current resource "
599"version match this value in order to scale."
600
601# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/version.go#L39
602#: staging/src/k8s.io/kubectl/pkg/cmd/version/version.go:73
603msgid "Print the client and server version information"
604msgstr "Print the client and server version information"
605
606# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/options.go#L37
607#: staging/src/k8s.io/kubectl/pkg/cmd/options/options.go:38
608#: staging/src/k8s.io/kubectl/pkg/cmd/options/options.go:39
609msgid "Print the list of flags inherited by all commands"
610msgstr "Print the list of flags inherited by all commands"
611
612# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/logs.go#L86
613#: staging/src/k8s.io/kubectl/pkg/cmd/logs/logs.go:152
614msgid "Print the logs for a container in a pod"
615msgstr "Print the logs for a container in a pod"
616
617# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_resume.go#L71
618#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_resume.go:87
619msgid "Resume a paused resource"
620msgstr "Resume a paused resource"
621
622# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L56
623#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding.go:105
624msgid "Role this RoleBinding should reference"
625msgstr "Role this RoleBinding should reference"
626
627# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L94
628#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:152
629msgid "Run a particular image on the cluster"
630msgstr "Run a particular image on the cluster"
631
632# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/proxy.go#L68
633#: staging/src/k8s.io/kubectl/pkg/cmd/proxy/proxy.go:119
634msgid "Run a proxy to the Kubernetes API server"
635msgstr "Run a proxy to the Kubernetes API server"
636
637# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L161
638#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:153
639msgid "Server location for Docker registry"
640msgstr "Server location for Docker registry"
641
642# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set.go#L37
643#: staging/src/k8s.io/kubectl/pkg/cmd/set/set.go:39
644msgid "Set specific features on objects"
645msgstr "Set specific features on objects"
646
647# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_selector.go#L81
648#: staging/src/k8s.io/kubectl/pkg/cmd/set/set_selector.go:104
649msgid "Set the selector on a resource"
650msgstr "リソースのセレクターを設定する"
651
652# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/describe.go#L80
653#: staging/src/k8s.io/kubectl/pkg/cmd/describe/describe.go:107
654msgid "Show details of a specific resource or group of resources"
655msgstr "Show details of a specific resource or group of resources"
656
657# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_status.go#L57
658#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_status.go:102
659msgid "Show the status of the rollout"
660msgstr "Show the status of the rollout"
661
662# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L108
663#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:154
664msgid "Synonym for --target-port"
665msgstr "Synonym for --target-port"
666
667# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L114
668#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:174
669msgid "The image for the container to run."
670msgstr "The image for the container to run."
671
672# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L116
673#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:176
674msgid ""
675"The image pull policy for the container. If left empty, this value will not "
676"be specified by the client and defaulted by the server"
677msgstr ""
678"The image pull policy for the container. If left empty, this value will not "
679"be specified by the client and defaulted by the server"
680
681# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L62
682#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_pdb.go:111
683msgid ""
684"The minimum number or percentage of available pods this budget requires."
685msgstr ""
686"The minimum number or percentage of available pods this budget requires."
687
688# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L113
689#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:159
690msgid "The name for the newly created object."
691msgstr "The name for the newly created object."
692
693# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L71
694#: staging/src/k8s.io/kubectl/pkg/cmd/autoscale/autoscale.go:125
695msgid ""
696"The name for the newly created object. If not specified, the name of the "
697"input resource will be used."
698msgstr ""
699"The name for the newly created object. If not specified, the name of the "
700"input resource will be used."
701
702# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L98
703#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:147
704msgid ""
705"The name of the API generator to use. There are 2 generators: 'service/v1' "
706"and 'service/v2'. The only difference between them is that service port in "
707"v1 is named 'default', while it is left unnamed in v2. Default is 'service/"
708"v2'."
709msgstr ""
710"The name of the API generator to use. There are 2 generators: 'service/v1' "
711"and 'service/v2'. The only difference between them is that service port in "
712"v1 is named 'default', while it is left unnamed in v2. Default is 'service/"
713"v2'."
714
715# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L99
716#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:148
717msgid "The network protocol for the service to be created. Default is 'TCP'."
718msgstr "The network protocol for the service to be created. Default is 'TCP'."
719
720# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L100
721#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:149
722msgid ""
723"The port that the service should serve on. Copied from the resource being "
724"exposed, if unspecified"
725msgstr ""
726"The port that the service should serve on. Copied from the resource being "
727"exposed, if unspecified"
728
729# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L131
730#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:194
731msgid ""
732"The resource requirement limits for this container.  For example, 'cpu=200m,"
733"memory=512Mi'.  Note that server side components may assign limits depending "
734"on the server configuration, such as limit ranges."
735msgstr ""
736"The resource requirement limits for this container.  For example, 'cpu=200m,"
737"memory=512Mi'.  Note that server side components may assign limits depending "
738"on the server configuration, such as limit ranges."
739
740# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L130
741#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:192
742msgid ""
743"The resource requirement requests for this container.  For example, "
744"'cpu=100m,memory=256Mi'.  Note that server side components may assign "
745"requests depending on the server configuration, such as limit ranges."
746msgstr ""
747"The resource requirement requests for this container.  For example, "
748"'cpu=100m,memory=256Mi'.  Note that server side components may assign "
749"requests depending on the server configuration, such as limit ranges."
750
751# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L87
752#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret.go:155
753msgid "The type of secret to create"
754msgstr "The type of secret to create"
755
756# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_undo.go#L71
757#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_undo.go:87
758msgid "Undo a previous rollout"
759msgstr "現在のロールアウトを取り消す"
760
761# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_resources.go#L101
762#: staging/src/k8s.io/kubectl/pkg/cmd/set/set_resources.go:116
763msgid "Update resource requests/limits on objects with pod templates"
764msgstr "Update resource requests/limits on objects with pod templates"
765
766#: staging/src/k8s.io/kubectl/pkg/cmd/annotate/annotate.go:135
767msgid "Update the annotations on a resource"
768msgstr "リソースのアノテーションを更新する"
769
770# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L109
771#: staging/src/k8s.io/kubectl/pkg/cmd/label/label.go:133
772msgid "Update the labels on a resource"
773msgstr "リソースのラベルを更新する"
774
775# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/taint.go#L88
776#: staging/src/k8s.io/kubectl/pkg/cmd/taint/taint.go:109
777msgid "Update the taints on one or more nodes"
778msgstr "Update the taints on one or more nodes"
779
780# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L155
781#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:150
782msgid "Username for Docker registry authentication"
783msgstr "Username for Docker registry authentication"
784
785# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout_history.go#L51
786#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_history.go:83
787msgid "View rollout history"
788msgstr "ロールアウトの履歴を表示する"
789
790# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo_dump.go#L45
791#: staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go:85
792msgid ""
793"Where to output the files.  If empty or '-' uses stdout, otherwise creates a "
794"directory hierarchy in that directory"
795msgstr ""
796"Where to output the files.  If empty or '-' uses stdout, otherwise creates a "
797"directory hierarchy in that directory"
798
799#: staging/src/k8s.io/kubectl/pkg/cmd/run/run_test.go:88
800msgid "dummy restart flag)"
801msgstr "dummy restart flag)"
802
803# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L217
804#: staging/src/k8s.io/kubectl/pkg/cmd/cmd.go:227
805msgid "kubectl controls the Kubernetes cluster manager"
806msgstr "kubectl controls the Kubernetes cluster manager"
807
808#~ msgid ""
809#~ "\n"
810#~ "\t\t  # Create a ClusterRoleBinding for user1, user2, and group1 using "
811#~ "the cluster-admin ClusterRole\n"
812#~ "\t\t  kubectl create clusterrolebinding cluster-admin --"
813#~ "clusterrole=cluster-admin --user=user1 --user=user2 --group=group1"
814#~ msgstr ""
815#~ "\n"
816#~ "\t\t  # Create a ClusterRoleBinding for user1, user2, and group1 using "
817#~ "the cluster-admin ClusterRole\n"
818#~ "\t\t  kubectl create clusterrolebinding cluster-admin --"
819#~ "clusterrole=cluster-admin --user=user1 --user=user2 --group=group1"
820
821#~ msgid ""
822#~ "\n"
823#~ "\t\t  # Create a RoleBinding for user1, user2, and group1 using the admin "
824#~ "ClusterRole\n"
825#~ "\t\t  kubectl create rolebinding admin --clusterrole=admin --user=user1 --"
826#~ "user=user2 --group=group1"
827#~ msgstr ""
828#~ "\n"
829#~ "\t\t  # Create a RoleBinding for user1, user2, and group1 using the admin "
830#~ "ClusterRole\n"
831#~ "\t\t  kubectl create rolebinding admin --clusterrole=admin --user=user1 --"
832#~ "user=user2 --group=group1"
833
834#~ msgid ""
835#~ "\n"
836#~ "\t\t  # Create a new configmap named my-config based on folder bar\n"
837#~ "\t\t  kubectl create configmap my-config --from-file=path/to/bar\n"
838#~ "\n"
839#~ "\t\t  # Create a new configmap named my-config with specified keys "
840#~ "instead of file basenames on disk\n"
841#~ "\t\t  kubectl create configmap my-config --from-file=key1=/path/to/bar/"
842#~ "file1.txt --from-file=key2=/path/to/bar/file2.txt\n"
843#~ "\n"
844#~ "\t\t  # Create a new configmap named my-config with key1=config1 and "
845#~ "key2=config2\n"
846#~ "\t\t  kubectl create configmap my-config --from-literal=key1=config1 --"
847#~ "from-literal=key2=config2"
848#~ msgstr ""
849#~ "\n"
850#~ "\t\t  # Create a new configmap named my-config based on folder bar\n"
851#~ "\t\t  kubectl create configmap my-config --from-file=path/to/bar\n"
852#~ "\n"
853#~ "\t\t  # Create a new configmap named my-config with specified keys "
854#~ "instead of file basenames on disk\n"
855#~ "\t\t  kubectl create configmap my-config --from-file=key1=/path/to/bar/"
856#~ "file1.txt --from-file=key2=/path/to/bar/file2.txt\n"
857#~ "\n"
858#~ "\t\t  # Create a new configmap named my-config with key1=config1 and "
859#~ "key2=config2\n"
860#~ "\t\t  kubectl create configmap my-config --from-literal=key1=config1 --"
861#~ "from-literal=key2=config2"
862
863#~ msgid ""
864#~ "\n"
865#~ "\t\t  # If you don't already have a .dockercfg file, you can create a "
866#~ "dockercfg secret directly by using:\n"
867#~ "\t\t  kubectl create secret docker-registry my-secret --docker-"
868#~ "server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-"
869#~ "password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL"
870#~ msgstr ""
871#~ "\n"
872#~ "\t\t  # If you don't already have a .dockercfg file, you can create a "
873#~ "dockercfg secret directly by using:\n"
874#~ "\t\t  kubectl create secret docker-registry my-secret --docker-"
875#~ "server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-"
876#~ "password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL"
877
878#~ msgid ""
879#~ "\n"
880#~ "\t\t# Apply the configuration in pod.json to a pod.\n"
881#~ "\t\tkubectl apply -f ./pod.json\n"
882#~ "\n"
883#~ "\t\t# Apply the JSON passed into stdin to a pod.\n"
884#~ "\t\tcat pod.json | kubectl apply -f -\n"
885#~ "\n"
886#~ "\t\t# Note: --prune is still in Alpha\n"
887#~ "\t\t# Apply the configuration in manifest.yaml that matches label "
888#~ "app=nginx and delete all the other resources that are not in the file and "
889#~ "match label app=nginx.\n"
890#~ "\t\tkubectl apply --prune -f manifest.yaml -l app=nginx\n"
891#~ "\n"
892#~ "\t\t# Apply the configuration in manifest.yaml and delete all the other "
893#~ "configmaps that are not in the file.\n"
894#~ "\t\tkubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/"
895#~ "v1/ConfigMap"
896#~ msgstr ""
897#~ "\n"
898#~ "\t\t# Apply the configuration in pod.json to a pod.\n"
899#~ "\t\tkubectl apply -f ./pod.json\n"
900#~ "\n"
901#~ "\t\t# Apply the JSON passed into stdin to a pod.\n"
902#~ "\t\tcat pod.json | kubectl apply -f -\n"
903#~ "\n"
904#~ "\t\t# Note: --prune is still in Alpha\n"
905#~ "\t\t# Apply the configuration in manifest.yaml that matches label "
906#~ "app=nginx and delete all the other resources that are not in the file and "
907#~ "match label app=nginx.\n"
908#~ "\t\tkubectl apply --prune -f manifest.yaml -l app=nginx\n"
909#~ "\n"
910#~ "\t\t# Apply the configuration in manifest.yaml and delete all the other "
911#~ "configmaps that are not in the file.\n"
912#~ "\t\tkubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/"
913#~ "v1/ConfigMap"
914
915#, c-format
916#~ msgid ""
917#~ "\n"
918#~ "\t\t# Auto scale a deployment \"foo\", with the number of pods between 2 "
919#~ "and 10, no target CPU utilization specified so a default autoscaling "
920#~ "policy will be used:\n"
921#~ "\t\tkubectl autoscale deployment foo --min=2 --max=10\n"
922#~ "\n"
923#~ "\t\t# Auto scale a replication controller \"foo\", with the number of "
924#~ "pods between 1 and 5, target CPU utilization at 80%:\n"
925#~ "\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80"
926#~ msgstr ""
927#~ "\n"
928#~ "\t\t# Auto scale a deployment \"foo\", with the number of pods between 2 "
929#~ "and 10, no target CPU utilization specified so a default autoscaling "
930#~ "policy will be used:\n"
931#~ "\t\tkubectl autoscale deployment foo --min=2 --max=10\n"
932#~ "\n"
933#~ "\t\t# Auto scale a replication controller \"foo\", with the number of "
934#~ "pods between 1 and 5, target CPU utilization at 80%:\n"
935#~ "\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80"
936
937#~ msgid ""
938#~ "\n"
939#~ "\t\t# Convert 'pod.yaml' to latest version and print to stdout.\n"
940#~ "\t\tkubectl convert -f pod.yaml\n"
941#~ "\n"
942#~ "\t\t# Convert the live state of the resource specified by 'pod.yaml' to "
943#~ "the latest version\n"
944#~ "\t\t# and print to stdout in json format.\n"
945#~ "\t\tkubectl convert -f pod.yaml --local -o json\n"
946#~ "\n"
947#~ "\t\t# Convert all files under current directory to latest version and "
948#~ "create them all.\n"
949#~ "\t\tkubectl convert -f . | kubectl create -f -"
950#~ msgstr ""
951#~ "\n"
952#~ "\t\t# Convert 'pod.yaml' to latest version and print to stdout.\n"
953#~ "\t\tkubectl convert -f pod.yaml\n"
954#~ "\n"
955#~ "\t\t# Convert the live state of the resource specified by 'pod.yaml' to "
956#~ "the latest version\n"
957#~ "\t\t# and print to stdout in json format.\n"
958#~ "\t\tkubectl convert -f pod.yaml --local -o json\n"
959#~ "\n"
960#~ "\t\t# Convert all files under current directory to latest version and "
961#~ "create them all.\n"
962#~ "\t\tkubectl convert -f . | kubectl create -f -"
963
964#~ msgid ""
965#~ "\n"
966#~ "\t\t# Create a ClusterRole named \"pod-reader\" that allows user to "
967#~ "perform \"get\", \"watch\" and \"list\" on pods\n"
968#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
969#~ "resource=pods\n"
970#~ "\n"
971#~ "\t\t# Create a ClusterRole named \"pod-reader\" with ResourceName "
972#~ "specified\n"
973#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
974#~ "resource=pods --resource-name=readablepod"
975#~ msgstr ""
976#~ "\n"
977#~ "\t\t# Create a ClusterRole named \"pod-reader\" that allows user to "
978#~ "perform \"get\", \"watch\" and \"list\" on pods\n"
979#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
980#~ "resource=pods\n"
981#~ "\n"
982#~ "\t\t# Create a ClusterRole named \"pod-reader\" with ResourceName "
983#~ "specified\n"
984#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
985#~ "resource=pods --resource-name=readablepod"
986
987#~ msgid ""
988#~ "\n"
989#~ "\t\t# Create a Role named \"pod-reader\" that allows user to perform \"get"
990#~ "\", \"watch\" and \"list\" on pods\n"
991#~ "\t\tkubectl create role pod-reader --verb=get --verb=list --verb=watch --"
992#~ "resource=pods\n"
993#~ "\n"
994#~ "\t\t# Create a Role named \"pod-reader\" with ResourceName specified\n"
995#~ "\t\tkubectl create role pod-reader --verb=get --verg=list --verb=watch --"
996#~ "resource=pods --resource-name=readablepod"
997#~ msgstr ""
998#~ "\n"
999#~ "\t\t# Create a Role named \"pod-reader\" that allows user to perform \"get"
1000#~ "\", \"watch\" and \"list\" on pods\n"
1001#~ "\t\tkubectl create role pod-reader --verb=get --verb=list --verb=watch --"
1002#~ "resource=pods\n"
1003#~ "\n"
1004#~ "\t\t# Create a Role named \"pod-reader\" with ResourceName specified\n"
1005#~ "\t\tkubectl create role pod-reader --verb=get --verg=list --verb=watch --"
1006#~ "resource=pods --resource-name=readablepod"
1007
1008#~ msgid ""
1009#~ "\n"
1010#~ "\t\t# Create a new resourcequota named my-quota\n"
1011#~ "\t\tkubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,"
1012#~ "services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,"
1013#~ "persistentvolumeclaims=10\n"
1014#~ "\n"
1015#~ "\t\t# Create a new resourcequota named best-effort\n"
1016#~ "\t\tkubectl create quota best-effort --hard=pods=100 --scopes=BestEffort"
1017#~ msgstr ""
1018#~ "\n"
1019#~ "\t\t# Create a new resourcequota named my-quota\n"
1020#~ "\t\tkubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,"
1021#~ "services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,"
1022#~ "persistentvolumeclaims=10\n"
1023#~ "\n"
1024#~ "\t\t# Create a new resourcequota named best-effort\n"
1025#~ "\t\tkubectl create quota best-effort --hard=pods=100 --scopes=BestEffort"
1026
1027#, c-format
1028#~ msgid ""
1029#~ "\n"
1030#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
1031#~ "pods with the app=rails label\n"
1032#~ "\t\t# and require at least one of them being available at any point in "
1033#~ "time.\n"
1034#~ "\t\tkubectl create poddisruptionbudget my-pdb --selector=app=rails --min-"
1035#~ "available=1\n"
1036#~ "\n"
1037#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
1038#~ "pods with the app=nginx label\n"
1039#~ "\t\t# and require at least half of the pods selected to be available at "
1040#~ "any point in time.\n"
1041#~ "\t\tkubectl create pdb my-pdb --selector=app=nginx --min-available=50%"
1042#~ msgstr ""
1043#~ "\n"
1044#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
1045#~ "pods with the app=rails label\n"
1046#~ "\t\t# and require at least one of them being available at any point in "
1047#~ "time.\n"
1048#~ "\t\tkubectl create poddisruptionbudget my-pdb --selector=app=rails --min-"
1049#~ "available=1\n"
1050#~ "\n"
1051#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
1052#~ "pods with the app=nginx label\n"
1053#~ "\t\t# and require at least half of the pods selected to be available at "
1054#~ "any point in time.\n"
1055#~ "\t\tkubectl create pdb my-pdb --selector=app=nginx --min-available=50%"
1056
1057#~ msgid ""
1058#~ "\n"
1059#~ "\t\t# Create a pod using the data in pod.json.\n"
1060#~ "\t\tkubectl create -f ./pod.json\n"
1061#~ "\n"
1062#~ "\t\t# Create a pod based on the JSON passed into stdin.\n"
1063#~ "\t\tcat pod.json | kubectl create -f -\n"
1064#~ "\n"
1065#~ "\t\t# Edit the data in docker-registry.yaml in JSON using the v1 API "
1066#~ "format then create the resource using the edited data.\n"
1067#~ "\t\tkubectl create -f docker-registry.yaml --edit --output-version=v1 -o "
1068#~ "json"
1069#~ msgstr ""
1070#~ "\n"
1071#~ "\t\t# Create a pod using the data in pod.json.\n"
1072#~ "\t\tkubectl create -f ./pod.json\n"
1073#~ "\n"
1074#~ "\t\t# Create a pod based on the JSON passed into stdin.\n"
1075#~ "\t\tcat pod.json | kubectl create -f -\n"
1076#~ "\n"
1077#~ "\t\t# Edit the data in docker-registry.yaml in JSON using the v1 API "
1078#~ "format then create the resource using the edited data.\n"
1079#~ "\t\tkubectl create -f docker-registry.yaml --edit --output-version=v1 -o "
1080#~ "json"
1081
1082#~ msgid ""
1083#~ "\n"
1084#~ "\t\t# Create a service for a replicated nginx, which serves on port 80 "
1085#~ "and connects to the containers on port 8000.\n"
1086#~ "\t\tkubectl expose rc nginx --port=80 --target-port=8000\n"
1087#~ "\n"
1088#~ "\t\t# Create a service for a replication controller identified by type "
1089#~ "and name specified in \"nginx-controller.yaml\", which serves on port 80 "
1090#~ "and connects to the containers on port 8000.\n"
1091#~ "\t\tkubectl expose -f nginx-controller.yaml --port=80 --target-port=8000\n"
1092#~ "\n"
1093#~ "\t\t# Create a service for a pod valid-pod, which serves on port 444 with "
1094#~ "the name \"frontend\"\n"
1095#~ "\t\tkubectl expose pod valid-pod --port=444 --name=frontend\n"
1096#~ "\n"
1097#~ "\t\t# Create a second service based on the above service, exposing the "
1098#~ "container port 8443 as port 443 with the name \"nginx-https\"\n"
1099#~ "\t\tkubectl expose service nginx --port=443 --target-port=8443 --"
1100#~ "name=nginx-https\n"
1101#~ "\n"
1102#~ "\t\t# Create a service for a replicated streaming application on port "
1103#~ "4100 balancing UDP traffic and named 'video-stream'.\n"
1104#~ "\t\tkubectl expose rc streamer --port=4100 --protocol=udp --name=video-"
1105#~ "stream\n"
1106#~ "\n"
1107#~ "\t\t# Create a service for a replicated nginx using replica set, which "
1108#~ "serves on port 80 and connects to the containers on port 8000.\n"
1109#~ "\t\tkubectl expose rs nginx --port=80 --target-port=8000\n"
1110#~ "\n"
1111#~ "\t\t# Create a service for an nginx deployment, which serves on port 80 "
1112#~ "and connects to the containers on port 8000.\n"
1113#~ "\t\tkubectl expose deployment nginx --port=80 --target-port=8000"
1114#~ msgstr ""
1115#~ "\n"
1116#~ "\t\t# Create a service for a replicated nginx, which serves on port 80 "
1117#~ "and connects to the containers on port 8000.\n"
1118#~ "\t\tkubectl expose rc nginx --port=80 --target-port=8000\n"
1119#~ "\n"
1120#~ "\t\t# Create a service for a replication controller identified by type "
1121#~ "and name specified in \"nginx-controller.yaml\", which serves on port 80 "
1122#~ "and connects to the containers on port 8000.\n"
1123#~ "\t\tkubectl expose -f nginx-controller.yaml --port=80 --target-port=8000\n"
1124#~ "\n"
1125#~ "\t\t# Create a service for a pod valid-pod, which serves on port 444 with "
1126#~ "the name \"frontend\"\n"
1127#~ "\t\tkubectl expose pod valid-pod --port=444 --name=frontend\n"
1128#~ "\n"
1129#~ "\t\t# Create a second service based on the above service, exposing the "
1130#~ "container port 8443 as port 443 with the name \"nginx-https\"\n"
1131#~ "\t\tkubectl expose service nginx --port=443 --target-port=8443 --"
1132#~ "name=nginx-https\n"
1133#~ "\n"
1134#~ "\t\t# Create a service for a replicated streaming application on port "
1135#~ "4100 balancing UDP traffic and named 'video-stream'.\n"
1136#~ "\t\tkubectl expose rc streamer --port=4100 --protocol=udp --name=video-"
1137#~ "stream\n"
1138#~ "\n"
1139#~ "\t\t# Create a service for a replicated nginx using replica set, which "
1140#~ "serves on port 80 and connects to the containers on port 8000.\n"
1141#~ "\t\tkubectl expose rs nginx --port=80 --target-port=8000\n"
1142#~ "\n"
1143#~ "\t\t# Create a service for an nginx deployment, which serves on port 80 "
1144#~ "and connects to the containers on port 8000.\n"
1145#~ "\t\tkubectl expose deployment nginx --port=80 --target-port=8000"
1146
1147#~ msgid ""
1148#~ "\n"
1149#~ "\t\t# Delete a pod using the type and name specified in pod.json.\n"
1150#~ "\t\tkubectl delete -f ./pod.json\n"
1151#~ "\n"
1152#~ "\t\t# Delete a pod based on the type and name in the JSON passed into "
1153#~ "stdin.\n"
1154#~ "\t\tcat pod.json | kubectl delete -f -\n"
1155#~ "\n"
1156#~ "\t\t# Delete pods and services with same names \"baz\" and \"foo\"\n"
1157#~ "\t\tkubectl delete pod,service baz foo\n"
1158#~ "\n"
1159#~ "\t\t# Delete pods and services with label name=myLabel.\n"
1160#~ "\t\tkubectl delete pods,services -l name=myLabel\n"
1161#~ "\n"
1162#~ "\t\t# Delete a pod with minimal delay\n"
1163#~ "\t\tkubectl delete pod foo --now\n"
1164#~ "\n"
1165#~ "\t\t# Force delete a pod on a dead node\n"
1166#~ "\t\tkubectl delete pod foo --grace-period=0 --force\n"
1167#~ "\n"
1168#~ "\t\t# Delete all pods\n"
1169#~ "\t\tkubectl delete pods --all"
1170#~ msgstr ""
1171#~ "\n"
1172#~ "\t\t# Delete a pod using the type and name specified in pod.json.\n"
1173#~ "\t\tkubectl delete -f ./pod.json\n"
1174#~ "\n"
1175#~ "\t\t# Delete a pod based on the type and name in the JSON passed into "
1176#~ "stdin.\n"
1177#~ "\t\tcat pod.json | kubectl delete -f -\n"
1178#~ "\n"
1179#~ "\t\t# Delete pods and services with same names \"baz\" and \"foo\"\n"
1180#~ "\t\tkubectl delete pod,service baz foo\n"
1181#~ "\n"
1182#~ "\t\t# Delete pods and services with label name=myLabel.\n"
1183#~ "\t\tkubectl delete pods,services -l name=myLabel\n"
1184#~ "\n"
1185#~ "\t\t# Delete a pod with minimal delay\n"
1186#~ "\t\tkubectl delete pod foo --now\n"
1187#~ "\n"
1188#~ "\t\t# Force delete a pod on a dead node\n"
1189#~ "\t\tkubectl delete pod foo --grace-period=0 --force\n"
1190#~ "\n"
1191#~ "\t\t# Delete all pods\n"
1192#~ "\t\tkubectl delete pods --all"
1193
1194#~ msgid ""
1195#~ "\n"
1196#~ "\t\t# Describe a node\n"
1197#~ "\t\tkubectl describe nodes kubernetes-node-emt8.c.myproject.internal\n"
1198#~ "\n"
1199#~ "\t\t# Describe a pod\n"
1200#~ "\t\tkubectl describe pods/nginx\n"
1201#~ "\n"
1202#~ "\t\t# Describe a pod identified by type and name in \"pod.json\"\n"
1203#~ "\t\tkubectl describe -f pod.json\n"
1204#~ "\n"
1205#~ "\t\t# Describe all pods\n"
1206#~ "\t\tkubectl describe pods\n"
1207#~ "\n"
1208#~ "\t\t# Describe pods by label name=myLabel\n"
1209#~ "\t\tkubectl describe po -l name=myLabel\n"
1210#~ "\n"
1211#~ "\t\t# Describe all pods managed by the 'frontend' replication controller "
1212#~ "(rc-created pods\n"
1213#~ "\t\t# get the name of the rc as a prefix in the pod the name).\n"
1214#~ "\t\tkubectl describe pods frontend"
1215#~ msgstr ""
1216#~ "\n"
1217#~ "\t\t# Describe a node\n"
1218#~ "\t\tkubectl describe nodes kubernetes-node-emt8.c.myproject.internal\n"
1219#~ "\n"
1220#~ "\t\t# Describe a pod\n"
1221#~ "\t\tkubectl describe pods/nginx\n"
1222#~ "\n"
1223#~ "\t\t# Describe a pod identified by type and name in \"pod.json\"\n"
1224#~ "\t\tkubectl describe -f pod.json\n"
1225#~ "\n"
1226#~ "\t\t# Describe all pods\n"
1227#~ "\t\tkubectl describe pods\n"
1228#~ "\n"
1229#~ "\t\t# Describe pods by label name=myLabel\n"
1230#~ "\t\tkubectl describe po -l name=myLabel\n"
1231#~ "\n"
1232#~ "\t\t# Describe all pods managed by the 'frontend' replication controller "
1233#~ "(rc-created pods\n"
1234#~ "\t\t# get the name of the rc as a prefix in the pod the name).\n"
1235#~ "\t\tkubectl describe pods frontend"
1236
1237#~ msgid ""
1238#~ "\n"
1239#~ "\t\t# Drain node \"foo\", even if there are pods not managed by a "
1240#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet on it.\n"
1241#~ "\t\t$ kubectl drain foo --force\n"
1242#~ "\n"
1243#~ "\t\t# As above, but abort if there are pods not managed by a "
1244#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet, and use "
1245#~ "a grace period of 15 minutes.\n"
1246#~ "\t\t$ kubectl drain foo --grace-period=900"
1247#~ msgstr ""
1248#~ "\n"
1249#~ "\t\t# Drain node \"foo\", even if there are pods not managed by a "
1250#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet on it.\n"
1251#~ "\t\t$ kubectl drain foo --force\n"
1252#~ "\n"
1253#~ "\t\t# As above, but abort if there are pods not managed by a "
1254#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet, and use "
1255#~ "a grace period of 15 minutes.\n"
1256#~ "\t\t$ kubectl drain foo --grace-period=900"
1257
1258#~ msgid ""
1259#~ "\n"
1260#~ "\t\t# Edit the service named 'docker-registry':\n"
1261#~ "\t\tkubectl edit svc/docker-registry\n"
1262#~ "\n"
1263#~ "\t\t# Use an alternative editor\n"
1264#~ "\t\tKUBE_EDITOR=\"nano\" kubectl edit svc/docker-registry\n"
1265#~ "\n"
1266#~ "\t\t# Edit the job 'myjob' in JSON using the v1 API format:\n"
1267#~ "\t\tkubectl edit job.v1.batch/myjob -o json\n"
1268#~ "\n"
1269#~ "\t\t# Edit the deployment 'mydeployment' in YAML and save the modified "
1270#~ "config in its annotation:\n"
1271#~ "\t\tkubectl edit deployment/mydeployment -o yaml --save-config"
1272#~ msgstr ""
1273#~ "\n"
1274#~ "\t\t# Edit the service named 'docker-registry':\n"
1275#~ "\t\tkubectl edit svc/docker-registry\n"
1276#~ "\n"
1277#~ "\t\t# Use an alternative editor\n"
1278#~ "\t\tKUBE_EDITOR=\"nano\" kubectl edit svc/docker-registry\n"
1279#~ "\n"
1280#~ "\t\t# Edit the job 'myjob' in JSON using the v1 API format:\n"
1281#~ "\t\tkubectl edit job.v1.batch/myjob -o json\n"
1282#~ "\n"
1283#~ "\t\t# Edit the deployment 'mydeployment' in YAML and save the modified "
1284#~ "config in its annotation:\n"
1285#~ "\t\tkubectl edit deployment/mydeployment -o yaml --save-config"
1286
1287#~ msgid ""
1288#~ "\n"
1289#~ "\t\t# Get output from running 'date' from pod 123456-7890, using the "
1290#~ "first container by default\n"
1291#~ "\t\tkubectl exec 123456-7890 date\n"
1292#~ "\n"
1293#~ "\t\t# Get output from running 'date' in ruby-container from pod "
1294#~ "123456-7890\n"
1295#~ "\t\tkubectl exec 123456-7890 -c ruby-container date\n"
1296#~ "\n"
1297#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1298#~ "container from pod 123456-7890\n"
1299#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1300#~ "\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il"
1301#~ msgstr ""
1302#~ "\n"
1303#~ "\t\t# Get output from running 'date' from pod 123456-7890, using the "
1304#~ "first container by default\n"
1305#~ "\t\tkubectl exec 123456-7890 date\n"
1306#~ "\n"
1307#~ "\t\t# Get output from running 'date' in ruby-container from pod "
1308#~ "123456-7890\n"
1309#~ "\t\tkubectl exec 123456-7890 -c ruby-container date\n"
1310#~ "\n"
1311#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1312#~ "container from pod 123456-7890\n"
1313#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1314#~ "\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il"
1315
1316#~ msgid ""
1317#~ "\n"
1318#~ "\t\t# Get output from running pod 123456-7890, using the first container "
1319#~ "by default\n"
1320#~ "\t\tkubectl attach 123456-7890\n"
1321#~ "\n"
1322#~ "\t\t# Get output from ruby-container from pod 123456-7890\n"
1323#~ "\t\tkubectl attach 123456-7890 -c ruby-container\n"
1324#~ "\n"
1325#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1326#~ "container from pod 123456-7890\n"
1327#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1328#~ "\t\tkubectl attach 123456-7890 -c ruby-container -i -t\n"
1329#~ "\n"
1330#~ "\t\t# Get output from the first pod of a ReplicaSet named nginx\n"
1331#~ "\t\tkubectl attach rs/nginx\n"
1332#~ "\t\t"
1333#~ msgstr ""
1334#~ "\n"
1335#~ "\t\t# Get output from running pod 123456-7890, using the first container "
1336#~ "by default\n"
1337#~ "\t\tkubectl attach 123456-7890\n"
1338#~ "\n"
1339#~ "\t\t# Get output from ruby-container from pod 123456-7890\n"
1340#~ "\t\tkubectl attach 123456-7890 -c ruby-container\n"
1341#~ "\n"
1342#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1343#~ "container from pod 123456-7890\n"
1344#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1345#~ "\t\tkubectl attach 123456-7890 -c ruby-container -i -t\n"
1346#~ "\n"
1347#~ "\t\t# Get output from the first pod of a ReplicaSet named nginx\n"
1348#~ "\t\tkubectl attach rs/nginx\n"
1349#~ "\t\t"
1350
1351#~ msgid ""
1352#~ "\n"
1353#~ "\t\t# Install bash completion on a Mac using homebrew\n"
1354#~ "\t\tbrew install bash-completion\n"
1355#~ "\t\tprintf \"\n"
1356#~ "# Bash completion support\n"
1357#~ "source $(brew --prefix)/etc/bash_completion\n"
1358#~ "\" >> $HOME/.bash_profile\n"
1359#~ "\t\tsource $HOME/.bash_profile\n"
1360#~ "\n"
1361#~ "\t\t# Load the kubectl completion code for bash into the current shell\n"
1362#~ "\t\tsource <(kubectl completion bash)\n"
1363#~ "\n"
1364#~ "\t\t# Write bash completion code to a file and source if from ."
1365#~ "bash_profile\n"
1366#~ "\t\tkubectl completion bash > ~/.kube/completion.bash.inc\n"
1367#~ "\t\tprintf \"\n"
1368#~ "# Kubectl shell completion\n"
1369#~ "source '$HOME/.kube/completion.bash.inc'\n"
1370#~ "\" >> $HOME/.bash_profile\n"
1371#~ "\t\tsource $HOME/.bash_profile\n"
1372#~ "\n"
1373#~ "\t\t# Load the kubectl completion code for zsh[1] into the current shell\n"
1374#~ "\t\tsource <(kubectl completion zsh)"
1375#~ msgstr ""
1376#~ "\n"
1377#~ "\t\t# Install bash completion on a Mac using homebrew\n"
1378#~ "\t\tbrew install bash-completion\n"
1379#~ "\t\tprintf \"\n"
1380#~ "# Bash completion support\n"
1381#~ "source $(brew --prefix)/etc/bash_completion\n"
1382#~ "\" >> $HOME/.bash_profile\n"
1383#~ "\t\tsource $HOME/.bash_profile\n"
1384#~ "\n"
1385#~ "\t\t# Load the kubectl completion code for bash into the current shell\n"
1386#~ "\t\tsource <(kubectl completion bash)\n"
1387#~ "\n"
1388#~ "\t\t# Write bash completion code to a file and source if from ."
1389#~ "bash_profile\n"
1390#~ "\t\tkubectl completion bash > ~/.kube/completion.bash.inc\n"
1391#~ "\t\tprintf \"\n"
1392#~ "# Kubectl shell completion\n"
1393#~ "source '$HOME/.kube/completion.bash.inc'\n"
1394#~ "\" >> $HOME/.bash_profile\n"
1395#~ "\t\tsource $HOME/.bash_profile\n"
1396#~ "\n"
1397#~ "\t\t# Load the kubectl completion code for zsh[1] into the current shell\n"
1398#~ "\t\tsource <(kubectl completion zsh)"
1399
1400#~ msgid ""
1401#~ "\n"
1402#~ "\t\t# List all pods in ps output format.\n"
1403#~ "\t\tkubectl get pods\n"
1404#~ "\n"
1405#~ "\t\t# List all pods in ps output format with more information (such as "
1406#~ "node name).\n"
1407#~ "\t\tkubectl get pods -o wide\n"
1408#~ "\n"
1409#~ "\t\t# List a single replication controller with specified NAME in ps "
1410#~ "output format.\n"
1411#~ "\t\tkubectl get replicationcontroller web\n"
1412#~ "\n"
1413#~ "\t\t# List a single pod in JSON output format.\n"
1414#~ "\t\tkubectl get -o json pod web-pod-13je7\n"
1415#~ "\n"
1416#~ "\t\t# List a pod identified by type and name specified in \"pod.yaml\" in "
1417#~ "JSON output format.\n"
1418#~ "\t\tkubectl get -f pod.yaml -o json\n"
1419#~ "\n"
1420#~ "\t\t# Return only the phase value of the specified pod.\n"
1421#~ "\t\tkubectl get -o template pod/web-pod-13je7 --template={{.status."
1422#~ "phase}}\n"
1423#~ "\n"
1424#~ "\t\t# List all replication controllers and services together in ps output "
1425#~ "format.\n"
1426#~ "\t\tkubectl get rc,services\n"
1427#~ "\n"
1428#~ "\t\t# List one or more resources by their type and names.\n"
1429#~ "\t\tkubectl get rc/web service/frontend pods/web-pod-13je7\n"
1430#~ "\n"
1431#~ "\t\t# List all resources with different types.\n"
1432#~ "\t\tkubectl get all"
1433#~ msgstr ""
1434#~ "\n"
1435#~ "\t\t# List all pods in ps output format.\n"
1436#~ "\t\tkubectl get pods\n"
1437#~ "\n"
1438#~ "\t\t# List all pods in ps output format with more information (such as "
1439#~ "node name).\n"
1440#~ "\t\tkubectl get pods -o wide\n"
1441#~ "\n"
1442#~ "\t\t# List a single replication controller with specified NAME in ps "
1443#~ "output format.\n"
1444#~ "\t\tkubectl get replicationcontroller web\n"
1445#~ "\n"
1446#~ "\t\t# List a single pod in JSON output format.\n"
1447#~ "\t\tkubectl get -o json pod web-pod-13je7\n"
1448#~ "\n"
1449#~ "\t\t# List a pod identified by type and name specified in \"pod.yaml\" in "
1450#~ "JSON output format.\n"
1451#~ "\t\tkubectl get -f pod.yaml -o json\n"
1452#~ "\n"
1453#~ "\t\t# Return only the phase value of the specified pod.\n"
1454#~ "\t\tkubectl get -o template pod/web-pod-13je7 --template={{.status."
1455#~ "phase}}\n"
1456#~ "\n"
1457#~ "\t\t# List all replication controllers and services together in ps output "
1458#~ "format.\n"
1459#~ "\t\tkubectl get rc,services\n"
1460#~ "\n"
1461#~ "\t\t# List one or more resources by their type and names.\n"
1462#~ "\t\tkubectl get rc/web service/frontend pods/web-pod-13je7\n"
1463#~ "\n"
1464#~ "\t\t# List all resources with different types.\n"
1465#~ "\t\tkubectl get all"
1466
1467#~ msgid ""
1468#~ "\n"
1469#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1470#~ "ports 5000 and 6000 in the pod\t\tkubectl port-forward pod/mypod 5000 "
1471#~ "6000\n"
1472#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1473#~ "ports 5000 and 6000 in a pod selected by the deployment\t\tkubectl port-"
1474#~ "forward deployment/mydeployment 5000 6000\n"
1475#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1476#~ "ports 5000 and 6000 in a pod selected by the service\t\tkubectl port-"
1477#~ "forward service/myservice 5000 6000\n"
1478#~ "\t\t# Listen on port 8888 locally, forwarding to 5000 in the pod\t"
1479#~ "\tkubectl port-forward pod/mypod 8888:5000\n"
1480#~ "\t\t# Listen on a random port locally, forwarding to 5000 in the pod\t"
1481#~ "\tkubectl port-forward pod/mypod :5000"
1482#~ msgstr ""
1483#~ "\n"
1484#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1485#~ "ports 5000 and 6000 in the pod\t\tkubectl port-forward pod/mypod 5000 "
1486#~ "6000\n"
1487#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1488#~ "ports 5000 and 6000 in a pod selected by the deployment\t\tkubectl port-"
1489#~ "forward deployment/mydeployment 5000 6000\n"
1490#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1491#~ "ports 5000 and 6000 in a pod selected by the service\t\tkubectl port-"
1492#~ "forward service/myservice 5000 6000\n"
1493#~ "\t\t# Listen on port 8888 locally, forwarding to 5000 in the pod\t"
1494#~ "\tkubectl port-forward pod/mypod 8888:5000\n"
1495#~ "\t\t# Listen on a random port locally, forwarding to 5000 in the pod\t"
1496#~ "\tkubectl port-forward pod/mypod :5000"
1497
1498#~ msgid ""
1499#~ "\n"
1500#~ "\t\t# Mark node \"foo\" as schedulable.\n"
1501#~ "\t\t$ kubectl uncordon foo"
1502#~ msgstr ""
1503#~ "\n"
1504#~ "\t\t# Mark node \"foo\" as schedulable.\n"
1505#~ "\t\t$ kubectl uncordon foo"
1506
1507# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/drain.go#L102
1508#~ msgid ""
1509#~ "\n"
1510#~ "\t\t# Mark node \"foo\" as unschedulable.\n"
1511#~ "\t\tkubectl cordon foo"
1512#~ msgstr ""
1513#~ "\n"
1514#~ "\t\t# Mark node \"foo\" as unschedulable.\n"
1515#~ "\t\tkubectl cordon foo"
1516
1517#~ msgid ""
1518#~ "\n"
1519#~ "\t\t# Partially update a node using strategic merge patch\n"
1520#~ "\t\tkubectl patch node k8s-node-1 -p '{\"spec\":{\"unschedulable\":"
1521#~ "true}}'\n"
1522#~ "\n"
1523#~ "\t\t# Partially update a node identified by the type and name specified "
1524#~ "in \"node.json\" using strategic merge patch\n"
1525#~ "\t\tkubectl patch -f node.json -p '{\"spec\":{\"unschedulable\":true}}'\n"
1526#~ "\n"
1527#~ "\t\t# Update a container's image; spec.containers[*].name is required "
1528#~ "because it's a merge key\n"
1529#~ "\t\tkubectl patch pod valid-pod -p '{\"spec\":{\"containers\":[{\"name\":"
1530#~ "\"kubernetes-serve-hostname\",\"image\":\"new image\"}]}}'\n"
1531#~ "\n"
1532#~ "\t\t# Update a container's image using a json patch with positional "
1533#~ "arrays\n"
1534#~ "\t\tkubectl patch pod valid-pod --type='json' -p='[{\"op\": \"replace\", "
1535#~ "\"path\": \"/spec/containers/0/image\", \"value\":\"new image\"}]'"
1536#~ msgstr ""
1537#~ "\n"
1538#~ "\t\t# Partially update a node using strategic merge patch\n"
1539#~ "\t\tkubectl patch node k8s-node-1 -p '{\"spec\":{\"unschedulable\":"
1540#~ "true}}'\n"
1541#~ "\n"
1542#~ "\t\t# Partially update a node identified by the type and name specified "
1543#~ "in \"node.json\" using strategic merge patch\n"
1544#~ "\t\tkubectl patch -f node.json -p '{\"spec\":{\"unschedulable\":true}}'\n"
1545#~ "\n"
1546#~ "\t\t# Update a container's image; spec.containers[*].name is required "
1547#~ "because it's a merge key\n"
1548#~ "\t\tkubectl patch pod valid-pod -p '{\"spec\":{\"containers\":[{\"name\":"
1549#~ "\"kubernetes-serve-hostname\",\"image\":\"new image\"}]}}'\n"
1550#~ "\n"
1551#~ "\t\t# Update a container's image using a json patch with positional "
1552#~ "arrays\n"
1553#~ "\t\tkubectl patch pod valid-pod --type='json' -p='[{\"op\": \"replace\", "
1554#~ "\"path\": \"/spec/containers/0/image\", \"value\":\"new image\"}]'"
1555
1556#~ msgid ""
1557#~ "\n"
1558#~ "\t\t# Print the address of the master and cluster services\n"
1559#~ "\t\tkubectl cluster-info"
1560#~ msgstr ""
1561#~ "\n"
1562#~ "\t\t# Print the address of the master and cluster services\n"
1563#~ "\t\tkubectl cluster-info"
1564
1565#~ msgid ""
1566#~ "\n"
1567#~ "\t\t# Replace a pod using the data in pod.json.\n"
1568#~ "\t\tkubectl replace -f ./pod.json\n"
1569#~ "\n"
1570#~ "\t\t# Replace a pod based on the JSON passed into stdin.\n"
1571#~ "\t\tcat pod.json | kubectl replace -f -\n"
1572#~ "\n"
1573#~ "\t\t# Update a single-container pod's image version (tag) to v4\n"
1574#~ "\t\tkubectl get pod mypod -o yaml | sed 's/\\(image: myimage\\):.*$/:v4/' "
1575#~ "| kubectl replace -f -\n"
1576#~ "\n"
1577#~ "\t\t# Force replace, delete and then re-create the resource\n"
1578#~ "\t\tkubectl replace --force -f ./pod.json"
1579#~ msgstr ""
1580#~ "\n"
1581#~ "\t\t# Replace a pod using the data in pod.json.\n"
1582#~ "\t\tkubectl replace -f ./pod.json\n"
1583#~ "\n"
1584#~ "\t\t# Replace a pod based on the JSON passed into stdin.\n"
1585#~ "\t\tcat pod.json | kubectl replace -f -\n"
1586#~ "\n"
1587#~ "\t\t# Update a single-container pod's image version (tag) to v4\n"
1588#~ "\t\tkubectl get pod mypod -o yaml | sed 's/\\(image: myimage\\):.*$/:v4/' "
1589#~ "| kubectl replace -f -\n"
1590#~ "\n"
1591#~ "\t\t# Force replace, delete and then re-create the resource\n"
1592#~ "\t\tkubectl replace --force -f ./pod.json"
1593
1594#~ msgid ""
1595#~ "\n"
1596#~ "\t\t# Return snapshot logs from pod nginx with only one container\n"
1597#~ "\t\tkubectl logs nginx\n"
1598#~ "\n"
1599#~ "\t\t# Return snapshot logs for the pods defined by label app=nginx\n"
1600#~ "\t\tkubectl logs -lapp=nginx\n"
1601#~ "\n"
1602#~ "\t\t# Return snapshot of previous terminated ruby container logs from pod "
1603#~ "web-1\n"
1604#~ "\t\tkubectl logs -p -c ruby web-1\n"
1605#~ "\n"
1606#~ "\t\t# Begin streaming the logs of the ruby container in pod web-1\n"
1607#~ "\t\tkubectl logs -f -c ruby web-1\n"
1608#~ "\n"
1609#~ "\t\t# Display only the most recent 20 lines of output in pod nginx\n"
1610#~ "\t\tkubectl logs --tail=20 nginx\n"
1611#~ "\n"
1612#~ "\t\t# Show all logs from pod nginx written in the last hour\n"
1613#~ "\t\tkubectl logs --since=1h nginx\n"
1614#~ "\n"
1615#~ "\t\t# Return snapshot logs from first container of a job named hello\n"
1616#~ "\t\tkubectl logs job/hello\n"
1617#~ "\n"
1618#~ "\t\t# Return snapshot logs from container nginx-1 of a deployment named "
1619#~ "nginx\n"
1620#~ "\t\tkubectl logs deployment/nginx -c nginx-1"
1621#~ msgstr ""
1622#~ "\n"
1623#~ "\t\t# Return snapshot logs from pod nginx with only one container\n"
1624#~ "\t\tkubectl logs nginx\n"
1625#~ "\n"
1626#~ "\t\t# Return snapshot logs for the pods defined by label app=nginx\n"
1627#~ "\t\tkubectl logs -lapp=nginx\n"
1628#~ "\n"
1629#~ "\t\t# Return snapshot of previous terminated ruby container logs from pod "
1630#~ "web-1\n"
1631#~ "\t\tkubectl logs -p -c ruby web-1\n"
1632#~ "\n"
1633#~ "\t\t# Begin streaming the logs of the ruby container in pod web-1\n"
1634#~ "\t\tkubectl logs -f -c ruby web-1\n"
1635#~ "\n"
1636#~ "\t\t# Display only the most recent 20 lines of output in pod nginx\n"
1637#~ "\t\tkubectl logs --tail=20 nginx\n"
1638#~ "\n"
1639#~ "\t\t# Show all logs from pod nginx written in the last hour\n"
1640#~ "\t\tkubectl logs --since=1h nginx\n"
1641#~ "\n"
1642#~ "\t\t# Return snapshot logs from first container of a job named hello\n"
1643#~ "\t\tkubectl logs job/hello\n"
1644#~ "\n"
1645#~ "\t\t# Return snapshot logs from container nginx-1 of a deployment named "
1646#~ "nginx\n"
1647#~ "\t\tkubectl logs deployment/nginx -c nginx-1"
1648
1649#~ msgid ""
1650#~ "\n"
1651#~ "\t\t# Run a proxy to kubernetes apiserver on port 8011, serving static "
1652#~ "content from ./local/www/\n"
1653#~ "\t\tkubectl proxy --port=8011 --www=./local/www/\n"
1654#~ "\n"
1655#~ "\t\t# Run a proxy to kubernetes apiserver on an arbitrary local port.\n"
1656#~ "\t\t# The chosen port for the server will be output to stdout.\n"
1657#~ "\t\tkubectl proxy --port=0\n"
1658#~ "\n"
1659#~ "\t\t# Run a proxy to kubernetes apiserver, changing the api prefix to k8s-"
1660#~ "api\n"
1661#~ "\t\t# This makes e.g. the pods api available at localhost:8001/k8s-api/v1/"
1662#~ "pods/\n"
1663#~ "\t\tkubectl proxy --api-prefix=/k8s-api"
1664#~ msgstr ""
1665#~ "\n"
1666#~ "\t\t# Run a proxy to kubernetes apiserver on port 8011, serving static "
1667#~ "content from ./local/www/\n"
1668#~ "\t\tkubectl proxy --port=8011 --www=./local/www/\n"
1669#~ "\n"
1670#~ "\t\t# Run a proxy to kubernetes apiserver on an arbitrary local port.\n"
1671#~ "\t\t# The chosen port for the server will be output to stdout.\n"
1672#~ "\t\tkubectl proxy --port=0\n"
1673#~ "\n"
1674#~ "\t\t# Run a proxy to kubernetes apiserver, changing the api prefix to k8s-"
1675#~ "api\n"
1676#~ "\t\t# This makes e.g. the pods api available at localhost:8001/k8s-api/v1/"
1677#~ "pods/\n"
1678#~ "\t\tkubectl proxy --api-prefix=/k8s-api"
1679
1680#~ msgid ""
1681#~ "\n"
1682#~ "\t\t# Scale a replicaset named 'foo' to 3.\n"
1683#~ "\t\tkubectl scale --replicas=3 rs/foo\n"
1684#~ "\n"
1685#~ "\t\t# Scale a resource identified by type and name specified in \"foo.yaml"
1686#~ "\" to 3.\n"
1687#~ "\t\tkubectl scale --replicas=3 -f foo.yaml\n"
1688#~ "\n"
1689#~ "\t\t# If the deployment named mysql's current size is 2, scale mysql to "
1690#~ "3.\n"
1691#~ "\t\tkubectl scale --current-replicas=2 --replicas=3 deployment/mysql\n"
1692#~ "\n"
1693#~ "\t\t# Scale multiple replication controllers.\n"
1694#~ "\t\tkubectl scale --replicas=5 rc/foo rc/bar rc/baz\n"
1695#~ "\n"
1696#~ "\t\t# Scale job named 'cron' to 3.\n"
1697#~ "\t\tkubectl scale --replicas=3 job/cron"
1698#~ msgstr ""
1699#~ "\n"
1700#~ "\t\t# Scale a replicaset named 'foo' to 3.\n"
1701#~ "\t\tkubectl scale --replicas=3 rs/foo\n"
1702#~ "\n"
1703#~ "\t\t# Scale a resource identified by type and name specified in \"foo.yaml"
1704#~ "\" to 3.\n"
1705#~ "\t\tkubectl scale --replicas=3 -f foo.yaml\n"
1706#~ "\n"
1707#~ "\t\t# If the deployment named mysql's current size is 2, scale mysql to "
1708#~ "3.\n"
1709#~ "\t\tkubectl scale --current-replicas=2 --replicas=3 deployment/mysql\n"
1710#~ "\n"
1711#~ "\t\t# Scale multiple replication controllers.\n"
1712#~ "\t\tkubectl scale --replicas=5 rc/foo rc/bar rc/baz\n"
1713#~ "\n"
1714#~ "\t\t# Scale job named 'cron' to 3.\n"
1715#~ "\t\tkubectl scale --replicas=3 job/cron"
1716
1717#~ msgid ""
1718#~ "\n"
1719#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1720#~ "contents of a file.\n"
1721#~ "\t\tkubectl apply set-last-applied -f deploy.yaml\n"
1722#~ "\n"
1723#~ "\t\t# Execute set-last-applied against each configuration file in a "
1724#~ "directory.\n"
1725#~ "\t\tkubectl apply set-last-applied -f path/\n"
1726#~ "\n"
1727#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1728#~ "contents of a file, will create the annotation if it does not already "
1729#~ "exist.\n"
1730#~ "\t\tkubectl apply set-last-applied -f deploy.yaml --create-"
1731#~ "annotation=true\n"
1732#~ "\t\t"
1733#~ msgstr ""
1734#~ "\n"
1735#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1736#~ "contents of a file.\n"
1737#~ "\t\tkubectl apply set-last-applied -f deploy.yaml\n"
1738#~ "\n"
1739#~ "\t\t# Execute set-last-applied against each configuration file in a "
1740#~ "directory.\n"
1741#~ "\t\tkubectl apply set-last-applied -f path/\n"
1742#~ "\n"
1743#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1744#~ "contents of a file, will create the annotation if it does not already "
1745#~ "exist.\n"
1746#~ "\t\tkubectl apply set-last-applied -f deploy.yaml --create-"
1747#~ "annotation=true\n"
1748#~ "\t\t"
1749
1750#~ msgid ""
1751#~ "\n"
1752#~ "\t\t# Shut down foo.\n"
1753#~ "\t\tkubectl stop replicationcontroller foo\n"
1754#~ "\n"
1755#~ "\t\t# Stop pods and services with label name=myLabel.\n"
1756#~ "\t\tkubectl stop pods,services -l name=myLabel\n"
1757#~ "\n"
1758#~ "\t\t# Shut down the service defined in service.json\n"
1759#~ "\t\tkubectl stop -f service.json\n"
1760#~ "\n"
1761#~ "\t\t# Shut down all resources in the path/to/resources directory\n"
1762#~ "\t\tkubectl stop -f path/to/resources"
1763#~ msgstr ""
1764#~ "\n"
1765#~ "\t\t# Shut down foo.\n"
1766#~ "\t\tkubectl stop replicationcontroller foo\n"
1767#~ "\n"
1768#~ "\t\t# Stop pods and services with label name=myLabel.\n"
1769#~ "\t\tkubectl stop pods,services -l name=myLabel\n"
1770#~ "\n"
1771#~ "\t\t# Shut down the service defined in service.json\n"
1772#~ "\t\tkubectl stop -f service.json\n"
1773#~ "\n"
1774#~ "\t\t# Shut down all resources in the path/to/resources directory\n"
1775#~ "\t\tkubectl stop -f path/to/resources"
1776
1777#~ msgid ""
1778#~ "\n"
1779#~ "\t\t# Start a single instance of nginx.\n"
1780#~ "\t\tkubectl run nginx --image=nginx\n"
1781#~ "\n"
1782#~ "\t\t# Start a single instance of hazelcast and let the container expose "
1783#~ "port 5701 .\n"
1784#~ "\t\tkubectl run hazelcast --image=hazelcast --port=5701\n"
1785#~ "\n"
1786#~ "\t\t# Start a single instance of hazelcast and set environment variables "
1787#~ "\"DNS_DOMAIN=cluster\" and \"POD_NAMESPACE=default\" in the container.\n"
1788#~ "\t\tkubectl run hazelcast --image=hazelcast --env=\"DNS_DOMAIN=cluster\" "
1789#~ "--env=\"POD_NAMESPACE=default\"\n"
1790#~ "\n"
1791#~ "\t\t# Start a replicated instance of nginx.\n"
1792#~ "\t\tkubectl run nginx --image=nginx --replicas=5\n"
1793#~ "\n"
1794#~ "\t\t# Dry run. Print the corresponding API objects without creating "
1795#~ "them.\n"
1796#~ "\t\tkubectl run nginx --image=nginx --dry-run\n"
1797#~ "\n"
1798#~ "\t\t# Start a single instance of nginx, but overload the spec of the "
1799#~ "deployment with a partial set of values parsed from JSON.\n"
1800#~ "\t\tkubectl run nginx --image=nginx --overrides='{ \"apiVersion\": "
1801#~ "\"v1\", \"spec\": { ... } }'\n"
1802#~ "\n"
1803#~ "\t\t# Start a pod of busybox and keep it in the foreground, don't restart "
1804#~ "it if it exits.\n"
1805#~ "\t\tkubectl run -i -t busybox --image=busybox --restart=Never\n"
1806#~ "\n"
1807#~ "\t\t# Start the nginx container using the default command, but use custom "
1808#~ "arguments (arg1 .. argN) for that command.\n"
1809#~ "\t\tkubectl run nginx --image=nginx -- <arg1> <arg2> ... <argN>\n"
1810#~ "\n"
1811#~ "\t\t# Start the nginx container using a different command and custom "
1812#~ "arguments.\n"
1813#~ "\t\tkubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>\n"
1814#~ "\n"
1815#~ "\t\t# Start the perl container to compute π to 2000 places and print it "
1816#~ "out.\n"
1817#~ "\t\tkubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -"
1818#~ "wle 'print bpi(2000)'\n"
1819#~ "\n"
1820#~ "\t\t# Start the cron job to compute π to 2000 places and print it out "
1821#~ "every 5 minutes.\n"
1822#~ "\t\tkubectl run pi --schedule=\"0/5 * * * ?\" --image=perl --"
1823#~ "restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)'"
1824#~ msgstr ""
1825#~ "\n"
1826#~ "\t\t# Start a single instance of nginx.\n"
1827#~ "\t\tkubectl run nginx --image=nginx\n"
1828#~ "\n"
1829#~ "\t\t# Start a single instance of hazelcast and let the container expose "
1830#~ "port 5701 .\n"
1831#~ "\t\tkubectl run hazelcast --image=hazelcast --port=5701\n"
1832#~ "\n"
1833#~ "\t\t# Start a single instance of hazelcast and set environment variables "
1834#~ "\"DNS_DOMAIN=cluster\" and \"POD_NAMESPACE=default\" in the container.\n"
1835#~ "\t\tkubectl run hazelcast --image=hazelcast --env=\"DNS_DOMAIN=cluster\" "
1836#~ "--env=\"POD_NAMESPACE=default\"\n"
1837#~ "\n"
1838#~ "\t\t# Start a replicated instance of nginx.\n"
1839#~ "\t\tkubectl run nginx --image=nginx --replicas=5\n"
1840#~ "\n"
1841#~ "\t\t# Dry run. Print the corresponding API objects without creating "
1842#~ "them.\n"
1843#~ "\t\tkubectl run nginx --image=nginx --dry-run\n"
1844#~ "\n"
1845#~ "\t\t# Start a single instance of nginx, but overload the spec of the "
1846#~ "deployment with a partial set of values parsed from JSON.\n"
1847#~ "\t\tkubectl run nginx --image=nginx --overrides='{ \"apiVersion\": "
1848#~ "\"v1\", \"spec\": { ... } }'\n"
1849#~ "\n"
1850#~ "\t\t# Start a pod of busybox and keep it in the foreground, don't restart "
1851#~ "it if it exits.\n"
1852#~ "\t\tkubectl run -i -t busybox --image=busybox --restart=Never\n"
1853#~ "\n"
1854#~ "\t\t# Start the nginx container using the default command, but use custom "
1855#~ "arguments (arg1 .. argN) for that command.\n"
1856#~ "\t\tkubectl run nginx --image=nginx -- <arg1> <arg2> ... <argN>\n"
1857#~ "\n"
1858#~ "\t\t# Start the nginx container using a different command and custom "
1859#~ "arguments.\n"
1860#~ "\t\tkubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>\n"
1861#~ "\n"
1862#~ "\t\t# Start the perl container to compute π to 2000 places and print it "
1863#~ "out.\n"
1864#~ "\t\tkubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -"
1865#~ "wle 'print bpi(2000)'\n"
1866#~ "\n"
1867#~ "\t\t# Start the cron job to compute π to 2000 places and print it out "
1868#~ "every 5 minutes.\n"
1869#~ "\t\tkubectl run pi --schedule=\"0/5 * * * ?\" --image=perl --"
1870#~ "restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)'"
1871
1872#~ msgid ""
1873#~ "\n"
1874#~ "\t\t# Update node 'foo' with a taint with key 'dedicated' and value "
1875#~ "'special-user' and effect 'NoSchedule'.\n"
1876#~ "\t\t# If a taint with that key and effect already exists, its value is "
1877#~ "replaced as specified.\n"
1878#~ "\t\tkubectl taint nodes foo dedicated=special-user:NoSchedule\n"
1879#~ "\n"
1880#~ "\t\t# Remove from node 'foo' the taint with key 'dedicated' and effect "
1881#~ "'NoSchedule' if one exists.\n"
1882#~ "\t\tkubectl taint nodes foo dedicated:NoSchedule-\n"
1883#~ "\n"
1884#~ "\t\t# Remove from node 'foo' all the taints with key 'dedicated'\n"
1885#~ "\t\tkubectl taint nodes foo dedicated-"
1886#~ msgstr ""
1887#~ "\n"
1888#~ "\t\t# Update node 'foo' with a taint with key 'dedicated' and value "
1889#~ "'special-user' and effect 'NoSchedule'.\n"
1890#~ "\t\t# If a taint with that key and effect already exists, its value is "
1891#~ "replaced as specified.\n"
1892#~ "\t\tkubectl taint nodes foo dedicated=special-user:NoSchedule\n"
1893#~ "\n"
1894#~ "\t\t# Remove from node 'foo' the taint with key 'dedicated' and effect "
1895#~ "'NoSchedule' if one exists.\n"
1896#~ "\t\tkubectl taint nodes foo dedicated:NoSchedule-\n"
1897#~ "\n"
1898#~ "\t\t# Remove from node 'foo' all the taints with key 'dedicated'\n"
1899#~ "\t\tkubectl taint nodes foo dedicated-"
1900
1901#~ msgid ""
1902#~ "\n"
1903#~ "\t\t# Update pod 'foo' with the label 'unhealthy' and the value 'true'.\n"
1904#~ "\t\tkubectl label pods foo unhealthy=true\n"
1905#~ "\n"
1906#~ "\t\t# Update pod 'foo' with the label 'status' and the value 'unhealthy', "
1907#~ "overwriting any existing value.\n"
1908#~ "\t\tkubectl label --overwrite pods foo status=unhealthy\n"
1909#~ "\n"
1910#~ "\t\t# Update all pods in the namespace\n"
1911#~ "\t\tkubectl label pods --all status=unhealthy\n"
1912#~ "\n"
1913#~ "\t\t# Update a pod identified by the type and name in \"pod.json\"\n"
1914#~ "\t\tkubectl label -f pod.json status=unhealthy\n"
1915#~ "\n"
1916#~ "\t\t# Update pod 'foo' only if the resource is unchanged from version 1.\n"
1917#~ "\t\tkubectl label pods foo status=unhealthy --resource-version=1\n"
1918#~ "\n"
1919#~ "\t\t# Update pod 'foo' by removing a label named 'bar' if it exists.\n"
1920#~ "\t\t# Does not require the --overwrite flag.\n"
1921#~ "\t\tkubectl label pods foo bar-"
1922#~ msgstr ""
1923#~ "\n"
1924#~ "\t\t# Update pod 'foo' with the label 'unhealthy' and the value 'true'.\n"
1925#~ "\t\tkubectl label pods foo unhealthy=true\n"
1926#~ "\n"
1927#~ "\t\t# Update pod 'foo' with the label 'status' and the value 'unhealthy', "
1928#~ "overwriting any existing value.\n"
1929#~ "\t\tkubectl label --overwrite pods foo status=unhealthy\n"
1930#~ "\n"
1931#~ "\t\t# Update all pods in the namespace\n"
1932#~ "\t\tkubectl label pods --all status=unhealthy\n"
1933#~ "\n"
1934#~ "\t\t# Update a pod identified by the type and name in \"pod.json\"\n"
1935#~ "\t\tkubectl label -f pod.json status=unhealthy\n"
1936#~ "\n"
1937#~ "\t\t# Update pod 'foo' only if the resource is unchanged from version 1.\n"
1938#~ "\t\tkubectl label pods foo status=unhealthy --resource-version=1\n"
1939#~ "\n"
1940#~ "\t\t# Update pod 'foo' by removing a label named 'bar' if it exists.\n"
1941#~ "\t\t# Does not require the --overwrite flag.\n"
1942#~ "\t\tkubectl label pods foo bar-"
1943
1944#~ msgid ""
1945#~ "\n"
1946#~ "\t\t# Update pods of frontend-v1 using new replication controller data in "
1947#~ "frontend-v2.json.\n"
1948#~ "\t\tkubectl rolling-update frontend-v1 -f frontend-v2.json\n"
1949#~ "\n"
1950#~ "\t\t# Update pods of frontend-v1 using JSON data passed into stdin.\n"
1951#~ "\t\tcat frontend-v2.json | kubectl rolling-update frontend-v1 -f -\n"
1952#~ "\n"
1953#~ "\t\t# Update the pods of frontend-v1 to frontend-v2 by just changing the "
1954#~ "image, and switching the\n"
1955#~ "\t\t# name of the replication controller.\n"
1956#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --image=image:v2\n"
1957#~ "\n"
1958#~ "\t\t# Update the pods of frontend by just changing the image, and keeping "
1959#~ "the old name.\n"
1960#~ "\t\tkubectl rolling-update frontend --image=image:v2\n"
1961#~ "\n"
1962#~ "\t\t# Abort and reverse an existing rollout in progress (from frontend-v1 "
1963#~ "to frontend-v2).\n"
1964#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --rollback"
1965#~ msgstr ""
1966#~ "\n"
1967#~ "\t\t# Update pods of frontend-v1 using new replication controller data in "
1968#~ "frontend-v2.json.\n"
1969#~ "\t\tkubectl rolling-update frontend-v1 -f frontend-v2.json\n"
1970#~ "\n"
1971#~ "\t\t# Update pods of frontend-v1 using JSON data passed into stdin.\n"
1972#~ "\t\tcat frontend-v2.json | kubectl rolling-update frontend-v1 -f -\n"
1973#~ "\n"
1974#~ "\t\t# Update the pods of frontend-v1 to frontend-v2 by just changing the "
1975#~ "image, and switching the\n"
1976#~ "\t\t# name of the replication controller.\n"
1977#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --image=image:v2\n"
1978#~ "\n"
1979#~ "\t\t# Update the pods of frontend by just changing the image, and keeping "
1980#~ "the old name.\n"
1981#~ "\t\tkubectl rolling-update frontend --image=image:v2\n"
1982#~ "\n"
1983#~ "\t\t# Abort and reverse an existing rollout in progress (from frontend-v1 "
1984#~ "to frontend-v2).\n"
1985#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --rollback"
1986
1987#~ msgid ""
1988#~ "\n"
1989#~ "\t\t# View the last-applied-configuration annotations by type/name in "
1990#~ "YAML.\n"
1991#~ "\t\tkubectl apply view-last-applied deployment/nginx\n"
1992#~ "\n"
1993#~ "\t\t# View the last-applied-configuration annotations by file in JSON\n"
1994#~ "\t\tkubectl apply view-last-applied -f deploy.yaml -o json"
1995#~ msgstr ""
1996#~ "\n"
1997#~ "\t\t# View the last-applied-configuration annotations by type/name in "
1998#~ "YAML.\n"
1999#~ "\t\tkubectl apply view-last-applied deployment/nginx\n"
2000#~ "\n"
2001#~ "\t\t# View the last-applied-configuration annotations by file in JSON\n"
2002#~ "\t\tkubectl apply view-last-applied -f deploy.yaml -o json"
2003
2004#~ msgid ""
2005#~ "\n"
2006#~ "\t\tApply a configuration to a resource by filename or stdin.\n"
2007#~ "\t\tThis resource will be created if it doesn't exist yet.\n"
2008#~ "\t\tTo use 'apply', always create the resource initially with either "
2009#~ "'apply' or 'create --save-config'.\n"
2010#~ "\n"
2011#~ "\t\tJSON and YAML formats are accepted.\n"
2012#~ "\n"
2013#~ "\t\tAlpha Disclaimer: the --prune functionality is not yet complete. Do "
2014#~ "not use unless you are aware of what the current state is. See https://"
2015#~ "issues.k8s.io/34274."
2016#~ msgstr ""
2017#~ "\n"
2018#~ "\t\tApply a configuration to a resource by filename or stdin.\n"
2019#~ "\t\tThis resource will be created if it doesn't exist yet.\n"
2020#~ "\t\tTo use 'apply', always create the resource initially with either "
2021#~ "'apply' or 'create --save-config'.\n"
2022#~ "\n"
2023#~ "\t\tJSON and YAML formats are accepted.\n"
2024#~ "\n"
2025#~ "\t\tAlpha Disclaimer: the --prune functionality is not yet complete. Do "
2026#~ "not use unless you are aware of what the current state is. See https://"
2027#~ "issues.k8s.io/34274."
2028
2029# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L68
2030#~ msgid ""
2031#~ "\n"
2032#~ "\t\tCreate a ClusterRole."
2033#~ msgstr ""
2034#~ "\n"
2035#~ "\t\tCreate a ClusterRole."
2036
2037# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L43
2038#~ msgid ""
2039#~ "\n"
2040#~ "\t\tCreate a ClusterRoleBinding for a particular ClusterRole."
2041#~ msgstr ""
2042#~ "\n"
2043#~ "\t\tCreate a ClusterRoleBinding for a particular ClusterRole."
2044
2045# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L43
2046#~ msgid ""
2047#~ "\n"
2048#~ "\t\tCreate a RoleBinding for a particular Role or ClusterRole."
2049#~ msgstr ""
2050#~ "\n"
2051#~ "\t\tCreate a RoleBinding for a particular Role or ClusterRole."
2052
2053#~ msgid ""
2054#~ "\n"
2055#~ "\t\tCreate a TLS secret from the given public/private key pair.\n"
2056#~ "\n"
2057#~ "\t\tThe public/private key pair must exist before hand. The public key "
2058#~ "certificate must be .PEM encoded and match the given private key."
2059#~ msgstr ""
2060#~ "\n"
2061#~ "\t\tCreate a TLS secret from the given public/private key pair.\n"
2062#~ "\n"
2063#~ "\t\tThe public/private key pair must exist before hand. The public key "
2064#~ "certificate must be .PEM encoded and match the given private key."
2065
2066#~ msgid ""
2067#~ "\n"
2068#~ "\t\tCreate a configmap based on a file, directory, or specified literal "
2069#~ "value.\n"
2070#~ "\n"
2071#~ "\t\tA single configmap may package one or more key/value pairs.\n"
2072#~ "\n"
2073#~ "\t\tWhen creating a configmap based on a file, the key will default to "
2074#~ "the basename of the file, and the value will\n"
2075#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
2076#~ "may specify an alternate key.\n"
2077#~ "\n"
2078#~ "\t\tWhen creating a configmap based on a directory, each file whose "
2079#~ "basename is a valid key in the directory will be\n"
2080#~ "\t\tpackaged into the configmap.  Any directory entries except regular "
2081#~ "files are ignored (e.g. subdirectories,\n"
2082#~ "\t\tsymlinks, devices, pipes, etc)."
2083#~ msgstr ""
2084#~ "\n"
2085#~ "\t\tCreate a configmap based on a file, directory, or specified literal "
2086#~ "value.\n"
2087#~ "\n"
2088#~ "\t\tA single configmap may package one or more key/value pairs.\n"
2089#~ "\n"
2090#~ "\t\tWhen creating a configmap based on a file, the key will default to "
2091#~ "the basename of the file, and the value will\n"
2092#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
2093#~ "may specify an alternate key.\n"
2094#~ "\n"
2095#~ "\t\tWhen creating a configmap based on a directory, each file whose "
2096#~ "basename is a valid key in the directory will be\n"
2097#~ "\t\tpackaged into the configmap.  Any directory entries except regular "
2098#~ "files are ignored (e.g. subdirectories,\n"
2099#~ "\t\tsymlinks, devices, pipes, etc)."
2100
2101#~ msgid ""
2102#~ "\n"
2103#~ "\t\tCreate a new secret for use with Docker registries.\n"
2104#~ "\n"
2105#~ "\t\tDockercfg secrets are used to authenticate against Docker "
2106#~ "registries.\n"
2107#~ "\n"
2108#~ "\t\tWhen using the Docker command line to push images, you can "
2109#~ "authenticate to a given registry by running\n"
2110#~ "\n"
2111#~ "\t\t    $ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --"
2112#~ "password=DOCKER_PASSWORD --email=DOCKER_EMAIL'.\n"
2113#~ "\n"
2114#~ "    That produces a ~/.dockercfg file that is used by subsequent 'docker "
2115#~ "push' and 'docker pull' commands to\n"
2116#~ "\t\tauthenticate to the registry. The email address is optional.\n"
2117#~ "\n"
2118#~ "\t\tWhen creating applications, you may have a Docker registry that "
2119#~ "requires authentication.  In order for the\n"
2120#~ "\t\tnodes to pull images on your behalf, they have to have the "
2121#~ "credentials.  You can provide this information\n"
2122#~ "\t\tby creating a dockercfg secret and attaching it to your service "
2123#~ "account."
2124#~ msgstr ""
2125#~ "\n"
2126#~ "\t\tCreate a new secret for use with Docker registries.\n"
2127#~ "\n"
2128#~ "\t\tDockercfg secrets are used to authenticate against Docker "
2129#~ "registries.\n"
2130#~ "\n"
2131#~ "\t\tWhen using the Docker command line to push images, you can "
2132#~ "authenticate to a given registry by running\n"
2133#~ "\n"
2134#~ "\t\t    $ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --"
2135#~ "password=DOCKER_PASSWORD --email=DOCKER_EMAIL'.\n"
2136#~ "\n"
2137#~ "    That produces a ~/.dockercfg file that is used by subsequent 'docker "
2138#~ "push' and 'docker pull' commands to\n"
2139#~ "\t\tauthenticate to the registry. The email address is optional.\n"
2140#~ "\n"
2141#~ "\t\tWhen creating applications, you may have a Docker registry that "
2142#~ "requires authentication.  In order for the\n"
2143#~ "\t\tnodes to pull images on your behalf, they have to have the "
2144#~ "credentials.  You can provide this information\n"
2145#~ "\t\tby creating a dockercfg secret and attaching it to your service "
2146#~ "account."
2147
2148# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L49
2149#~ msgid ""
2150#~ "\n"
2151#~ "\t\tCreate a pod disruption budget with the specified name, selector, and "
2152#~ "desired minimum available pods"
2153#~ msgstr ""
2154#~ "\n"
2155#~ "\t\tCreate a pod disruption budget with the specified name, selector, and "
2156#~ "desired minimum available pods"
2157
2158# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create.go#L56
2159#~ msgid ""
2160#~ "\n"
2161#~ "\t\tCreate a resource by filename or stdin.\n"
2162#~ "\n"
2163#~ "\t\tJSON and YAML formats are accepted."
2164#~ msgstr ""
2165#~ "\n"
2166#~ "\t\tCreate a resource by filename or stdin.\n"
2167#~ "\n"
2168#~ "\t\tJSON and YAML formats are accepted."
2169
2170# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47
2171#~ msgid ""
2172#~ "\n"
2173#~ "\t\tCreate a resourcequota with the specified name, hard limits and "
2174#~ "optional scopes"
2175#~ msgstr ""
2176#~ "\n"
2177#~ "\t\tCreate a resourcequota with the specified name, hard limits and "
2178#~ "optional scopes"
2179
2180#~ msgid ""
2181#~ "\n"
2182#~ "\t\tCreate a secret based on a file, directory, or specified literal "
2183#~ "value.\n"
2184#~ "\n"
2185#~ "\t\tA single secret may package one or more key/value pairs.\n"
2186#~ "\n"
2187#~ "\t\tWhen creating a secret based on a file, the key will default to the "
2188#~ "basename of the file, and the value will\n"
2189#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
2190#~ "may specify an alternate key.\n"
2191#~ "\n"
2192#~ "\t\tWhen creating a secret based on a directory, each file whose basename "
2193#~ "is a valid key in the directory will be\n"
2194#~ "\t\tpackaged into the secret.  Any directory entries except regular files "
2195#~ "are ignored (e.g. subdirectories,\n"
2196#~ "\t\tsymlinks, devices, pipes, etc)."
2197#~ msgstr ""
2198#~ "\n"
2199#~ "\t\tCreate a secret based on a file, directory, or specified literal "
2200#~ "value.\n"
2201#~ "\n"
2202#~ "\t\tA single secret may package one or more key/value pairs.\n"
2203#~ "\n"
2204#~ "\t\tWhen creating a secret based on a file, the key will default to the "
2205#~ "basename of the file, and the value will\n"
2206#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
2207#~ "may specify an alternate key.\n"
2208#~ "\n"
2209#~ "\t\tWhen creating a secret based on a directory, each file whose basename "
2210#~ "is a valid key in the directory will be\n"
2211#~ "\t\tpackaged into the secret.  Any directory entries except regular files "
2212#~ "are ignored (e.g. subdirectories,\n"
2213#~ "\t\tsymlinks, devices, pipes, etc)."
2214
2215#~ msgid ""
2216#~ "\n"
2217#~ "\t\tCreate and run a particular image, possibly replicated.\n"
2218#~ "\n"
2219#~ "\t\tCreates a deployment or job to manage the created container(s)."
2220#~ msgstr ""
2221#~ "\n"
2222#~ "\t\tCreate and run a particular image, possibly replicated.\n"
2223#~ "\n"
2224#~ "\t\tCreates a deployment or job to manage the created container(s)."
2225
2226#~ msgid ""
2227#~ "\n"
2228#~ "\t\tCreates an autoscaler that automatically chooses and sets the number "
2229#~ "of pods that run in a kubernetes cluster.\n"
2230#~ "\n"
2231#~ "\t\tLooks up a Deployment, ReplicaSet, or ReplicationController by name "
2232#~ "and creates an autoscaler that uses the given resource as a reference.\n"
2233#~ "\t\tAn autoscaler can automatically increase or decrease number of pods "
2234#~ "deployed within the system as needed."
2235#~ msgstr ""
2236#~ "\n"
2237#~ "\t\tCreates an autoscaler that automatically chooses and sets the number "
2238#~ "of pods that run in a kubernetes cluster.\n"
2239#~ "\n"
2240#~ "\t\tLooks up a Deployment, ReplicaSet, or ReplicationController by name "
2241#~ "and creates an autoscaler that uses the given resource as a reference.\n"
2242#~ "\t\tAn autoscaler can automatically increase or decrease number of pods "
2243#~ "deployed within the system as needed."
2244
2245#~ msgid ""
2246#~ "\n"
2247#~ "\t\tDelete resources by filenames, stdin, resources and names, or by "
2248#~ "resources and label selector.\n"
2249#~ "\n"
2250#~ "\t\tJSON and YAML formats are accepted. Only one type of the arguments "
2251#~ "may be specified: filenames,\n"
2252#~ "\t\tresources and names, or resources and label selector.\n"
2253#~ "\n"
2254#~ "\t\tSome resources, such as pods, support graceful deletion. These "
2255#~ "resources define a default period\n"
2256#~ "\t\tbefore they are forcibly terminated (the grace period) but you may "
2257#~ "override that value with\n"
2258#~ "\t\tthe --grace-period flag, or pass --now to set a grace-period of 1. "
2259#~ "Because these resources often\n"
2260#~ "\t\trepresent entities in the cluster, deletion may not be acknowledged "
2261#~ "immediately. If the node\n"
2262#~ "\t\thosting a pod is down or cannot reach the API server, termination may "
2263#~ "take significantly longer\n"
2264#~ "\t\tthan the grace period. To force delete a resource,\tyou must pass a "
2265#~ "grace\tperiod of 0 and specify\n"
2266#~ "\t\tthe --force flag.\n"
2267#~ "\n"
2268#~ "\t\tIMPORTANT: Force deleting pods does not wait for confirmation that "
2269#~ "the pod's processes have been\n"
2270#~ "\t\tterminated, which can leave those processes running until the node "
2271#~ "detects the deletion and\n"
2272#~ "\t\tcompletes graceful deletion. If your processes use shared storage or "
2273#~ "talk to a remote API and\n"
2274#~ "\t\tdepend on the name of the pod to identify themselves, force deleting "
2275#~ "those pods may result in\n"
2276#~ "\t\tmultiple processes running on different machines using the same "
2277#~ "identification which may lead\n"
2278#~ "\t\tto data corruption or inconsistency. Only force delete pods when you "
2279#~ "are sure the pod is\n"
2280#~ "\t\tterminated, or if your application can tolerate multiple copies of "
2281#~ "the same pod running at once.\n"
2282#~ "\t\tAlso, if you force delete pods the scheduler may place new pods on "
2283#~ "those nodes before the node\n"
2284#~ "\t\thas released those resources and causing those pods to be evicted "
2285#~ "immediately.\n"
2286#~ "\n"
2287#~ "\t\tNote that the delete command does NOT do resource version checks, so "
2288#~ "if someone\n"
2289#~ "\t\tsubmits an update to a resource right when you submit a delete, their "
2290#~ "update\n"
2291#~ "\t\twill be lost along with the rest of the resource."
2292#~ msgstr ""
2293#~ "\n"
2294#~ "\t\tDelete resources by filenames, stdin, resources and names, or by "
2295#~ "resources and label selector.\n"
2296#~ "\n"
2297#~ "\t\tJSON and YAML formats are accepted. Only one type of the arguments "
2298#~ "may be specified: filenames,\n"
2299#~ "\t\tresources and names, or resources and label selector.\n"
2300#~ "\n"
2301#~ "\t\tSome resources, such as pods, support graceful deletion. These "
2302#~ "resources define a default period\n"
2303#~ "\t\tbefore they are forcibly terminated (the grace period) but you may "
2304#~ "override that value with\n"
2305#~ "\t\tthe --grace-period flag, or pass --now to set a grace-period of 1. "
2306#~ "Because these resources often\n"
2307#~ "\t\trepresent entities in the cluster, deletion may not be acknowledged "
2308#~ "immediately. If the node\n"
2309#~ "\t\thosting a pod is down or cannot reach the API server, termination may "
2310#~ "take significantly longer\n"
2311#~ "\t\tthan the grace period. To force delete a resource,\tyou must pass a "
2312#~ "grace\tperiod of 0 and specify\n"
2313#~ "\t\tthe --force flag.\n"
2314#~ "\n"
2315#~ "\t\tIMPORTANT: Force deleting pods does not wait for confirmation that "
2316#~ "the pod's processes have been\n"
2317#~ "\t\tterminated, which can leave those processes running until the node "
2318#~ "detects the deletion and\n"
2319#~ "\t\tcompletes graceful deletion. If your processes use shared storage or "
2320#~ "talk to a remote API and\n"
2321#~ "\t\tdepend on the name of the pod to identify themselves, force deleting "
2322#~ "those pods may result in\n"
2323#~ "\t\tmultiple processes running on different machines using the same "
2324#~ "identification which may lead\n"
2325#~ "\t\tto data corruption or inconsistency. Only force delete pods when you "
2326#~ "are sure the pod is\n"
2327#~ "\t\tterminated, or if your application can tolerate multiple copies of "
2328#~ "the same pod running at once.\n"
2329#~ "\t\tAlso, if you force delete pods the scheduler may place new pods on "
2330#~ "those nodes before the node\n"
2331#~ "\t\thas released those resources and causing those pods to be evicted "
2332#~ "immediately.\n"
2333#~ "\n"
2334#~ "\t\tNote that the delete command does NOT do resource version checks, so "
2335#~ "if someone\n"
2336#~ "\t\tsubmits an update to a resource right when you submit a delete, their "
2337#~ "update\n"
2338#~ "\t\twill be lost along with the rest of the resource."
2339
2340#~ msgid ""
2341#~ "\n"
2342#~ "\t\tDeprecated: Gracefully shut down a resource by name or filename.\n"
2343#~ "\n"
2344#~ "\t\tThe stop command is deprecated, all its functionalities are covered "
2345#~ "by delete command.\n"
2346#~ "\t\tSee 'kubectl delete --help' for more details.\n"
2347#~ "\n"
2348#~ "\t\tAttempts to shut down and delete a resource that supports graceful "
2349#~ "termination.\n"
2350#~ "\t\tIf the resource is scalable it will be scaled to 0 before deletion."
2351#~ msgstr ""
2352#~ "\n"
2353#~ "\t\tDeprecated: Gracefully shut down a resource by name or filename.\n"
2354#~ "\n"
2355#~ "\t\tThe stop command is deprecated, all its functionalities are covered "
2356#~ "by delete command.\n"
2357#~ "\t\tSee 'kubectl delete --help' for more details.\n"
2358#~ "\n"
2359#~ "\t\tAttempts to shut down and delete a resource that supports graceful "
2360#~ "termination.\n"
2361#~ "\t\tIf the resource is scalable it will be scaled to 0 before deletion."
2362
2363#~ msgid ""
2364#~ "\n"
2365#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of nodes.\n"
2366#~ "\n"
2367#~ "\t\tThe top-node command allows you to see the resource consumption of "
2368#~ "nodes."
2369#~ msgstr ""
2370#~ "\n"
2371#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of nodes.\n"
2372#~ "\n"
2373#~ "\t\tThe top-node command allows you to see the resource consumption of "
2374#~ "nodes."
2375
2376#~ msgid ""
2377#~ "\n"
2378#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of pods.\n"
2379#~ "\n"
2380#~ "\t\tThe 'top pod' command allows you to see the resource consumption of "
2381#~ "pods.\n"
2382#~ "\n"
2383#~ "\t\tDue to the metrics pipeline delay, they may be unavailable for a few "
2384#~ "minutes\n"
2385#~ "\t\tsince pod creation."
2386#~ msgstr ""
2387#~ "\n"
2388#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of pods.\n"
2389#~ "\n"
2390#~ "\t\tThe 'top pod' command allows you to see the resource consumption of "
2391#~ "pods.\n"
2392#~ "\n"
2393#~ "\t\tDue to the metrics pipeline delay, they may be unavailable for a few "
2394#~ "minutes\n"
2395#~ "\t\tsince pod creation."
2396
2397#~ msgid ""
2398#~ "\n"
2399#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage.\n"
2400#~ "\n"
2401#~ "\t\tThe top command allows you to see the resource consumption for nodes "
2402#~ "or pods.\n"
2403#~ "\n"
2404#~ "\t\tThis command requires Heapster to be correctly configured and working "
2405#~ "on the server. "
2406#~ msgstr ""
2407#~ "\n"
2408#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage.\n"
2409#~ "\n"
2410#~ "\t\tThe top command allows you to see the resource consumption for nodes "
2411#~ "or pods.\n"
2412#~ "\n"
2413#~ "\t\tThis command requires Heapster to be correctly configured and working "
2414#~ "on the server. "
2415
2416#~ msgid ""
2417#~ "\n"
2418#~ "\t\tDrain node in preparation for maintenance.\n"
2419#~ "\n"
2420#~ "\t\tThe given node will be marked unschedulable to prevent new pods from "
2421#~ "arriving.\n"
2422#~ "\t\t'drain' evicts the pods if the APIServer supports eviction\n"
2423#~ "\t\t(http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will "
2424#~ "use normal DELETE\n"
2425#~ "\t\tto delete the pods.\n"
2426#~ "\t\tThe 'drain' evicts or deletes all pods except mirror pods (which "
2427#~ "cannot be deleted through\n"
2428#~ "\t\tthe API server).  If there are DaemonSet-managed pods, drain will not "
2429#~ "proceed\n"
2430#~ "\t\twithout --ignore-daemonsets, and regardless it will not delete any\n"
2431#~ "\t\tDaemonSet-managed pods, because those pods would be immediately "
2432#~ "replaced by the\n"
2433#~ "\t\tDaemonSet controller, which ignores unschedulable markings.  If there "
2434#~ "are any\n"
2435#~ "\t\tpods that are neither mirror pods nor managed by "
2436#~ "ReplicationController,\n"
2437#~ "\t\tReplicaSet, DaemonSet, StatefulSet or Job, then drain will not delete "
2438#~ "any pods unless you\n"
2439#~ "\t\tuse --force.  --force will also allow deletion to proceed if the "
2440#~ "managing resource of one\n"
2441#~ "\t\tor more pods is missing.\n"
2442#~ "\n"
2443#~ "\t\t'drain' waits for graceful termination. You should not operate on the "
2444#~ "machine until\n"
2445#~ "\t\tthe command completes.\n"
2446#~ "\n"
2447#~ "\t\tWhen you are ready to put the node back into service, use kubectl "
2448#~ "uncordon, which\n"
2449#~ "\t\twill make the node schedulable again.\n"
2450#~ "\n"
2451#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)"
2452#~ msgstr ""
2453#~ "\n"
2454#~ "\t\tDrain node in preparation for maintenance.\n"
2455#~ "\n"
2456#~ "\t\tThe given node will be marked unschedulable to prevent new pods from "
2457#~ "arriving.\n"
2458#~ "\t\t'drain' evicts the pods if the APIServer supports eviction\n"
2459#~ "\t\t(http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will "
2460#~ "use normal DELETE\n"
2461#~ "\t\tto delete the pods.\n"
2462#~ "\t\tThe 'drain' evicts or deletes all pods except mirror pods (which "
2463#~ "cannot be deleted through\n"
2464#~ "\t\tthe API server).  If there are DaemonSet-managed pods, drain will not "
2465#~ "proceed\n"
2466#~ "\t\twithout --ignore-daemonsets, and regardless it will not delete any\n"
2467#~ "\t\tDaemonSet-managed pods, because those pods would be immediately "
2468#~ "replaced by the\n"
2469#~ "\t\tDaemonSet controller, which ignores unschedulable markings.  If there "
2470#~ "are any\n"
2471#~ "\t\tpods that are neither mirror pods nor managed by "
2472#~ "ReplicationController,\n"
2473#~ "\t\tReplicaSet, DaemonSet, StatefulSet or Job, then drain will not delete "
2474#~ "any pods unless you\n"
2475#~ "\t\tuse --force.  --force will also allow deletion to proceed if the "
2476#~ "managing resource of one\n"
2477#~ "\t\tor more pods is missing.\n"
2478#~ "\n"
2479#~ "\t\t'drain' waits for graceful termination. You should not operate on the "
2480#~ "machine until\n"
2481#~ "\t\tthe command completes.\n"
2482#~ "\n"
2483#~ "\t\tWhen you are ready to put the node back into service, use kubectl "
2484#~ "uncordon, which\n"
2485#~ "\t\twill make the node schedulable again.\n"
2486#~ "\n"
2487#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)"
2488
2489#~ msgid ""
2490#~ "\n"
2491#~ "\t\tEdit a resource from the default editor.\n"
2492#~ "\n"
2493#~ "\t\tThe edit command allows you to directly edit any API resource you can "
2494#~ "retrieve via the\n"
2495#~ "\t\tcommand line tools. It will open the editor defined by your "
2496#~ "KUBE_EDITOR, or EDITOR\n"
2497#~ "\t\tenvironment variables, or fall back to 'vi' for Linux or 'notepad' "
2498#~ "for Windows.\n"
2499#~ "\t\tYou can edit multiple objects, although changes are applied one at a "
2500#~ "time. The command\n"
2501#~ "\t\taccepts filenames as well as command line arguments, although the "
2502#~ "files you point to must\n"
2503#~ "\t\tbe previously saved versions of resources.\n"
2504#~ "\n"
2505#~ "\t\tEditing is done with the API version used to fetch the resource.\n"
2506#~ "\t\tTo edit using a specific API version, fully-qualify the resource, "
2507#~ "version, and group.\n"
2508#~ "\n"
2509#~ "\t\tThe default format is YAML. To edit in JSON, specify \"-o json\".\n"
2510#~ "\n"
2511#~ "\t\tThe flag --windows-line-endings can be used to force Windows line "
2512#~ "endings,\n"
2513#~ "\t\totherwise the default for your operating system will be used.\n"
2514#~ "\n"
2515#~ "\t\tIn the event an error occurs while updating, a temporary file will be "
2516#~ "created on disk\n"
2517#~ "\t\tthat contains your unapplied changes. The most common error when "
2518#~ "updating a resource\n"
2519#~ "\t\tis another editor changing the resource on the server. When this "
2520#~ "occurs, you will have\n"
2521#~ "\t\tto apply your changes to the newer version of the resource, or update "
2522#~ "your temporary\n"
2523#~ "\t\tsaved copy to include the latest resource version."
2524#~ msgstr ""
2525#~ "\n"
2526#~ "\t\tEdit a resource from the default editor.\n"
2527#~ "\n"
2528#~ "\t\tThe edit command allows you to directly edit any API resource you can "
2529#~ "retrieve via the\n"
2530#~ "\t\tcommand line tools. It will open the editor defined by your "
2531#~ "KUBE_EDITOR, or EDITOR\n"
2532#~ "\t\tenvironment variables, or fall back to 'vi' for Linux or 'notepad' "
2533#~ "for Windows.\n"
2534#~ "\t\tYou can edit multiple objects, although changes are applied one at a "
2535#~ "time. The command\n"
2536#~ "\t\taccepts filenames as well as command line arguments, although the "
2537#~ "files you point to must\n"
2538#~ "\t\tbe previously saved versions of resources.\n"
2539#~ "\n"
2540#~ "\t\tEditing is done with the API version used to fetch the resource.\n"
2541#~ "\t\tTo edit using a specific API version, fully-qualify the resource, "
2542#~ "version, and group.\n"
2543#~ "\n"
2544#~ "\t\tThe default format is YAML. To edit in JSON, specify \"-o json\".\n"
2545#~ "\n"
2546#~ "\t\tThe flag --windows-line-endings can be used to force Windows line "
2547#~ "endings,\n"
2548#~ "\t\totherwise the default for your operating system will be used.\n"
2549#~ "\n"
2550#~ "\t\tIn the event an error occurs while updating, a temporary file will be "
2551#~ "created on disk\n"
2552#~ "\t\tthat contains your unapplied changes. The most common error when "
2553#~ "updating a resource\n"
2554#~ "\t\tis another editor changing the resource on the server. When this "
2555#~ "occurs, you will have\n"
2556#~ "\t\tto apply your changes to the newer version of the resource, or update "
2557#~ "your temporary\n"
2558#~ "\t\tsaved copy to include the latest resource version."
2559
2560#~ msgid ""
2561#~ "\n"
2562#~ "\t\tOutput shell completion code for the specified shell (bash or zsh).\n"
2563#~ "\t\tThe shell code must be evaluated to provide interactive\n"
2564#~ "\t\tcompletion of kubectl commands.  This can be done by sourcing it "
2565#~ "from\n"
2566#~ "\t\tthe .bash_profile.\n"
2567#~ "\n"
2568#~ "\t\tNote: this requires the bash-completion framework, which is not "
2569#~ "installed\n"
2570#~ "\t\tby default on Mac.  This can be installed by using homebrew:\n"
2571#~ "\n"
2572#~ "\t\t    $ brew install bash-completion\n"
2573#~ "\n"
2574#~ "\t\tOnce installed, bash_completion must be evaluated.  This can be done "
2575#~ "by adding the\n"
2576#~ "\t\tfollowing line to the .bash_profile\n"
2577#~ "\n"
2578#~ "\t\t    $ source $(brew --prefix)/etc/bash_completion\n"
2579#~ "\n"
2580#~ "\t\tNote for zsh users: [1] zsh completions are only supported in "
2581#~ "versions of zsh >= 5.2"
2582#~ msgstr ""
2583#~ "\n"
2584#~ "\t\tOutput shell completion code for the specified shell (bash or zsh).\n"
2585#~ "\t\tThe shell code must be evaluated to provide interactive\n"
2586#~ "\t\tcompletion of kubectl commands.  This can be done by sourcing it "
2587#~ "from\n"
2588#~ "\t\tthe .bash_profile.\n"
2589#~ "\n"
2590#~ "\t\tNote: this requires the bash-completion framework, which is not "
2591#~ "installed\n"
2592#~ "\t\tby default on Mac.  This can be installed by using homebrew:\n"
2593#~ "\n"
2594#~ "\t\t    $ brew install bash-completion\n"
2595#~ "\n"
2596#~ "\t\tOnce installed, bash_completion must be evaluated.  This can be done "
2597#~ "by adding the\n"
2598#~ "\t\tfollowing line to the .bash_profile\n"
2599#~ "\n"
2600#~ "\t\t    $ source $(brew --prefix)/etc/bash_completion\n"
2601#~ "\n"
2602#~ "\t\tNote for zsh users: [1] zsh completions are only supported in "
2603#~ "versions of zsh >= 5.2"
2604
2605#~ msgid ""
2606#~ "\n"
2607#~ "\t\tPerform a rolling update of the given ReplicationController.\n"
2608#~ "\n"
2609#~ "\t\tReplaces the specified replication controller with a new replication "
2610#~ "controller by updating one pod at a time to use the\n"
2611#~ "\t\tnew PodTemplate. The new-controller.json must specify the same "
2612#~ "namespace as the\n"
2613#~ "\t\texisting replication controller and overwrite at least one (common) "
2614#~ "label in its replicaSelector.\n"
2615#~ "\n"
2616#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_rollingupdate."
2617#~ "svg)"
2618#~ msgstr ""
2619#~ "\n"
2620#~ "\t\tPerform a rolling update of the given ReplicationController.\n"
2621#~ "\n"
2622#~ "\t\tReplaces the specified replication controller with a new replication "
2623#~ "controller by updating one pod at a time to use the\n"
2624#~ "\t\tnew PodTemplate. The new-controller.json must specify the same "
2625#~ "namespace as the\n"
2626#~ "\t\texisting replication controller and overwrite at least one (common) "
2627#~ "label in its replicaSelector.\n"
2628#~ "\n"
2629#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_rollingupdate."
2630#~ "svg)"
2631
2632#~ msgid ""
2633#~ "\n"
2634#~ "\t\tReplace a resource by filename or stdin.\n"
2635#~ "\n"
2636#~ "\t\tJSON and YAML formats are accepted. If replacing an existing "
2637#~ "resource, the\n"
2638#~ "\t\tcomplete resource spec must be provided. This can be obtained by\n"
2639#~ "\n"
2640#~ "\t\t    $ kubectl get TYPE NAME -o yaml\n"
2641#~ "\n"
2642#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2643#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2644#~ "definitions.html to find if a field is mutable."
2645#~ msgstr ""
2646#~ "\n"
2647#~ "\t\tReplace a resource by filename or stdin.\n"
2648#~ "\n"
2649#~ "\t\tJSON and YAML formats are accepted. If replacing an existing "
2650#~ "resource, the\n"
2651#~ "\t\tcomplete resource spec must be provided. This can be obtained by\n"
2652#~ "\n"
2653#~ "\t\t    $ kubectl get TYPE NAME -o yaml\n"
2654#~ "\n"
2655#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2656#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2657#~ "definitions.html to find if a field is mutable."
2658
2659#~ msgid ""
2660#~ "\n"
2661#~ "\t\tSet a new size for a Deployment, ReplicaSet, Replication Controller, "
2662#~ "or Job.\n"
2663#~ "\n"
2664#~ "\t\tScale also allows users to specify one or more preconditions for the "
2665#~ "scale action.\n"
2666#~ "\n"
2667#~ "\t\tIf --current-replicas or --resource-version is specified, it is "
2668#~ "validated before the\n"
2669#~ "\t\tscale is attempted, and it is guaranteed that the precondition holds "
2670#~ "true when the\n"
2671#~ "\t\tscale is sent to the server."
2672#~ msgstr ""
2673#~ "\n"
2674#~ "\t\tSet a new size for a Deployment, ReplicaSet, Replication Controller, "
2675#~ "or Job.\n"
2676#~ "\n"
2677#~ "\t\tScale also allows users to specify one or more preconditions for the "
2678#~ "scale action.\n"
2679#~ "\n"
2680#~ "\t\tIf --current-replicas or --resource-version is specified, it is "
2681#~ "validated before the\n"
2682#~ "\t\tscale is attempted, and it is guaranteed that the precondition holds "
2683#~ "true when the\n"
2684#~ "\t\tscale is sent to the server."
2685
2686#~ msgid ""
2687#~ "\n"
2688#~ "\t\tTo proxy all of the kubernetes api and nothing else, use:\n"
2689#~ "\n"
2690#~ "\t\t    $ kubectl proxy --api-prefix=/\n"
2691#~ "\n"
2692#~ "\t\tTo proxy only part of the kubernetes api and also some static files:\n"
2693#~ "\n"
2694#~ "\t\t    $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-"
2695#~ "prefix=/api/\n"
2696#~ "\n"
2697#~ "\t\tThe above lets you 'curl localhost:8001/api/v1/pods'.\n"
2698#~ "\n"
2699#~ "\t\tTo proxy the entire kubernetes api at a different root, use:\n"
2700#~ "\n"
2701#~ "\t\t    $ kubectl proxy --api-prefix=/custom/\n"
2702#~ "\n"
2703#~ "\t\tThe above lets you 'curl localhost:8001/custom/api/v1/pods'"
2704#~ msgstr ""
2705#~ "\n"
2706#~ "\t\tTo proxy all of the kubernetes api and nothing else, use:\n"
2707#~ "\n"
2708#~ "\t\t    $ kubectl proxy --api-prefix=/\n"
2709#~ "\n"
2710#~ "\t\tTo proxy only part of the kubernetes api and also some static files:\n"
2711#~ "\n"
2712#~ "\t\t    $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-"
2713#~ "prefix=/api/\n"
2714#~ "\n"
2715#~ "\t\tThe above lets you 'curl localhost:8001/api/v1/pods'.\n"
2716#~ "\n"
2717#~ "\t\tTo proxy the entire kubernetes api at a different root, use:\n"
2718#~ "\n"
2719#~ "\t\t    $ kubectl proxy --api-prefix=/custom/\n"
2720#~ "\n"
2721#~ "\t\tThe above lets you 'curl localhost:8001/custom/api/v1/pods'"
2722
2723#~ msgid ""
2724#~ "\n"
2725#~ "\t\tUpdate field(s) of a resource using strategic merge patch\n"
2726#~ "\n"
2727#~ "\t\tJSON and YAML formats are accepted.\n"
2728#~ "\n"
2729#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2730#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2731#~ "definitions.html to find if a field is mutable."
2732#~ msgstr ""
2733#~ "\n"
2734#~ "\t\tUpdate field(s) of a resource using strategic merge patch\n"
2735#~ "\n"
2736#~ "\t\tJSON and YAML formats are accepted.\n"
2737#~ "\n"
2738#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2739#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2740#~ "definitions.html to find if a field is mutable."
2741
2742#, c-format
2743#~ msgid ""
2744#~ "\n"
2745#~ "\t\tUpdate the labels on a resource.\n"
2746#~ "\n"
2747#~ "\t\t* A label must begin with a letter or number, and may contain "
2748#~ "letters, numbers, hyphens, dots, and underscores, up to %[1]d "
2749#~ "characters.\n"
2750#~ "\t\t* If --overwrite is true, then existing labels can be overwritten, "
2751#~ "otherwise attempting to overwrite a label will result in an error.\n"
2752#~ "\t\t* If --resource-version is specified, then updates will use this "
2753#~ "resource version, otherwise the existing resource-version will be used."
2754#~ msgstr ""
2755#~ "\n"
2756#~ "\t\tUpdate the labels on a resource.\n"
2757#~ "\n"
2758#~ "\t\t* A label must begin with a letter or number, and may contain "
2759#~ "letters, numbers, hyphens, dots, and underscores, up to %[1]d "
2760#~ "characters.\n"
2761#~ "\t\t* If --overwrite is true, then existing labels can be overwritten, "
2762#~ "otherwise attempting to overwrite a label will result in an error.\n"
2763#~ "\t\t* If --resource-version is specified, then updates will use this "
2764#~ "resource version, otherwise the existing resource-version will be used."
2765
2766#, c-format
2767#~ msgid ""
2768#~ "\n"
2769#~ "\t\tUpdate the taints on one or more nodes.\n"
2770#~ "\n"
2771#~ "\t\t* A taint consists of a key, value, and effect. As an argument here, "
2772#~ "it is expressed as key=value:effect.\n"
2773#~ "\t\t* The key must begin with a letter or number, and may contain "
2774#~ "letters, numbers, hyphens, dots, and underscores, up to %[1]d "
2775#~ "characters.\n"
2776#~ "\t\t* The value must begin with a letter or number, and may contain "
2777#~ "letters, numbers, hyphens, dots, and underscores, up to %[2]d "
2778#~ "characters.\n"
2779#~ "\t\t* The effect must be NoSchedule, PreferNoSchedule or NoExecute.\n"
2780#~ "\t\t* Currently taint can only apply to node."
2781#~ msgstr ""
2782#~ "\n"
2783#~ "\t\tUpdate the taints on one or more nodes.\n"
2784#~ "\n"
2785#~ "\t\t* A taint consists of a key, value, and effect. As an argument here, "
2786#~ "it is expressed as key=value:effect.\n"
2787#~ "\t\t* The key must begin with a letter or number, and may contain "
2788#~ "letters, numbers, hyphens, dots, and underscores, up to %[1]d "
2789#~ "characters.\n"
2790#~ "\t\t* The value must begin with a letter or number, and may contain "
2791#~ "letters, numbers, hyphens, dots, and underscores, up to %[2]d "
2792#~ "characters.\n"
2793#~ "\t\t* The effect must be NoSchedule, PreferNoSchedule or NoExecute.\n"
2794#~ "\t\t* Currently taint can only apply to node."
2795
2796#~ msgid ""
2797#~ "\n"
2798#~ "\t\tView the latest last-applied-configuration annotations by type/name "
2799#~ "or file.\n"
2800#~ "\n"
2801#~ "\t\tThe default output will be printed to stdout in YAML format. One can "
2802#~ "use -o option\n"
2803#~ "\t\tto change output format."
2804#~ msgstr ""
2805#~ "\n"
2806#~ "\t\tView the latest last-applied-configuration annotations by type/name "
2807#~ "or file.\n"
2808#~ "\n"
2809#~ "\t\tThe default output will be printed to stdout in YAML format. One can "
2810#~ "use -o option\n"
2811#~ "\t\tto change output format."
2812
2813#~ msgid ""
2814#~ "\n"
2815#~ "\t    # !!!Important Note!!!\n"
2816#~ "\t    # Requires that the 'tar' binary is present in your container\n"
2817#~ "\t    # image.  If 'tar' is not present, 'kubectl cp' will fail.\n"
2818#~ "\n"
2819#~ "\t    # Copy /tmp/foo_dir local directory to /tmp/bar_dir in a remote pod "
2820#~ "in the default namespace\n"
2821#~ "\t\tkubectl cp /tmp/foo_dir <some-pod>:/tmp/bar_dir\n"
2822#~ "\n"
2823#~ "        # Copy /tmp/foo local file to /tmp/bar in a remote pod in a "
2824#~ "specific container\n"
2825#~ "\t\tkubectl cp /tmp/foo <some-pod>:/tmp/bar -c <specific-container>\n"
2826#~ "\n"
2827#~ "\t\t# Copy /tmp/foo local file to /tmp/bar in a remote pod in namespace "
2828#~ "<some-namespace>\n"
2829#~ "\t\tkubectl cp /tmp/foo <some-namespace>/<some-pod>:/tmp/bar\n"
2830#~ "\n"
2831#~ "\t\t# Copy /tmp/foo from a remote pod to /tmp/bar locally\n"
2832#~ "\t\tkubectl cp <some-namespace>/<some-pod>:/tmp/foo /tmp/bar"
2833#~ msgstr ""
2834#~ "\n"
2835#~ "\t    # !!!Important Note!!!\n"
2836#~ "\t    # Requires that the 'tar' binary is present in your container\n"
2837#~ "\t    # image.  If 'tar' is not present, 'kubectl cp' will fail.\n"
2838#~ "\n"
2839#~ "\t    # Copy /tmp/foo_dir local directory to /tmp/bar_dir in a remote pod "
2840#~ "in the default namespace\n"
2841#~ "\t\tkubectl cp /tmp/foo_dir <some-pod>:/tmp/bar_dir\n"
2842#~ "\n"
2843#~ "        # Copy /tmp/foo local file to /tmp/bar in a remote pod in a "
2844#~ "specific container\n"
2845#~ "\t\tkubectl cp /tmp/foo <some-pod>:/tmp/bar -c <specific-container>\n"
2846#~ "\n"
2847#~ "\t\t# Copy /tmp/foo local file to /tmp/bar in a remote pod in namespace "
2848#~ "<some-namespace>\n"
2849#~ "\t\tkubectl cp /tmp/foo <some-namespace>/<some-pod>:/tmp/bar\n"
2850#~ "\n"
2851#~ "\t\t# Copy /tmp/foo from a remote pod to /tmp/bar locally\n"
2852#~ "\t\tkubectl cp <some-namespace>/<some-pod>:/tmp/foo /tmp/bar"
2853
2854#~ msgid ""
2855#~ "\n"
2856#~ "\t  # Create a new TLS secret named tls-secret with the given key pair:\n"
2857#~ "\t  kubectl create secret tls tls-secret --cert=path/to/tls.cert --"
2858#~ "key=path/to/tls.key"
2859#~ msgstr ""
2860#~ "\n"
2861#~ "\t  # Create a new TLS secret named tls-secret with the given key pair:\n"
2862#~ "\t  kubectl create secret tls tls-secret --cert=path/to/tls.cert --"
2863#~ "key=path/to/tls.key"
2864
2865#~ msgid ""
2866#~ "\n"
2867#~ "\t  # Create a new secret named my-secret with keys for each file in "
2868#~ "folder bar\n"
2869#~ "\t  kubectl create secret generic my-secret --from-file=path/to/bar\n"
2870#~ "\n"
2871#~ "\t  # Create a new secret named my-secret with specified keys instead of "
2872#~ "names on disk\n"
2873#~ "\t  kubectl create secret generic my-secret --from-file=ssh-privatekey=~/."
2874#~ "ssh/id_rsa --from-file=ssh-publickey=~/.ssh/id_rsa.pub\n"
2875#~ "\n"
2876#~ "\t  # Create a new secret named my-secret with key1=supersecret and "
2877#~ "key2=topsecret\n"
2878#~ "\t  kubectl create secret generic my-secret --from-"
2879#~ "literal=key1=supersecret --from-literal=key2=topsecret"
2880#~ msgstr ""
2881#~ "\n"
2882#~ "\t  # Create a new secret named my-secret with keys for each file in "
2883#~ "folder bar\n"
2884#~ "\t  kubectl create secret generic my-secret --from-file=path/to/bar\n"
2885#~ "\n"
2886#~ "\t  # Create a new secret named my-secret with specified keys instead of "
2887#~ "names on disk\n"
2888#~ "\t  kubectl create secret generic my-secret --from-file=ssh-privatekey=~/."
2889#~ "ssh/id_rsa --from-file=ssh-publickey=~/.ssh/id_rsa.pub\n"
2890#~ "\n"
2891#~ "\t  # Create a new secret named my-secret with key1=supersecret and "
2892#~ "key2=topsecret\n"
2893#~ "\t  kubectl create secret generic my-secret --from-"
2894#~ "literal=key1=supersecret --from-literal=key2=topsecret"
2895
2896#~ msgid ""
2897#~ "\n"
2898#~ "\t# Create a new ExternalName service named my-ns \n"
2899#~ "\tkubectl create service externalname my-ns --external-name bar.com"
2900#~ msgstr ""
2901#~ "\n"
2902#~ "\t# Create a new ExternalName service named my-ns \n"
2903#~ "\tkubectl create service externalname my-ns --external-name bar.com"
2904
2905#~ msgid ""
2906#~ "\n"
2907#~ "    # Create a new clusterIP service named my-cs\n"
2908#~ "    kubectl create service clusterip my-cs --tcp=5678:8080\n"
2909#~ "\n"
2910#~ "    # Create a new clusterIP service named my-cs (in headless mode)\n"
2911#~ "    kubectl create service clusterip my-cs --clusterip=\"None\""
2912#~ msgstr ""
2913#~ "\n"
2914#~ "    # Create a new clusterIP service named my-cs\n"
2915#~ "    kubectl create service clusterip my-cs --tcp=5678:8080\n"
2916#~ "\n"
2917#~ "    # Create a new clusterIP service named my-cs (in headless mode)\n"
2918#~ "    kubectl create service clusterip my-cs --clusterip=\"None\""
2919
2920#~ msgid ""
2921#~ "\n"
2922#~ "    # Create a new deployment named my-dep that runs the busybox image.\n"
2923#~ "    kubectl create deployment my-dep --image=busybox"
2924#~ msgstr ""
2925#~ "\n"
2926#~ "    # Create a new deployment named my-dep that runs the busybox image.\n"
2927#~ "    kubectl create deployment my-dep --image=busybox"
2928
2929#~ msgid ""
2930#~ "\n"
2931#~ "    # Create a new nodeport service named my-ns\n"
2932#~ "    kubectl create service nodeport my-ns --tcp=5678:8080"
2933#~ msgstr ""
2934#~ "\n"
2935#~ "    # Create a new nodeport service named my-ns\n"
2936#~ "    kubectl create service nodeport my-ns --tcp=5678:8080"
2937
2938#~ msgid ""
2939#~ "\n"
2940#~ "    # Update pod 'foo' with the annotation 'description' and the value "
2941#~ "'my frontend'.\n"
2942#~ "    # If the same annotation is set multiple times, only the last value "
2943#~ "will be applied\n"
2944#~ "    kubectl annotate pods foo description='my frontend'\n"
2945#~ "\n"
2946#~ "    # Update a pod identified by type and name in \"pod.json\"\n"
2947#~ "    kubectl annotate -f pod.json description='my frontend'\n"
2948#~ "\n"
2949#~ "    # Update pod 'foo' with the annotation 'description' and the value "
2950#~ "'my frontend running nginx', overwriting any existing value.\n"
2951#~ "    kubectl annotate --overwrite pods foo description='my frontend "
2952#~ "running nginx'\n"
2953#~ "\n"
2954#~ "    # Update all pods in the namespace\n"
2955#~ "    kubectl annotate pods --all description='my frontend running nginx'\n"
2956#~ "\n"
2957#~ "    # Update pod 'foo' only if the resource is unchanged from version 1.\n"
2958#~ "    kubectl annotate pods foo description='my frontend running nginx' --"
2959#~ "resource-version=1\n"
2960#~ "\n"
2961#~ "    # Update pod 'foo' by removing an annotation named 'description' if "
2962#~ "it exists.\n"
2963#~ "    # Does not require the --overwrite flag.\n"
2964#~ "    kubectl annotate pods foo description-"
2965#~ msgstr ""
2966#~ "\n"
2967#~ "    # Update pod 'foo' with the annotation 'description' and the value "
2968#~ "'my frontend'.\n"
2969#~ "    # If the same annotation is set multiple times, only the last value "
2970#~ "will be applied\n"
2971#~ "    kubectl annotate pods foo description='my frontend'\n"
2972#~ "\n"
2973#~ "    # Update a pod identified by type and name in \"pod.json\"\n"
2974#~ "    kubectl annotate -f pod.json description='my frontend'\n"
2975#~ "\n"
2976#~ "    # Update pod 'foo' with the annotation 'description' and the value "
2977#~ "'my frontend running nginx', overwriting any existing value.\n"
2978#~ "    kubectl annotate --overwrite pods foo description='my frontend "
2979#~ "running nginx'\n"
2980#~ "\n"
2981#~ "    # Update all pods in the namespace\n"
2982#~ "    kubectl annotate pods --all description='my frontend running nginx'\n"
2983#~ "\n"
2984#~ "    # Update pod 'foo' only if the resource is unchanged from version 1.\n"
2985#~ "    kubectl annotate pods foo description='my frontend running nginx' --"
2986#~ "resource-version=1\n"
2987#~ "\n"
2988#~ "    # Update pod 'foo' by removing an annotation named 'description' if "
2989#~ "it exists.\n"
2990#~ "    # Does not require the --overwrite flag.\n"
2991#~ "    kubectl annotate pods foo description-"
2992
2993# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_serviceaccount.go#L44
2994#~ msgid ""
2995#~ "\n"
2996#~ "    Create a clusterIP service with the specified name."
2997#~ msgstr ""
2998#~ "\n"
2999#~ "    Create a clusterIP service with the specified name."
3000
3001# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44
3002#~ msgid ""
3003#~ "\n"
3004#~ "    Create a deployment with the specified name."
3005#~ msgstr ""
3006#~ "\n"
3007#~ "    Create a deployment with the specified name."
3008
3009# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44
3010#~ msgid ""
3011#~ "\n"
3012#~ "    Create a nodeport service with the specified name."
3013#~ msgstr ""
3014#~ "\n"
3015#~ "    Create a nodeport service with the specified name."
3016
3017#~ msgid ""
3018#~ "\n"
3019#~ "    Dumps cluster info out suitable for debugging and diagnosing cluster "
3020#~ "problems.  By default, dumps everything to\n"
3021#~ "    stdout. You can optionally specify a directory with --output-"
3022#~ "directory.  If you specify a directory, kubernetes will\n"
3023#~ "    build a set of files in that directory.  By default only dumps things "
3024#~ "in the 'kube-system' namespace, but you can\n"
3025#~ "    switch to a different namespace with the --namespaces flag, or "
3026#~ "specify --all-namespaces to dump all namespaces.\n"
3027#~ "\n"
3028#~ "    The command also dumps the logs of all of the pods in the cluster, "
3029#~ "these logs are dumped into different directories\n"
3030#~ "    based on namespace and pod name."
3031#~ msgstr ""
3032#~ "\n"
3033#~ "    Dumps cluster info out suitable for debugging and diagnosing cluster "
3034#~ "problems.  By default, dumps everything to\n"
3035#~ "    stdout. You can optionally specify a directory with --output-"
3036#~ "directory.  If you specify a directory, kubernetes will\n"
3037#~ "    build a set of files in that directory.  By default only dumps things "
3038#~ "in the 'kube-system' namespace, but you can\n"
3039#~ "    switch to a different namespace with the --namespaces flag, or "
3040#~ "specify --all-namespaces to dump all namespaces.\n"
3041#~ "\n"
3042#~ "    The command also dumps the logs of all of the pods in the cluster, "
3043#~ "these logs are dumped into different directories\n"
3044#~ "    based on namespace and pod name."
3045
3046#~ msgid ""
3047#~ "\n"
3048#~ "  Display addresses of the master and services with label kubernetes.io/"
3049#~ "cluster-service=true\n"
3050#~ "  To further debug and diagnose cluster problems, use 'kubectl cluster-"
3051#~ "info dump'."
3052#~ msgstr ""
3053#~ "\n"
3054#~ "  Display addresses of the master and services with label kubernetes.io/"
3055#~ "cluster-service=true\n"
3056#~ "  To further debug and diagnose cluster problems, use 'kubectl cluster-"
3057#~ "info dump'."
3058
3059# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L136
3060#~ msgid "A schedule in the Cron format the job should be run with."
3061#~ msgstr "A schedule in the Cron format the job should be run with."
3062
3063# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L134
3064#~ msgid ""
3065#~ "An inline JSON override for the generated service object. If this is non-"
3066#~ "empty, it is used to override the generated object. Requires that the "
3067#~ "object supply a valid apiVersion field.  Only used if --expose is true."
3068#~ msgstr ""
3069#~ "An inline JSON override for the generated service object. If this is non-"
3070#~ "empty, it is used to override the generated object. Requires that the "
3071#~ "object supply a valid apiVersion field.  Only used if --expose is true."
3072
3073#~ msgid "Apply a configuration to a resource by filename or stdin"
3074#~ msgstr "ファイル名または標準入力でリソースにコンフィグを適用する"
3075
3076# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L55
3077#~ msgid "Auto-scale a Deployment, ReplicaSet, or ReplicationController"
3078#~ msgstr "Auto-scale a Deployment, ReplicaSet, or ReplicationController"
3079
3080# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L101
3081#~ msgid ""
3082#~ "Container name which will have its image upgraded. Only relevant when --"
3083#~ "image is specified, ignored otherwise. Required when using --image on a "
3084#~ "multi-container pod"
3085#~ msgstr ""
3086#~ "Container name which will have its image upgraded. Only relevant when --"
3087#~ "image is specified, ignored otherwise. Required when using --image on a "
3088#~ "multi-container pod"
3089
3090# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_clusterrolebinding.go#L43
3091#~ msgid "Create a ClusterRoleBinding for a particular ClusterRole"
3092#~ msgstr "Create a ClusterRoleBinding for a particular ClusterRole"
3093
3094# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L181
3095#~ msgid "Create a LoadBalancer service."
3096#~ msgstr "Create a LoadBalancer service."
3097
3098# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L124
3099#~ msgid "Create a NodePort service."
3100#~ msgstr "Create a NodePort service."
3101
3102# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_rolebinding.go#L43
3103#~ msgid "Create a RoleBinding for a particular Role or ClusterRole"
3104#~ msgstr "Create a RoleBinding for a particular Role or ClusterRole"
3105
3106# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L68
3107#~ msgid "Create a clusterIP service."
3108#~ msgstr "Create a clusterIP service."
3109
3110# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_configmap.go#L59
3111#~ msgid "Create a configmap from a local file, directory or literal value"
3112#~ msgstr "Create a configmap from a local file, directory or literal value"
3113
3114# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_deployment.go#L44
3115#~ msgid "Create a deployment with the specified name."
3116#~ msgstr "Create a deployment with the specified name."
3117
3118# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_pdb.go#L49
3119#~ msgid "Create a pod disruption budget with the specified name."
3120#~ msgstr "Create a pod disruption budget with the specified name."
3121
3122# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_quota.go#L47
3123#~ msgid "Create a quota with the specified name."
3124#~ msgstr "Create a quota with the specified name."
3125
3126# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create.go#L56
3127#~ msgid "Create a resource by filename or stdin"
3128#~ msgstr "ファイル名または標準入力でリソースを作成する"
3129
3130# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_secret.go#L73
3131#~ msgid "Create a secret from a local file, directory or literal value"
3132#~ msgstr "Create a secret from a local file, directory or literal value"
3133
3134# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L36
3135#~ msgid "Create a service using specified subcommand."
3136#~ msgstr "Create a service using specified subcommand."
3137
3138# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L240
3139#~ msgid "Create an ExternalName service."
3140#~ msgstr "Create an ExternalName service."
3141
3142# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/delete.go#L130
3143#~ msgid ""
3144#~ "Delete resources by filenames, stdin, resources and names, or by "
3145#~ "resources and label selector"
3146#~ msgstr ""
3147#~ "Delete resources by filenames, stdin, resources and names, or by "
3148#~ "resources and label selector"
3149
3150# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/stop.go#L58
3151#~ msgid "Deprecated: Gracefully shut down a resource by name or filename"
3152#~ msgstr "Deprecated: Gracefully shut down a resource by name or filename"
3153
3154# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top_node.go#L77
3155#~ msgid "Display Resource (CPU/Memory) usage of nodes"
3156#~ msgstr "Display Resource (CPU/Memory) usage of nodes"
3157
3158# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top_pod.go#L79
3159#~ msgid "Display Resource (CPU/Memory) usage of pods"
3160#~ msgstr "Display Resource (CPU/Memory) usage of pods"
3161
3162# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/top.go#L43
3163#~ msgid "Display Resource (CPU/Memory) usage."
3164#~ msgstr "Display Resource (CPU/Memory) usage."
3165
3166# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo.go#L49
3167#~ msgid "Display cluster info"
3168#~ msgstr "クラスターの情報を表示する"
3169
3170# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/current_context.go#L48
3171#~ msgid "Displays the current-context"
3172#~ msgstr "current-contextを表示する"
3173
3174# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/explain.go#L50
3175#~ msgid "Documentation of resources"
3176#~ msgstr "リソースの説明を表示する"
3177
3178# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/clusterinfo_dump.go#L37
3179#~ msgid "Dump lots of relevant info for debugging and diagnosis"
3180#~ msgstr "Dump lots of relevant info for debugging and diagnosis"
3181
3182# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L102
3183#~ msgid ""
3184#~ "Explicit policy for when to pull container images. Required when --image "
3185#~ "is same as existing image, ignored otherwise."
3186#~ msgstr ""
3187#~ "Explicit policy for when to pull container images. Required when --image "
3188#~ "is same as existing image, ignored otherwise."
3189
3190# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L105
3191#~ msgid ""
3192#~ "IP to assign to the Load Balancer. If empty, an ephemeral IP will be "
3193#~ "created and used (cloud-provider specific)."
3194#~ msgstr ""
3195#~ "IP to assign to the Load Balancer. If empty, an ephemeral IP will be "
3196#~ "created and used (cloud-provider specific)."
3197
3198# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L98
3199#~ msgid ""
3200#~ "Image to use for upgrading the replication controller. Must be distinct "
3201#~ "from the existing image (either new image or new image tag).  Can not be "
3202#~ "used with --filename/-f"
3203#~ msgstr ""
3204#~ "Image to use for upgrading the replication controller. Must be distinct "
3205#~ "from the existing image (either new image or new image tag).  Can not be "
3206#~ "used with --filename/-f"
3207
3208# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollout/rollout.go#L46
3209#~ msgid "Manage a deployment rollout"
3210#~ msgstr "Manage a deployment rollout"
3211
3212# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/edit.go#L115
3213#~ msgid ""
3214#~ "Output the formatted object with the given group version (for ex: "
3215#~ "'extensions/v1beta1').)"
3216#~ msgstr ""
3217#~ "Output the formatted object with the given group version (for ex: "
3218#~ "'extensions/v1beta1').)"
3219
3220# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L84
3221#~ msgid "Perform a rolling update of the given ReplicationController"
3222#~ msgstr "Perform a rolling update of the given ReplicationController"
3223
3224# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/replace.go#L70
3225#~ msgid "Replace a resource by filename or stdin"
3226#~ msgstr "Replace a resource by filename or stdin"
3227
3228# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/scale.go#L71
3229#~ msgid ""
3230#~ "Set a new size for a Deployment, ReplicaSet, Replication Controller, or "
3231#~ "Job"
3232#~ msgstr ""
3233#~ "Set a new size for a Deployment, ReplicaSet, Replication Controller, or "
3234#~ "Job"
3235
3236#~ msgid ""
3237#~ "Set the last-applied-configuration annotation on a live object to match "
3238#~ "the contents of a file."
3239#~ msgstr ""
3240#~ "Set the last-applied-configuration annotation on a live object to match "
3241#~ "the contents of a file."
3242
3243# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_cluster.go#L67
3244#~ msgid "Sets a cluster entry in kubeconfig"
3245#~ msgstr "kubeconfigにクラスターエントリを設定する"
3246
3247# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_context.go#L57
3248#~ msgid "Sets a context entry in kubeconfig"
3249#~ msgstr "kubeconfigにコンテキストエントリを設定する"
3250
3251# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/create_authinfo.go#L103
3252#~ msgid "Sets a user entry in kubeconfig"
3253#~ msgstr "kubeconfigにユーザーエントリを設定する"
3254
3255# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/set.go#L59
3256#~ msgid "Sets an individual value in a kubeconfig file"
3257#~ msgstr "kubeconfigに個別の変数を設定する"
3258
3259# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/use_context.go#L48
3260#~ msgid "Sets the current-context in a kubeconfig file"
3261#~ msgstr "kubeconfigにcurrent-contextを設定する"
3262
3263# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L87
3264#~ msgid ""
3265#~ "Take a replication controller, service, deployment or pod and expose it "
3266#~ "as a new Kubernetes Service"
3267#~ msgstr ""
3268#~ "Take a replication controller, service, deployment or pod and expose it "
3269#~ "as a new Kubernetes Service"
3270
3271# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/rollingupdate.go#L100
3272#~ msgid ""
3273#~ "The key to use to differentiate between two different controllers, "
3274#~ "default 'deployment'.  Only relevant when --image is specified, ignored "
3275#~ "otherwise"
3276#~ msgstr ""
3277#~ "The key to use to differentiate between two different controllers, "
3278#~ "default 'deployment'.  Only relevant when --image is specified, ignored "
3279#~ "otherwise"
3280
3281# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L113
3282#~ msgid ""
3283#~ "The name of the API generator to use, see http://kubernetes.io/docs/user-"
3284#~ "guide/kubectl-conventions/#generators for a list."
3285#~ msgstr ""
3286#~ "The name of the API generator to use, see http://kubernetes.io/docs/user-"
3287#~ "guide/kubectl-conventions/#generators for a list."
3288
3289# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/autoscale.go#L66
3290#~ msgid ""
3291#~ "The name of the API generator to use. Currently there is only 1 generator."
3292#~ msgstr ""
3293#~ "The name of the API generator to use. Currently there is only 1 generator."
3294
3295# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L133
3296#~ msgid ""
3297#~ "The name of the generator to use for creating a service.  Only used if --"
3298#~ "expose is true"
3299#~ msgstr ""
3300#~ "The name of the generator to use for creating a service.  Only used if --"
3301#~ "expose is true"
3302
3303# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L121
3304#~ msgid ""
3305#~ "The port that this container exposes.  If --expose is true, this is also "
3306#~ "the port used by the service that is created."
3307#~ msgstr ""
3308#~ "The port that this container exposes.  If --expose is true, this is also "
3309#~ "the port used by the service that is created."
3310
3311# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/run.go#L128
3312#~ msgid ""
3313#~ "The restart policy for this Pod.  Legal values [Always, OnFailure, "
3314#~ "Never].  If set to 'Always' a deployment is created, if set to "
3315#~ "'OnFailure' a job is created, if set to 'Never', a regular pod is "
3316#~ "created. For the latter two --replicas must be 1.  Default 'Always', for "
3317#~ "CronJobs `Never`."
3318#~ msgstr ""
3319#~ "The restart policy for this Pod.  Legal values [Always, OnFailure, "
3320#~ "Never].  If set to 'Always' a deployment is created, if set to "
3321#~ "'OnFailure' a job is created, if set to 'Never', a regular pod is "
3322#~ "created. For the latter two --replicas must be 1.  Default 'Always', for "
3323#~ "CronJobs `Never`."
3324
3325# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/expose.go#L101
3326#~ msgid ""
3327#~ "Type for this service: ClusterIP, NodePort, or LoadBalancer. Default is "
3328#~ "'ClusterIP'."
3329#~ msgstr ""
3330#~ "Type for this service: ClusterIP, NodePort, or LoadBalancer. Default is "
3331#~ "'ClusterIP'."
3332
3333# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/unset.go#L47
3334#~ msgid "Unsets an individual value in a kubeconfig file"
3335#~ msgstr "kubeconfigから変数を個別に削除する"
3336
3337# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/patch.go#L91
3338#~ msgid "Update field(s) of a resource using strategic merge patch"
3339#~ msgstr "Update field(s) of a resource using strategic merge patch"
3340
3341# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/set/set_image.go#L94
3342#~ msgid "Update image of a pod template"
3343#~ msgstr "Update image of a pod template"
3344
3345#~ msgid ""
3346#~ "View latest last-applied-configuration annotations of a resource/object"
3347#~ msgstr ""
3348#~ "View latest last-applied-configuration annotations of a resource/object"
3349
3350# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/create_service.go#L253
3351#~ msgid "external name of service"
3352#~ msgstr "external name of service"
3353
3354#~ msgid ""
3355#~ "watch is only supported on individual resources and resource collections "
3356#~ "- %d resources were found"
3357#~ msgid_plural ""
3358#~ "watch is only supported on individual resources and resource collections "
3359#~ "- %d resources were found"
3360#~ msgstr[0] ""
3361#~ "watchは単一リソース及びリソースコレクションのみサポートしています- %d個の"
3362#~ "リソースが見つかりました"
3363#~ msgstr[1] ""
3364#~ "watchは単一リソース及びリソースコレクションのみサポートしています- %d個の"
3365#~ "リソースが見つかりました"
3366