1# German translation.
2# Copyright (C) 2017
3# This file is distributed under the same license as the Kubernetes package.
4# FIRST AUTHOR steffenschmitz@hotmail.de, 2017.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: kubernetes\n"
10"Report-Msgid-Bugs-To: EMAIL\n"
11"POT-Creation-Date: 2021-07-07 20:15+0200\n"
12"PO-Revision-Date: 2017-09-02 01:36+0200\n"
13"Last-Translator: Steffen Schmitz <steffenschmitz@hotmail.de>\n"
14"Language-Team: Steffen Schmitz <steffenschmitz@hotmail.de>\n"
15"Language: de_DE\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20"X-Generator: Poedit 1.8.7.1\n"
21"X-Poedit-SourceCharset: UTF-8\n"
22
23#: staging/src/k8s.io/kubectl/pkg/cmd/top/top_node.go:62
24msgid ""
25"\n"
26"\t\t  # Show metrics for all nodes\n"
27"\t\t  kubectl top node\n"
28"\n"
29"\t\t  # Show metrics for a given node\n"
30"\t\t  kubectl top node NODE_NAME"
31msgstr ""
32"\n"
33"\t\t  # Zeige Metriken für alle Nodes\n"
34"\t\t  kubectl top node\n"
35"\n"
36"\t\t  # Zeige Metriken für den gegebenen Node\n"
37"\t\t  kubectl top node NODE_NAME"
38
39#: staging/src/k8s.io/kubectl/pkg/cmd/explain/explain.go:46
40msgid ""
41"\n"
42"\t\t# Get the documentation of the resource and its fields\n"
43"\t\tkubectl explain pods\n"
44"\n"
45"\t\t# Get the documentation of a specific field of a resource\n"
46"\t\tkubectl explain pods.spec.containers"
47msgstr ""
48"\n"
49"\t\t# Erhalte die Dokumentation einer Resource und ihrer Felder\n"
50"\t\tkubectl explain pods\n"
51"\n"
52"\t\t# Erhalte die Dokumentation eines speziellen Felds einer Resource\n"
53"\t\tkubectl explain pods.spec.containers"
54
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# Gebe Optionen aus, die an alle Kommandos vererbt werden\n"
63"\t\tkubectl options"
64
65#: staging/src/k8s.io/kubectl/pkg/cmd/version/version.go:44
66msgid ""
67"\n"
68"\t\t# Print the client and server versions for the current context\n"
69"\t\tkubectl version"
70msgstr ""
71"\n"
72"\t\t# Gebe die Client- und Server-Versionen des aktuellen Kontexts aus\n"
73"\t\tkubectl version"
74
75#: staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go:34
76msgid ""
77"\n"
78"\t\t# Print the supported API versions\n"
79"\t\tkubectl api-versions"
80msgstr ""
81"\n"
82"\t\t# Gebe die unterstützten API Versionen aus\n"
83"\t\tkubectl api-versions"
84
85#: staging/src/k8s.io/kubectl/pkg/cmd/top/top_pod.go:75
86msgid ""
87"\n"
88"\t\t# Show metrics for all pods in the default namespace\n"
89"\t\tkubectl top pod\n"
90"\n"
91"\t\t# Show metrics for all pods in the given namespace\n"
92"\t\tkubectl top pod --namespace=NAMESPACE\n"
93"\n"
94"\t\t# Show metrics for a given pod and its containers\n"
95"\t\tkubectl top pod POD_NAME --containers\n"
96"\n"
97"\t\t# Show metrics for the pods defined by label name=myLabel\n"
98"\t\tkubectl top pod -l name=myLabel"
99msgstr ""
100"\n"
101"\t\t# Zeige Metriken für alle Pods im Namespace default\n"
102"\t\tkubectl top pod\n"
103"\n"
104"\t\t# Zeige Metriken für alle Pods im gegebenen namespace\n"
105"\t\tkubectl top pod --namespace=NAMESPACE\n"
106"\n"
107"\t\t# Zeige Metriken für den gebenen Pod und seine Container\n"
108"\t\tkubectl top pod POD_NAME --containers\n"
109"\n"
110"\t\t# Zeige Metriken für Pods mit dem Label name=myLabel\n"
111"\t\tkubectl top pod -l name=myLabel"
112
113#: pkg/kubectl/cmd/convert/convert.go:40
114msgid ""
115"\n"
116"\t\tConvert config files between different API versions. Both YAML\n"
117"\t\tand JSON formats are accepted.\n"
118"\n"
119"\t\tThe command takes filename, directory, or URL as input, and convert it "
120"into format\n"
121"\t\tof version specified by --output-version flag. If target version is not "
122"specified or\n"
123"\t\tnot supported, convert to latest version.\n"
124"\n"
125"\t\tThe default output will be printed to stdout in YAML format. One can use "
126"-o option\n"
127"\t\tto change to output destination."
128msgstr ""
129"\n"
130"\t\tKonvertiere Konfigurationsdateien zwischen API Versionen. Sowohl YAML-\n"
131"\t\talsauch JSON-Formate werden akzeptiert.\n"
132"\n"
133"\t\tDer Befehlt akzeptiert Dateinamen, Ordner  oder URL als Parameter und "
134"konvertiert es ins Format\n"
135"\t\tder mit --output-version gegebenen Version. Wenn die Zielversion nicht \n"
136"\t\tangegeben wird oder ungültig ist, wird die neueste Version verwendet.\n"
137"\n"
138"\t\tDie Standardausgabe wird auf stdout im YAML-Format ausgegeben. Man kann "
139"die Option -o verwenden,\n"
140"\t\tum das Ausgabeziel festzulegen."
141
142#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:39
143msgid ""
144"\n"
145"\t\tCreate a namespace with the specified name."
146msgstr ""
147"\n"
148"\t\tErstelle einen Namespace mit dem gegebenen Namen."
149
150#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_role.go:43
151msgid ""
152"\n"
153"\t\tCreate a role with single rule."
154msgstr ""
155"\n"
156"\t\tErstelle eine Role mit einer einzelnen Rule."
157
158#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:40
159msgid ""
160"\n"
161"\t\tCreate a service account with the specified name."
162msgstr ""
163"\n"
164"\t\tErstelle einen ServiceAccount mit dem gegebenen Namen."
165
166#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:84
167msgid ""
168"\n"
169"\t\tMark node as schedulable."
170msgstr ""
171"\n"
172"\t\tMarkiere Knoten als schedulable."
173
174#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:55
175msgid ""
176"\n"
177"\t\tMark node as unschedulable."
178msgstr ""
179"\n"
180"\t\tMarkiere Knoten als unschedulable."
181
182#: staging/src/k8s.io/kubectl/pkg/cmd/apply/apply_set_last_applied.go:70
183msgid ""
184"\n"
185"\t\tSet the latest last-applied-configuration annotations by setting it to "
186"match the contents of a file.\n"
187"\t\tThis results in the last-applied-configuration being updated as though "
188"'kubectl apply -f <file>' was run,\n"
189"\t\twithout updating any other parts of the object."
190msgstr ""
191"\n"
192"\t\tSetze die aktuelle Annotation Last-Applied-Configuration auf den Inhalt "
193"der Datei.\n"
194"\t\tDas bedeutet, dass Last-Applied-Configuration aktualisiert wird, als ob "
195"'kubectl apply -f <file>' ausgeführt wurde,\n"
196"\t\tohne andere Teile des Objekts zu aktualisieren."
197
198#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:42
199msgid ""
200"\n"
201"\t  # Create a new namespace named my-namespace\n"
202"\t  kubectl create namespace my-namespace"
203msgstr ""
204"\n"
205"\t  # Erstelle einen neuen Namespace my-namespace\n"
206"\t  kubectl create namespace my-namespace"
207
208#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:43
209msgid ""
210"\n"
211"\t  # Create a new service account named my-service-account\n"
212"\t  kubectl create serviceaccount my-service-account"
213msgstr ""
214"\n"
215"\t  # Erstelle einen neuen ServiceAccount my-service-account\n"
216"\t  kubectl create serviceaccount my-service-account"
217
218#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:344
219msgid ""
220"\n"
221"\tCreate an ExternalName service with the specified name.\n"
222"\n"
223"\tExternalName service references to an external DNS address instead of\n"
224"\tonly pods, which will allow application authors to reference services\n"
225"\tthat exist off platform, on other clusters, or locally."
226msgstr ""
227"\n"
228"\tErstelle einen ExternalName-Service mit den gegebenen Namen.\n"
229"\n"
230"\tExternalName service referenziert eine externe DNS Adresse statt\n"
231"\teines pods, was Anwendungsautoren erlaubt, einen Service zu "
232"referenzieren,\n"
233"\tder abseits der Platform, auf anderen Clustern oder lokal exisiert."
234
235#: staging/src/k8s.io/kubectl/pkg/cmd/help/help.go:28
236msgid ""
237"\n"
238"\tHelp provides help for any command in the application.\n"
239"\tSimply type kubectl help [path to command] for full details."
240msgstr ""
241"\n"
242"\tHelp hilft bei jedem Befehl in der Anwendung.\n"
243"\tGib einfach kubectl help [path to command] für alle Details ein."
244
245#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:311
246msgid ""
247"\n"
248"    # Create a new LoadBalancer service named my-lbs\n"
249"    kubectl create service loadbalancer my-lbs --tcp=5678:8080"
250msgstr ""
251"\n"
252"    # Erstelle einen neuen LoadBalancer-Service my-lbs\n"
253"    kubectl create service loadbalancer my-lbs --tcp=5678:8080"
254
255#: staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go:102
256msgid ""
257"\n"
258"    # Dump current cluster state to stdout\n"
259"    kubectl cluster-info dump\n"
260"\n"
261"    # Dump current cluster state to /path/to/cluster-state\n"
262"    kubectl cluster-info dump --output-directory=/path/to/cluster-state\n"
263"\n"
264"    # Dump all namespaces to stdout\n"
265"    kubectl cluster-info dump --all-namespaces\n"
266"\n"
267"    # Dump a set of namespaces to /path/to/cluster-state\n"
268"    kubectl cluster-info dump --namespaces default,kube-system --output-"
269"directory=/path/to/cluster-state"
270msgstr ""
271"\n"
272"    # Schreibe den aktuellen Cluster-Zustand auf stdout\n"
273"    kubectl cluster-info dump\n"
274"\n"
275"    # Schreibe aktuellen Cluster-Zustand in /path/to/cluster-state\n"
276"    kubectl cluster-info dump --output-directory=/path/to/cluster-state\n"
277"\n"
278"    # Schreibe alle Namespaces auf stdout\n"
279"    kubectl cluster-info dump --all-namespaces\n"
280"\n"
281"    # Schreibe eine Menge an Namespaces in /path/to/cluster-state\n"
282"    kubectl cluster-info dump --namespaces default,kube-system --output-"
283"directory=/path/to/cluster-state"
284
285#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:308
286msgid ""
287"\n"
288"    Create a LoadBalancer service with the specified name."
289msgstr ""
290"\n"
291"    Erstelle einen LoadBalancer-Service mit dem gegebenen Namen."
292
293#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_quota.go:107
294msgid ""
295"A comma-delimited set of quota scopes that must all match each object "
296"tracked by the quota."
297msgstr ""
298"Eine komma-separierte Menge von Quota-Scopes, die zu jedem Object passen "
299"muss, dass von der Quota betroffen ist."
300
301#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_quota.go:106
302msgid ""
303"A comma-delimited set of resource=quantity pairs that define a hard limit."
304msgstr ""
305"Eine komma-separierte Menge von resource=quantity Paaren, die ein hartes "
306"Limit definieren."
307
308#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_pdb.go:113
309msgid ""
310"A label selector to use for this budget. Only equality-based selector "
311"requirements are supported."
312msgstr ""
313"Ein Label-Selektor, der für das Budget benutzt werden kann. Nur gleichheits-"
314"basierte Auswahlkriterien werden unterstützt."
315
316#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:152
317msgid ""
318"A label selector to use for this service. Only equality-based selector "
319"requirements are supported. If empty (the default) infer the selector from "
320"the replication controller or replica set.)"
321msgstr ""
322"Ein Label-Selektor, der für den Service benutzt werden kann. Nur gleichheits-"
323"basierte Auswahlkriterien werden unterstützt. Wenn er leer ist (standard), "
324"wird der Selektor vom ReplicationController oder ReplicaSet abgeleitet"
325
326#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:157
327msgid ""
328"Additional external IP address (not managed by Kubernetes) to accept for the "
329"service. If this IP is routed to a node, the service can be accessed by this "
330"IP in addition to its generated service IP."
331msgstr ""
332"Zusätzliche, externe IP Adressen (die nicht von Kubernetes verwaltet "
333"werden), die der Service akzeptieren soll. Wenn diese IP zu einem Knoten "
334"gerouted wird, kann der Service über die IP angesprochen werden, zusätzlich "
335"zu seiner generierten Service-IP."
336
337#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:125
338msgid "Approve a certificate signing request"
339msgstr "Genehmige eine Certificate-Signing-Request"
340
341#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_service.go:263
342msgid ""
343"Assign your own ClusterIP or set to 'None' for a 'headless' service (no "
344"loadbalancing)."
345msgstr ""
346"Weise Deine eigene ClusterIP zu oder setze sie auf 'None' für einen "
347"'headless'-Service (kein LoadBalancing)."
348
349#: staging/src/k8s.io/kubectl/pkg/cmd/attach/attach.go:105
350msgid "Attach to a running container"
351msgstr "Weise einem laufenden Container zu"
352
353#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:161
354msgid ""
355"ClusterIP to be assigned to the service. Leave empty to auto-allocate, or "
356"set to 'None' to create a headless service."
357msgstr ""
358"ClusterIP, die dem Service zugewiesen werden soll. Freilassen, für "
359"automatische Zuweisung oder auf 'None' setzen für einen headless-Service."
360
361#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_clusterrolebinding.go:101
362msgid "ClusterRole this ClusterRoleBinding should reference"
363msgstr "ClusterRole, die das ClusterRoleBinding referenzieren soll"
364
365#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding.go:104
366msgid "ClusterRole this RoleBinding should reference"
367msgstr "ClusterRole, die das RoleBinding referenzieren soll"
368
369#: pkg/kubectl/cmd/convert/convert.go:95
370msgid "Convert config files between different API versions"
371msgstr "Konvertiere Config-Dateien zwischen verschiedenen API Versionen"
372
373#: staging/src/k8s.io/kubectl/pkg/cmd/cp/cp.go:106
374msgid "Copy files and directories to and from containers."
375msgstr "Kopiere Dateien und Ordner aus/in Container(n)."
376
377#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:94
378msgid "Create a TLS secret"
379msgstr "Erstelle ein TLS-Secret"
380
381#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_namespace.go:83
382msgid "Create a namespace with the specified name"
383msgstr "Erstelle einen Namespace mit dem gegebenen Namen"
384
385#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:134
386msgid "Create a secret for use with a Docker registry"
387msgstr "Erstelle ein Secret für die Benutzung mit einer Docker-Registry"
388
389#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret.go:49
390msgid "Create a secret using specified subcommand"
391msgstr "Erstelle ein Secret mit dem angegebenen Sub-Befehl"
392
393#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_serviceaccount.go:85
394msgid "Create a service account with the specified name"
395msgstr "Erstelle einen ServiceAccount mit dem gegebenen Namen"
396
397#: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_cluster.go:42
398msgid "Delete the specified cluster from the kubeconfig"
399msgstr "Lösche das angegebene Cluster aus der kubeconfig"
400
401#: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_context.go:42
402msgid "Delete the specified context from the kubeconfig"
403msgstr "Lösche den angegebenen Kontext aus der kubeconfig"
404
405#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:174
406msgid "Deny a certificate signing request"
407msgstr "Lehne eine Certificate-Signing-Request ab"
408
409#: staging/src/k8s.io/kubectl/pkg/cmd/config/get_contexts.go:72
410msgid "Describe one or many contexts"
411msgstr "Beschreibe einen oder mehrere Kontexte"
412
413#: staging/src/k8s.io/kubectl/pkg/cmd/config/get_clusters.go:41
414msgid "Display clusters defined in the kubeconfig"
415msgstr "Zeige Cluster, die in der kubeconfig definiert sind"
416
417#: staging/src/k8s.io/kubectl/pkg/cmd/config/view.go:81
418msgid "Display merged kubeconfig settings or a specified kubeconfig file"
419msgstr ""
420"Zeige vereinte kubeconfig-Einstellungen oder die angegebene kubeconfig-Datei"
421
422#: staging/src/k8s.io/kubectl/pkg/cmd/get/get.go:165
423msgid "Display one or many resources"
424msgstr "Zeige eine oder mehrere Resourcen"
425
426#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:184
427msgid "Drain node in preparation for maintenance"
428msgstr "Leere Knoten, um eine Wartung vorzubereiten"
429
430#: staging/src/k8s.io/kubectl/pkg/cmd/edit/edit.go:77
431msgid "Edit a resource on the server"
432msgstr "Bearbeite eine Resource auf dem Server"
433
434#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:152
435msgid "Email for Docker registry"
436msgstr "E-Mail für Docker-Registry"
437
438#: staging/src/k8s.io/kubectl/pkg/cmd/exec/exec.go:89
439msgid "Execute a command in a container"
440msgstr "Führe einen Befehl im Container aus"
441
442#: staging/src/k8s.io/kubectl/pkg/cmd/portforward/portforward.go:109
443msgid "Forward one or more local ports to a pod"
444msgstr "Leite einen oder mehrere lokale Ports an einen Pod weiter"
445
446#: staging/src/k8s.io/kubectl/pkg/cmd/help/help.go:37
447msgid "Help about any command"
448msgstr "Hilfe für jeden Befehl"
449
450#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:98
451msgid "Mark node as schedulable"
452msgstr "Markiere Knoten als schedulable"
453
454#: staging/src/k8s.io/kubectl/pkg/cmd/drain/drain.go:69
455msgid "Mark node as unschedulable"
456msgstr "Markiere Knoten als unschedulable"
457
458#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_pause.go:83
459msgid "Mark the provided resource as paused"
460msgstr "Markiere die gegebene Resource als pausiert"
461
462#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:49
463#: staging/src/k8s.io/kubectl/pkg/cmd/certificates/certificates.go:50
464msgid "Modify certificate resources."
465msgstr "Verändere Certificate-Resources"
466
467#: staging/src/k8s.io/kubectl/pkg/cmd/config/config.go:42
468msgid "Modify kubeconfig files"
469msgstr "Verändere kubeconfig Dateien"
470
471#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:156
472msgid ""
473"Name or number for the port on the container that the service should direct "
474"traffic to. Optional."
475msgstr ""
476"Name oder Nummer des Ports in dem Container, zu dem der Service Daten leiten "
477"soll. Optional."
478
479#: staging/src/k8s.io/kubectl/pkg/cmd/logs/logs.go:174
480msgid ""
481"Only return logs after a specific date (RFC3339). Defaults to all logs. Only "
482"one of since-time / since may be used."
483msgstr ""
484"Zeige nur Logs nach einem bestimmten Datum (RFC3339) an. Zeigt standardmäßig "
485"alle logs. Es kann entweder since-time oder since benutzt werden."
486
487#: staging/src/k8s.io/kubectl/pkg/cmd/completion/completion.go:112
488msgid "Output shell completion code for the specified shell (bash or zsh)"
489msgstr "Zeige Shell-Completion-Code für die angegebene Shell (bash oder zsh)"
490
491#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:151
492msgid "Password for Docker registry authentication"
493msgstr "Passwort für die Authentifizierung bei der Docker-Registry"
494
495#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:110
496msgid "Path to PEM encoded public key certificate."
497msgstr "Pfad des Public-Key-Zertifikats im PEM-Format."
498
499#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_tls.go:111
500msgid "Path to private key associated with given certificate."
501msgstr "Pfad zum Private-Key, der zum gegebenen Zertifikat passt."
502
503#: staging/src/k8s.io/kubectl/pkg/cmd/scale/scale.go:130
504msgid ""
505"Precondition for resource version. Requires that the current resource "
506"version match this value in order to scale."
507msgstr ""
508"Vorbedingung für Resource-Version. Verlangt, dass die aktuelle Resource-"
509"Version diesen Wert erfüllt, um zu skalieren."
510
511#: staging/src/k8s.io/kubectl/pkg/cmd/version/version.go:73
512msgid "Print the client and server version information"
513msgstr "Schreibt die Client- und Server-Versionsinformation"
514
515#: staging/src/k8s.io/kubectl/pkg/cmd/options/options.go:38
516#: staging/src/k8s.io/kubectl/pkg/cmd/options/options.go:39
517msgid "Print the list of flags inherited by all commands"
518msgstr "Schreibt die Liste von Optionen, die alle Befehle erben"
519
520#: staging/src/k8s.io/kubectl/pkg/cmd/logs/logs.go:152
521msgid "Print the logs for a container in a pod"
522msgstr "Schreibt die Logs für einen Container in einem Pod"
523
524#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_resume.go:87
525msgid "Resume a paused resource"
526msgstr "Setze eine pausierte Resource fort"
527
528#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding.go:105
529msgid "Role this RoleBinding should reference"
530msgstr "Role, die dieses RoleBinding referenzieren soll"
531
532#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:152
533msgid "Run a particular image on the cluster"
534msgstr "Starte ein bestimmtes Image auf dem Cluster"
535
536#: staging/src/k8s.io/kubectl/pkg/cmd/proxy/proxy.go:119
537msgid "Run a proxy to the Kubernetes API server"
538msgstr "Starte einen Proxy zum Kubernetes-API-Server"
539
540#: staging/src/k8s.io/kubectl/pkg/cmd/set/set.go:39
541msgid "Set specific features on objects"
542msgstr "Setze bestimmte Features auf Objekten"
543
544#: staging/src/k8s.io/kubectl/pkg/cmd/set/set_selector.go:104
545msgid "Set the selector on a resource"
546msgstr "Setze den Selektor auf einer Resource"
547
548#: staging/src/k8s.io/kubectl/pkg/cmd/describe/describe.go:107
549msgid "Show details of a specific resource or group of resources"
550msgstr "Zeige Details zu einer bestimmten Resource oder Gruppe von Resourcen"
551
552#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_status.go:102
553msgid "Show the status of the rollout"
554msgstr "Zeige den Status des Rollout"
555
556#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:154
557msgid "Synonym for --target-port"
558msgstr "Synonym für --target-port"
559
560#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:174
561msgid "The image for the container to run."
562msgstr "Das Image, dass auf dem Container gestartet werden soll."
563
564#: staging/src/k8s.io/kubectl/pkg/cmd/run/run.go:176
565msgid ""
566"The image pull policy for the container. If left empty, this value will not "
567"be specified by the client and defaulted by the server"
568msgstr ""
569"Die Image-Pull-Policy für den Container. Wenn leer, wird der Wert nicht vom "
570"Client gesetzt, sondern standardmäßig vom Server."
571
572#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_pdb.go:111
573msgid ""
574"The minimum number or percentage of available pods this budget requires."
575msgstr ""
576"Die minimale Anzahl oder Prozentzahl von verfügbaren Pods, die das Budget "
577"voraussetzt."
578
579#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:159
580msgid "The name for the newly created object."
581msgstr "Der Name des neu erstellten Objekts."
582
583#: staging/src/k8s.io/kubectl/pkg/cmd/autoscale/autoscale.go:125
584msgid ""
585"The name for the newly created object. If not specified, the name of the "
586"input resource will be used."
587msgstr ""
588"Der Name des neu erstellten Objekts. Falls nicht angegeben, wird der Name "
589"der Input-Resource verwendet."
590
591#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:147
592msgid ""
593"The name of the API generator to use. There are 2 generators: 'service/v1' "
594"and 'service/v2'. The only difference between them is that service port in "
595"v1 is named 'default', while it is left unnamed in v2. Default is 'service/"
596"v2'."
597msgstr ""
598"Der Name des zu verwendenden API-Generators. Es gibt zwei Generatoren: "
599"'service/v1' und 'service/v2'. Der einzige Unterschied ist, dass der "
600"Serviceport in v1 'default' heißt, während er in v2 unbenannt bleibt. "
601"Standard ist 'service/v2'."
602
603#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:148
604msgid "The network protocol for the service to be created. Default is 'TCP'."
605msgstr ""
606"Das Netzwerkprotokoll, für den zu erstellenden Service. Standard ist 'TCP'."
607
608#: staging/src/k8s.io/kubectl/pkg/cmd/expose/expose.go:149
609msgid ""
610"The port that the service should serve on. Copied from the resource being "
611"exposed, if unspecified"
612msgstr ""
613"Der Port auf den der Service hören soll. Wird von der angebotenen Resource "
614"kopiert, falls nicht angegeben"
615
616#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret.go:155
617msgid "The type of secret to create"
618msgstr "Der Typ des zu erstellenden Secrets"
619
620#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_undo.go:87
621msgid "Undo a previous rollout"
622msgstr "Widerrufe ein vorheriges Rollout"
623
624#: staging/src/k8s.io/kubectl/pkg/cmd/set/set_resources.go:116
625msgid "Update resource requests/limits on objects with pod templates"
626msgstr "Aktualisiere Resourcen requests/limits auf Objekten mit Pod-Templates"
627
628#: staging/src/k8s.io/kubectl/pkg/cmd/annotate/annotate.go:135
629msgid "Update the annotations on a resource"
630msgstr "Aktualisiere die Annotationen auf einer Resource"
631
632#: staging/src/k8s.io/kubectl/pkg/cmd/label/label.go:133
633msgid "Update the labels on a resource"
634msgstr "Aktualisiere die Labels auf einer Resource"
635
636#: staging/src/k8s.io/kubectl/pkg/cmd/taint/taint.go:109
637msgid "Update the taints on one or more nodes"
638msgstr "Aktualisiere die Taints auf einem oder mehreren Knoten"
639
640#: staging/src/k8s.io/kubectl/pkg/cmd/create/create_secret_docker.go:150
641msgid "Username for Docker registry authentication"
642msgstr "Username für Authentifizierung bei der Docker-Registry"
643
644#: staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_history.go:83
645msgid "View rollout history"
646msgstr "Zeige rollout-Verlauf"
647
648#: staging/src/k8s.io/kubectl/pkg/cmd/cmd.go:227
649msgid "kubectl controls the Kubernetes cluster manager"
650msgstr "kubectl kontrolliert den Kubernetes-Cluster-Manager"
651
652#~ msgid ""
653#~ "\n"
654#~ "\t\t  # Create a ClusterRoleBinding for user1, user2, and group1 using "
655#~ "the cluster-admin ClusterRole\n"
656#~ "\t\t  kubectl create clusterrolebinding cluster-admin --"
657#~ "clusterrole=cluster-admin --user=user1 --user=user2 --group=group1"
658#~ msgstr ""
659#~ "\n"
660#~ "\t\t # Erstellt ein ClusterRoleBinding für user1, user2 und group1 mit "
661#~ "der ClusterRole cluster-admin\n"
662#~ "\t\t  kubectl create clusterrolebinding cluster-admin --"
663#~ "clusterrole=cluster-admin --user=user1 --user=user2 --group=group1"
664
665#~ msgid ""
666#~ "\n"
667#~ "\t\t  # Create a RoleBinding for user1, user2, and group1 using the admin "
668#~ "ClusterRole\n"
669#~ "\t\t  kubectl create rolebinding admin --clusterrole=admin --user=user1 --"
670#~ "user=user2 --group=group1"
671#~ msgstr ""
672#~ "\n"
673#~ "\t\t  # Erstellt ein RoleBinding für user1, user2 und group1 mit der "
674#~ "ClusterRole admin\n"
675#~ "\t\t  kubectl create rolebinding admin --clusterrole=admin --user=user1 --"
676#~ "user=user2 --group=group1"
677
678#~ msgid ""
679#~ "\n"
680#~ "\t\t  # Create a new configmap named my-config based on folder bar\n"
681#~ "\t\t  kubectl create configmap my-config --from-file=path/to/bar\n"
682#~ "\n"
683#~ "\t\t  # Create a new configmap named my-config with specified keys "
684#~ "instead of file basenames on disk\n"
685#~ "\t\t  kubectl create configmap my-config --from-file=key1=/path/to/bar/"
686#~ "file1.txt --from-file=key2=/path/to/bar/file2.txt\n"
687#~ "\n"
688#~ "\t\t  # Create a new configmap named my-config with key1=config1 and "
689#~ "key2=config2\n"
690#~ "\t\t  kubectl create configmap my-config --from-literal=key1=config1 --"
691#~ "from-literal=key2=config2"
692#~ msgstr ""
693#~ "\n"
694#~ "\t\t  # Erstellt eine neue ConfigMap mit dem Namen my-config basierend "
695#~ "auf dem Ordner bar\n"
696#~ "\t\t  kubectl create configmap my-config --from-file=path/to/bar\n"
697#~ "\n"
698#~ "\t\t  # Erstellt eine neue ConfigMap mit dem Namen my-config mit den "
699#~ "angegebenen Keys statt des Dateinamens auf der Festplatte.\n"
700#~ "\t\t  kubectl create configmap my-config --from-file=key1=/path/to/bar/"
701#~ "file1.txt --from-file=key2=/path/to/bar/file2.txt\n"
702#~ "\n"
703#~ "\t\t  # Erstellt eine neue ConfigMap mit dem Namen my-config mit "
704#~ "key1=config1 und key2=config2\n"
705#~ "\t\t  kubectl create configmap my-config --from-literal=key1=config1 --"
706#~ "from-literal=key2=config2"
707
708#~ msgid ""
709#~ "\n"
710#~ "\t\t  # If you don't already have a .dockercfg file, you can create a "
711#~ "dockercfg secret directly by using:\n"
712#~ "\t\t  kubectl create secret docker-registry my-secret --docker-"
713#~ "server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-"
714#~ "password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL"
715#~ msgstr ""
716#~ "\n"
717#~ "\t\t  # Wenn keine .dockercfg Datei existiert, kann direkt ein dockercfg "
718#~ "Secret erstellen mit:\n"
719#~ "\t\t  kubectl create secret docker-registry my-secret --docker-"
720#~ "server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-"
721#~ "password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL"
722
723#~ msgid ""
724#~ "\n"
725#~ "\t\t# Apply the configuration in pod.json to a pod.\n"
726#~ "\t\tkubectl apply -f ./pod.json\n"
727#~ "\n"
728#~ "\t\t# Apply the JSON passed into stdin to a pod.\n"
729#~ "\t\tcat pod.json | kubectl apply -f -\n"
730#~ "\n"
731#~ "\t\t# Note: --prune is still in Alpha\n"
732#~ "\t\t# Apply the configuration in manifest.yaml that matches label "
733#~ "app=nginx and delete all the other resources that are not in the file and "
734#~ "match label app=nginx.\n"
735#~ "\t\tkubectl apply --prune -f manifest.yaml -l app=nginx\n"
736#~ "\n"
737#~ "\t\t# Apply the configuration in manifest.yaml and delete all the other "
738#~ "configmaps that are not in the file.\n"
739#~ "\t\tkubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/"
740#~ "v1/ConfigMap"
741#~ msgstr ""
742#~ "\n"
743#~ "\t\t# Wende die Konfiguration in pod.json auf einen Pod an.\n"
744#~ "\t\tkubectl apply -f ./pod.json\n"
745#~ "\n"
746#~ "\t\t# Wende die JSON-Daten von stdin auf einen Pod an.\n"
747#~ "\t\tcat pod.json | kubectl apply -f -\n"
748#~ "\n"
749#~ "\t\t# Hinweis: --prune ist noch in Alpha\n"
750#~ "\t\t# Wende die Konfiguration, mit dem Label app=nginx, im manifest.yaml "
751#~ "an und lösche alle Resourcen, die nicht in der Datei sind oder nicht das "
752#~ "Label app=nginx besitzen.\n"
753#~ "\t\tkubectl apply --prune -f manifest.yaml -l app=nginx\n"
754#~ "\n"
755#~ "\t\t# Wende die Konfiguration im manifest.yaml an und lösche alle "
756#~ "ConfigMaps, die nicht in der Datei sind.\n"
757#~ "\t\tkubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/"
758#~ "v1/ConfigMap"
759
760#, c-format
761#~ msgid ""
762#~ "\n"
763#~ "\t\t# Auto scale a deployment \"foo\", with the number of pods between 2 "
764#~ "and 10, no target CPU utilization specified so a default autoscaling "
765#~ "policy will be used:\n"
766#~ "\t\tkubectl autoscale deployment foo --min=2 --max=10\n"
767#~ "\n"
768#~ "\t\t# Auto scale a replication controller \"foo\", with the number of "
769#~ "pods between 1 and 5, target CPU utilization at 80%:\n"
770#~ "\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80"
771#~ msgstr ""
772#~ "\n"
773#~ "\t\t# Auto-skaliere ein Deployment \"foo\", mit einer Anzahl an Pods "
774#~ "zwischen 2 und 10, eine Ziel-CPU-Auslastung ist angegeben, sodass eine "
775#~ "Standard-autoskalierungsregel verwendet wird:\n"
776#~ "\t\tkubectl autoscale deployment foo --min=2 --max=10\n"
777#~ "\n"
778#~ "\t\t# Auto-skaliere einen Replication-Controller \"foo\", mit einer "
779#~ "Anzahl an Pods zwischen 1 und 5, mit einer Ziel-CPU-Auslastung von 80%:\n"
780#~ "\t\tkubectl autoscale rc foo --max=5 --cpu-percent=80"
781
782#~ msgid ""
783#~ "\n"
784#~ "\t\t# Convert 'pod.yaml' to latest version and print to stdout.\n"
785#~ "\t\tkubectl convert -f pod.yaml\n"
786#~ "\n"
787#~ "\t\t# Convert the live state of the resource specified by 'pod.yaml' to "
788#~ "the latest version\n"
789#~ "\t\t# and print to stdout in json format.\n"
790#~ "\t\tkubectl convert -f pod.yaml --local -o json\n"
791#~ "\n"
792#~ "\t\t# Convert all files under current directory to latest version and "
793#~ "create them all.\n"
794#~ "\t\tkubectl convert -f . | kubectl create -f -"
795#~ msgstr ""
796#~ "\n"
797#~ "\t\t# Konvertiere 'pod.yaml' zur neuesten Version und schreibe auf "
798#~ "stdout.\n"
799#~ "\t\tkubectl convert -f pod.yaml\n"
800#~ "\n"
801#~ "\t\t# Konvertiere den aktuellen Zustand der Resource, die in 'pod.yaml' "
802#~ "angegeben ist, zur neuesten Version\n"
803#~ "\t\t# und schreibe auf stdout im JSON-Format.\n"
804#~ "\t\tkubectl convert -f pod.yaml --local -o json\n"
805#~ "\n"
806#~ "\t\t# Konvertiere alle Dateien im aktuellen Ordner zur neuesten Version "
807#~ "und erstelle sie.\n"
808#~ "\t\tkubectl convert -f . | kubectl create -f -"
809
810#~ msgid ""
811#~ "\n"
812#~ "\t\t# Create a ClusterRole named \"pod-reader\" that allows user to "
813#~ "perform \"get\", \"watch\" and \"list\" on pods\n"
814#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
815#~ "resource=pods\n"
816#~ "\n"
817#~ "\t\t# Create a ClusterRole named \"pod-reader\" with ResourceName "
818#~ "specified\n"
819#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
820#~ "resource=pods --resource-name=readablepod"
821#~ msgstr ""
822#~ "\n"
823#~ "\t\t# Erstellt eine ClusterRole \"pod-reader\", die es Nutzern erlaubt "
824#~ "\"get\", \"watch\" und \"list\" auf den Pods auszuführen\n"
825#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
826#~ "resource=pods\n"
827#~ "\n"
828#~ "\t\t# Erstellt eine ClusterRole \"pod-reader\" mit dem angegebenen "
829#~ "ResourceName\n"
830#~ "\t\tkubectl create clusterrole pod-reader --verb=get,list,watch --"
831#~ "resource=pods --resource-name=readablepod"
832
833#~ msgid ""
834#~ "\n"
835#~ "\t\t# Create a Role named \"pod-reader\" that allows user to perform \"get"
836#~ "\", \"watch\" and \"list\" on pods\n"
837#~ "\t\tkubectl create role pod-reader --verb=get --verb=list --verb=watch --"
838#~ "resource=pods\n"
839#~ "\n"
840#~ "\t\t# Create a Role named \"pod-reader\" with ResourceName specified\n"
841#~ "\t\tkubectl create role pod-reader --verb=get --verg=list --verb=watch --"
842#~ "resource=pods --resource-name=readablepod"
843#~ msgstr ""
844#~ "\n"
845#~ "\t\t# Erstellt eine Role \"pod-reader\", die es dem Nutzer erlaubt \"get"
846#~ "\", \"watch\" und \"list\" auf den Pods auszuführen\n"
847#~ "\t\tkubectl create role pod-reader --verb=get --verb=list --verb=watch --"
848#~ "resource=pods\n"
849#~ "\n"
850#~ "\t\t# Erstellt eine Role \"pod-reader\" mit dem angegebenen ResourceName\n"
851#~ "\t\tkubectl create role pod-reader --verb=get --verg=list --verb=watch --"
852#~ "resource=pods --resource-name=readablepod"
853
854#~ msgid ""
855#~ "\n"
856#~ "\t\t# Create a new resourcequota named my-quota\n"
857#~ "\t\tkubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,"
858#~ "services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,"
859#~ "persistentvolumeclaims=10\n"
860#~ "\n"
861#~ "\t\t# Create a new resourcequota named best-effort\n"
862#~ "\t\tkubectl create quota best-effort --hard=pods=100 --scopes=BestEffort"
863#~ msgstr ""
864#~ "\n"
865#~ "\t\t# Erstellt eine neue ResourceQuota my-quota\n"
866#~ "\t\tkubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,"
867#~ "services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,"
868#~ "persistentvolumeclaims=10\n"
869#~ "\n"
870#~ "\t\t# Erstellt eine neue ResourceQuota best-effort\n"
871#~ "\t\tkubectl create quota best-effort --hard=pods=100 --scopes=BestEffort"
872
873#, c-format
874#~ msgid ""
875#~ "\n"
876#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
877#~ "pods with the app=rails label\n"
878#~ "\t\t# and require at least one of them being available at any point in "
879#~ "time.\n"
880#~ "\t\tkubectl create poddisruptionbudget my-pdb --selector=app=rails --min-"
881#~ "available=1\n"
882#~ "\n"
883#~ "\t\t# Create a pod disruption budget named my-pdb that will select all "
884#~ "pods with the app=nginx label\n"
885#~ "\t\t# and require at least half of the pods selected to be available at "
886#~ "any point in time.\n"
887#~ "\t\tkubectl create pdb my-pdb --selector=app=nginx --min-available=50%"
888#~ msgstr ""
889#~ "\n"
890#~ "\t\t# Erstellt ein Pod-Disruption-Budget my-pdb, dass alle Pods mit dem "
891#~ "Label app=rails auswählt\n"
892#~ "\t\t# und sicherstellt, dass mindestens einer von ihnen zu jedem "
893#~ "Zeitpunkt verfügbar ist.\n"
894#~ "\t\tkubectl create poddisruptionbudget my-pdb --selector=app=rails --min-"
895#~ "available=1\n"
896#~ "\n"
897#~ "\t\t# Erstellt ein Pod-Disruption-Budget my-pdb, dass alle Pods mit dem "
898#~ "Label app=nginx auswählt\n"
899#~ "\t\t# und sicherstellt, dass mindestens die Hälfte der gewählten Pods zu "
900#~ "jedem Zeitpunkt verfügbar ist.\n"
901#~ "\t\tkubectl create pdb my-pdb --selector=app=nginx --min-available=50%"
902
903#~ msgid ""
904#~ "\n"
905#~ "\t\t# Create a pod using the data in pod.json.\n"
906#~ "\t\tkubectl create -f ./pod.json\n"
907#~ "\n"
908#~ "\t\t# Create a pod based on the JSON passed into stdin.\n"
909#~ "\t\tcat pod.json | kubectl create -f -\n"
910#~ "\n"
911#~ "\t\t# Edit the data in docker-registry.yaml in JSON using the v1 API "
912#~ "format then create the resource using the edited data.\n"
913#~ "\t\tkubectl create -f docker-registry.yaml --edit --output-version=v1 -o "
914#~ "json"
915#~ msgstr ""
916#~ "\n"
917#~ "\t\t# Erstellt einen Pod mit den Daten in pod.json.\n"
918#~ "\t\tkubectl create -f ./pod.json\n"
919#~ "\n"
920#~ "\t\t# Erstellt einen Pod basierend auf den JSON-Daten von stdin.\n"
921#~ "\t\tcat pod.json | kubectl create -f -\n"
922#~ "\n"
923#~ "\t\t# Verändert die Daten in docker-registry.yaml in JSON mit dem v1 API "
924#~ "Format und erstellt eine Resource mit den veränderten Daten.\n"
925#~ "\t\tkubectl create -f docker-registry.yaml --edit --output-version=v1 -o "
926#~ "json"
927
928#~ msgid ""
929#~ "\n"
930#~ "\t\t# Create a service for a replicated nginx, which serves on port 80 "
931#~ "and connects to the containers on port 8000.\n"
932#~ "\t\tkubectl expose rc nginx --port=80 --target-port=8000\n"
933#~ "\n"
934#~ "\t\t# Create a service for a replication controller identified by type "
935#~ "and name specified in \"nginx-controller.yaml\", which serves on port 80 "
936#~ "and connects to the containers on port 8000.\n"
937#~ "\t\tkubectl expose -f nginx-controller.yaml --port=80 --target-port=8000\n"
938#~ "\n"
939#~ "\t\t# Create a service for a pod valid-pod, which serves on port 444 with "
940#~ "the name \"frontend\"\n"
941#~ "\t\tkubectl expose pod valid-pod --port=444 --name=frontend\n"
942#~ "\n"
943#~ "\t\t# Create a second service based on the above service, exposing the "
944#~ "container port 8443 as port 443 with the name \"nginx-https\"\n"
945#~ "\t\tkubectl expose service nginx --port=443 --target-port=8443 --"
946#~ "name=nginx-https\n"
947#~ "\n"
948#~ "\t\t# Create a service for a replicated streaming application on port "
949#~ "4100 balancing UDP traffic and named 'video-stream'.\n"
950#~ "\t\tkubectl expose rc streamer --port=4100 --protocol=udp --name=video-"
951#~ "stream\n"
952#~ "\n"
953#~ "\t\t# Create a service for a replicated nginx using replica set, which "
954#~ "serves on port 80 and connects to the containers on port 8000.\n"
955#~ "\t\tkubectl expose rs nginx --port=80 --target-port=8000\n"
956#~ "\n"
957#~ "\t\t# Create a service for an nginx deployment, which serves on port 80 "
958#~ "and connects to the containers on port 8000.\n"
959#~ "\t\tkubectl expose deployment nginx --port=80 --target-port=8000"
960#~ msgstr ""
961#~ "\n"
962#~ "\t\t# Erstellt einen Service für einen replizierten nginx, der auf Port "
963#~ "80 hört und verbindet sich mit den Containern auf Port 8000.\n"
964#~ "\t\tkubectl expose rc nginx --port=80 --target-port=8000\n"
965#~ "\n"
966#~ "\t\t# Erstellt einen Service für einen Replication-Controller, der über "
967#~ "type und name in \"nginx-controller.yaml\" identifiziert wird, auf Port "
968#~ "80 hört und verbindet sich mit den Containern auf Port 8000.\n"
969#~ "\t\tkubectl expose -f nginx-controller.yaml --port=80 --target-port=8000\n"
970#~ "\n"
971#~ "\t\t# Erstellt einen Service, mit dem Namen \"frontend\", für einen Pod "
972#~ "valid-pod, der auf port 444 hört\n"
973#~ "\t\tkubectl expose pod valid-pod --port=444 --name=frontend\n"
974#~ "\n"
975#~ "\t\t# Erstellt einen zweiten Service basierend auf dem vorherigen "
976#~ "Service, der den Container Port 8443 auf Port 443 mit dem Namen \"nginx-"
977#~ "https\" anbietet\n"
978#~ "\t\tkubectl expose service nginx --port=443 --target-port=8443 --"
979#~ "name=nginx-https\n"
980#~ "\n"
981#~ "\t\t# Erstellt einen Service für eine Replicated-Streaming-Application "
982#~ "auf Port 4100, die UDP-Traffic verarbeitet und 'video-stream' heißt.\n"
983#~ "\t\tkubectl expose rc streamer --port=4100 --protocol=udp --name=video-"
984#~ "stream\n"
985#~ "\n"
986#~ "\t\t# Erstellt einen Service für einen replizierten nginx mit einem "
987#~ "Replica-Set, dass auf Port 80 hört und verbindet sich mit den Containern "
988#~ "auf Port 8000.\n"
989#~ "\t\tkubectl expose rs nginx --port=80 --target-port=8000\n"
990#~ "\n"
991#~ "\t\t# Erstellt einen Service für ein nginx Deployment, dass auf Port 80 "
992#~ "hört und verbindet sich mit den Containern auf Port 8000.\n"
993#~ "\t\tkubectl expose deployment nginx --port=80 --target-port=8000"
994
995#~ msgid ""
996#~ "\n"
997#~ "\t\t# Delete a pod using the type and name specified in pod.json.\n"
998#~ "\t\tkubectl delete -f ./pod.json\n"
999#~ "\n"
1000#~ "\t\t# Delete a pod based on the type and name in the JSON passed into "
1001#~ "stdin.\n"
1002#~ "\t\tcat pod.json | kubectl delete -f -\n"
1003#~ "\n"
1004#~ "\t\t# Delete pods and services with same names \"baz\" and \"foo\"\n"
1005#~ "\t\tkubectl delete pod,service baz foo\n"
1006#~ "\n"
1007#~ "\t\t# Delete pods and services with label name=myLabel.\n"
1008#~ "\t\tkubectl delete pods,services -l name=myLabel\n"
1009#~ "\n"
1010#~ "\t\t# Delete a pod with minimal delay\n"
1011#~ "\t\tkubectl delete pod foo --now\n"
1012#~ "\n"
1013#~ "\t\t# Force delete a pod on a dead node\n"
1014#~ "\t\tkubectl delete pod foo --grace-period=0 --force\n"
1015#~ "\n"
1016#~ "\t\t# Delete all pods\n"
1017#~ "\t\tkubectl delete pods --all"
1018#~ msgstr ""
1019#~ "\n"
1020#~ "\t\t# Löscht einen Pod mit type und name aus pod.json.\n"
1021#~ "\t\tkubectl delete -f ./pod.json\n"
1022#~ "\n"
1023#~ "\t\t# Löscht einen Pod mit dem type und name aus den JSON-Daten von "
1024#~ "stdin.\n"
1025#~ "\t\tcat pod.json | kubectl delete -f -\n"
1026#~ "\n"
1027#~ "\t\t# Löscht Pods und Services mit den Namen \"baz\" und \"foo\"\n"
1028#~ "\t\tkubectl delete pod,service baz foo\n"
1029#~ "\n"
1030#~ "\t\t# Löscht Pods und Services mit dem Label name=myLabel.\n"
1031#~ "\t\tkubectl delete pods,services -l name=myLabel\n"
1032#~ "\n"
1033#~ "\t\t# Löscht einen Pod mit minimaler Verzögerung\n"
1034#~ "\t\tkubectl delete pod foo --now\n"
1035#~ "\n"
1036#~ "\t\t# Erzwingt das Löschen eines Pods auf einem toten Node\n"
1037#~ "\t\tkubectl delete pod foo --grace-period=0 --force\n"
1038#~ "\n"
1039#~ "\t\t# Löscht alle Pods\n"
1040#~ "\t\tkubectl delete pods --all"
1041
1042#~ msgid ""
1043#~ "\n"
1044#~ "\t\t# Describe a node\n"
1045#~ "\t\tkubectl describe nodes kubernetes-node-emt8.c.myproject.internal\n"
1046#~ "\n"
1047#~ "\t\t# Describe a pod\n"
1048#~ "\t\tkubectl describe pods/nginx\n"
1049#~ "\n"
1050#~ "\t\t# Describe a pod identified by type and name in \"pod.json\"\n"
1051#~ "\t\tkubectl describe -f pod.json\n"
1052#~ "\n"
1053#~ "\t\t# Describe all pods\n"
1054#~ "\t\tkubectl describe pods\n"
1055#~ "\n"
1056#~ "\t\t# Describe pods by label name=myLabel\n"
1057#~ "\t\tkubectl describe po -l name=myLabel\n"
1058#~ "\n"
1059#~ "\t\t# Describe all pods managed by the 'frontend' replication controller "
1060#~ "(rc-created pods\n"
1061#~ "\t\t# get the name of the rc as a prefix in the pod the name).\n"
1062#~ "\t\tkubectl describe pods frontend"
1063#~ msgstr ""
1064#~ "\n"
1065#~ "\t\t# Beschreibt einen Knoten\n"
1066#~ "\t\tkubectl describe nodes kubernetes-node-emt8.c.myproject.internal\n"
1067#~ "\n"
1068#~ "\t\t# Beschreibt einen Pod\n"
1069#~ "\t\tkubectl describe pods/nginx\n"
1070#~ "\n"
1071#~ "\t\t# Beschreibt einen Pod mit type und name aus \"pod.json\"\n"
1072#~ "\t\tkubectl describe -f pod.json\n"
1073#~ "\n"
1074#~ "\t\t# Beschreibt alle Pods\n"
1075#~ "\t\tkubectl describe pods\n"
1076#~ "\n"
1077#~ "\t\t# Beschreibt Pods mit dem Label name=myLabel\n"
1078#~ "\t\tkubectl describe po -l name=myLabel\n"
1079#~ "\n"
1080#~ "\t\t# Beschreibt alle Pods, die vom ReplicationController 'frontend' "
1081#~ "verwaltet werden (rc-erstellte Pods\n"
1082#~ "\t\t# bekommen den Namen des rc als Prefix im Podnamen).\n"
1083#~ "\t\tkubectl describe pods frontend"
1084
1085#~ msgid ""
1086#~ "\n"
1087#~ "\t\t# Drain node \"foo\", even if there are pods not managed by a "
1088#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet on it.\n"
1089#~ "\t\t$ kubectl drain foo --force\n"
1090#~ "\n"
1091#~ "\t\t# As above, but abort if there are pods not managed by a "
1092#~ "ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet, and use "
1093#~ "a grace period of 15 minutes.\n"
1094#~ "\t\t$ kubectl drain foo --grace-period=900"
1095#~ msgstr ""
1096#~ "\n"
1097#~ "\t\t# Leere den Knoten \"foo\", selbst wenn er Pods enthält, die nicht "
1098#~ "von einem ReplicationController, ReplicaSet, Job, DaemonSet oder "
1099#~ "StatefulSet verwaltet werden.\n"
1100#~ "\t\t$ kubectl drain foo --force\n"
1101#~ "\n"
1102#~ "\t\t# Wie zuvor, aber es wird abgebrochen, wenn er Pods enthält, die "
1103#~ "nicht von einem ReplicationController, ReplicaSet, Job, DaemonSet oder "
1104#~ "StatefulSet verwaltet werden und mit einer Schonfrist von 15 Minuten.\n"
1105#~ "\t\t$ kubectl drain foo --grace-period=900"
1106
1107#~ msgid ""
1108#~ "\n"
1109#~ "\t\t# Edit the service named 'docker-registry':\n"
1110#~ "\t\tkubectl edit svc/docker-registry\n"
1111#~ "\n"
1112#~ "\t\t# Use an alternative editor\n"
1113#~ "\t\tKUBE_EDITOR=\"nano\" kubectl edit svc/docker-registry\n"
1114#~ "\n"
1115#~ "\t\t# Edit the job 'myjob' in JSON using the v1 API format:\n"
1116#~ "\t\tkubectl edit job.v1.batch/myjob -o json\n"
1117#~ "\n"
1118#~ "\t\t# Edit the deployment 'mydeployment' in YAML and save the modified "
1119#~ "config in its annotation:\n"
1120#~ "\t\tkubectl edit deployment/mydeployment -o yaml --save-config"
1121#~ msgstr ""
1122#~ "\n"
1123#~ "\t\t# Bearbeite den Service 'docker-registry':\n"
1124#~ "\t\tkubectl edit svc/docker-registry\n"
1125#~ "\n"
1126#~ "\t\t# Benutze einen anderen Editor\n"
1127#~ "\t\tKUBE_EDITOR=\"nano\" kubectl edit svc/docker-registry\n"
1128#~ "\n"
1129#~ "\t\t# Bearbeite den Job 'myjob' in JSON mit dem v1 API Format:\n"
1130#~ "\t\tkubectl edit job.v1.batch/myjob -o json\n"
1131#~ "\n"
1132#~ "\t\t# Bearbeite das Deployment 'mydeployment' in YAML und speichere die "
1133#~ "veränderte Konfiguration in ihrer Annotation:\n"
1134#~ "\t\tkubectl edit deployment/mydeployment -o yaml --save-config"
1135
1136#~ msgid ""
1137#~ "\n"
1138#~ "\t\t# Get output from running 'date' from pod 123456-7890, using the "
1139#~ "first container by default\n"
1140#~ "\t\tkubectl exec 123456-7890 date\n"
1141#~ "\n"
1142#~ "\t\t# Get output from running 'date' in ruby-container from pod "
1143#~ "123456-7890\n"
1144#~ "\t\tkubectl exec 123456-7890 -c ruby-container date\n"
1145#~ "\n"
1146#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1147#~ "container from pod 123456-7890\n"
1148#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1149#~ "\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il"
1150#~ msgstr ""
1151#~ "\n"
1152#~ "\t\t# Erhalte die Ausgabe vom Aufruf von 'date' auf dem Pod 123456-7890, "
1153#~ "mit dem ersten Container als Standard\n"
1154#~ "\t\tkubectl exec 123456-7890 date\n"
1155#~ "\n"
1156#~ "\t\t# Erhalte die Ausgabe vom Aufruf von 'date' im Ruby-Container aus dem "
1157#~ "Pod 123456-7890\n"
1158#~ "\t\tkubectl exec 123456-7890 -c ruby-container date\n"
1159#~ "\n"
1160#~ "\t\t# Wechsle in den Terminal-Modus und sende stdin zu 'bash' im Ruby-"
1161#~ "Container aus dem Pod 123456-7890\n"
1162#~ "\t\t# und sende stdout/stderr von 'bash' zurück zum Client\n"
1163#~ "\t\tkubectl exec 123456-7890 -c ruby-container -i -t -- bash -il"
1164
1165#~ msgid ""
1166#~ "\n"
1167#~ "\t\t# Get output from running pod 123456-7890, using the first container "
1168#~ "by default\n"
1169#~ "\t\tkubectl attach 123456-7890\n"
1170#~ "\n"
1171#~ "\t\t# Get output from ruby-container from pod 123456-7890\n"
1172#~ "\t\tkubectl attach 123456-7890 -c ruby-container\n"
1173#~ "\n"
1174#~ "\t\t# Switch to raw terminal mode, sends stdin to 'bash' in ruby-"
1175#~ "container from pod 123456-7890\n"
1176#~ "\t\t# and sends stdout/stderr from 'bash' back to the client\n"
1177#~ "\t\tkubectl attach 123456-7890 -c ruby-container -i -t\n"
1178#~ "\n"
1179#~ "\t\t# Get output from the first pod of a ReplicaSet named nginx\n"
1180#~ "\t\tkubectl attach rs/nginx\n"
1181#~ "\t\t"
1182#~ msgstr ""
1183#~ "\n"
1184#~ "\t\t# Erhalte die Ausgabe vom laufenden Pod 123456-7890, mit dem ersten "
1185#~ "Container als Standard\n"
1186#~ "\t\tkubectl attach 123456-7890\n"
1187#~ "\n"
1188#~ "\t\t# Erhalte die Ausgabe vom Ruby-Container aus dem Pod 123456-7890\n"
1189#~ "\t\tkubectl attach 123456-7890 -c ruby-container\n"
1190#~ "\n"
1191#~ "\t\t# Wechsle in den Terminal-Modus und sende stdin zu 'bash' im Ruby-"
1192#~ "Container aus dem Pod 123456-7890\n"
1193#~ "\t\t# und sende stdout/stderr von 'bash' zurück zum Client\n"
1194#~ "\t\tkubectl attach 123456-7890 -c ruby-container -i -t\n"
1195#~ "\n"
1196#~ "\t\t# Erhalte die Ausgabe vom ersten Pod eines ReplicaSets nginx\n"
1197#~ "\t\tkubectl attach rs/nginx\n"
1198#~ "\t\t"
1199
1200#~ msgid ""
1201#~ "\n"
1202#~ "\t\t# Install bash completion on a Mac using homebrew\n"
1203#~ "\t\tbrew install bash-completion\n"
1204#~ "\t\tprintf \"\n"
1205#~ "# Bash completion support\n"
1206#~ "source $(brew --prefix)/etc/bash_completion\n"
1207#~ "\" >> $HOME/.bash_profile\n"
1208#~ "\t\tsource $HOME/.bash_profile\n"
1209#~ "\n"
1210#~ "\t\t# Load the kubectl completion code for bash into the current shell\n"
1211#~ "\t\tsource <(kubectl completion bash)\n"
1212#~ "\n"
1213#~ "\t\t# Write bash completion code to a file and source if from ."
1214#~ "bash_profile\n"
1215#~ "\t\tkubectl completion bash > ~/.kube/completion.bash.inc\n"
1216#~ "\t\tprintf \"\n"
1217#~ "# Kubectl shell completion\n"
1218#~ "source '$HOME/.kube/completion.bash.inc'\n"
1219#~ "\" >> $HOME/.bash_profile\n"
1220#~ "\t\tsource $HOME/.bash_profile\n"
1221#~ "\n"
1222#~ "\t\t# Load the kubectl completion code for zsh[1] into the current shell\n"
1223#~ "\t\tsource <(kubectl completion zsh)"
1224#~ msgstr ""
1225#~ "\n"
1226#~ "\t\t# Installiere bash completion auf einem Mac mit homebrew\n"
1227#~ "\t\tbrew install bash-completion\n"
1228#~ "\t\tprintf \"\n"
1229#~ "# Bash completion support\n"
1230#~ "source $(brew --prefix)/etc/bash_completion\n"
1231#~ "\" >> $HOME/.bash_profile\n"
1232#~ "\t\tsource $HOME/.bash_profile\n"
1233#~ "\n"
1234#~ "\t\t# Lade den kubectl-Completion-Code für bash in der aktuellen Shell\n"
1235#~ "\t\tsource <(kubectl completion bash)\n"
1236#~ "\n"
1237#~ "\t\t# Schreibe den Bash-Completion-Code in eine Datei und source sie im ."
1238#~ "bash_profile\n"
1239#~ "\t\tkubectl completion bash > ~/.kube/completion.bash.inc\n"
1240#~ "\t\tprintf \"\n"
1241#~ "# Kubectl shell completion\n"
1242#~ "source '$HOME/.kube/completion.bash.inc'\n"
1243#~ "\" >> $HOME/.bash_profile\n"
1244#~ "\t\tsource $HOME/.bash_profile\n"
1245#~ "\n"
1246#~ "\t\t# Lade den kubectl-Completion-Code für zsh[1] in die aktuelle Shell\n"
1247#~ "\t\tsource <(kubectl completion zsh)"
1248
1249#~ msgid ""
1250#~ "\n"
1251#~ "\t\t# List all pods in ps output format.\n"
1252#~ "\t\tkubectl get pods\n"
1253#~ "\n"
1254#~ "\t\t# List all pods in ps output format with more information (such as "
1255#~ "node name).\n"
1256#~ "\t\tkubectl get pods -o wide\n"
1257#~ "\n"
1258#~ "\t\t# List a single replication controller with specified NAME in ps "
1259#~ "output format.\n"
1260#~ "\t\tkubectl get replicationcontroller web\n"
1261#~ "\n"
1262#~ "\t\t# List a single pod in JSON output format.\n"
1263#~ "\t\tkubectl get -o json pod web-pod-13je7\n"
1264#~ "\n"
1265#~ "\t\t# List a pod identified by type and name specified in \"pod.yaml\" in "
1266#~ "JSON output format.\n"
1267#~ "\t\tkubectl get -f pod.yaml -o json\n"
1268#~ "\n"
1269#~ "\t\t# Return only the phase value of the specified pod.\n"
1270#~ "\t\tkubectl get -o template pod/web-pod-13je7 --template={{.status."
1271#~ "phase}}\n"
1272#~ "\n"
1273#~ "\t\t# List all replication controllers and services together in ps output "
1274#~ "format.\n"
1275#~ "\t\tkubectl get rc,services\n"
1276#~ "\n"
1277#~ "\t\t# List one or more resources by their type and names.\n"
1278#~ "\t\tkubectl get rc/web service/frontend pods/web-pod-13je7\n"
1279#~ "\n"
1280#~ "\t\t# List all resources with different types.\n"
1281#~ "\t\tkubectl get all"
1282#~ msgstr ""
1283#~ "\n"
1284#~ "\t\t# Liste alle Pods im ps-Format auf.\n"
1285#~ "\t\tkubectl get pods\n"
1286#~ "\n"
1287#~ "\t\t# Liste alle Pods im ps-Format mit zusätzlichen Informationen (wie "
1288#~ "dem Knotennamen) auf.\n"
1289#~ "\t\tkubectl get pods -o wide\n"
1290#~ "\n"
1291#~ "\t\t# Liste alle einzelnen ReplicationController mit dem angegebenen "
1292#~ "Namen im ps-Format auf.\n"
1293#~ "\t\tkubectl get replicationcontroller web\n"
1294#~ "\n"
1295#~ "\t\t# Liste einen einzelnen Pod im JSON-Format auf.\n"
1296#~ "\t\tkubectl get -o json pod web-pod-13je7\n"
1297#~ "\n"
1298#~ "\t\t# Liste einen Pod mit Typ und Namen aus \"pod.yaml\" im JSON-Format "
1299#~ "auf.\n"
1300#~ "\t\tkubectl get -f pod.yaml -o json\n"
1301#~ "\n"
1302#~ "\t\t# Gib nur den phase-Wert des angegebenen Pods zurück.\n"
1303#~ "\t\tkubectl get -o template pod/web-pod-13je7 --template={{.status."
1304#~ "phase}}\n"
1305#~ "\n"
1306#~ "\t\t# Liste alle ReplicationController und Services im ps-Format auf.\n"
1307#~ "\t\tkubectl get rc,services\n"
1308#~ "\n"
1309#~ "\t\t# Liste eine oder mehrere Resourcen über ihren Typ und Namen auf.\n"
1310#~ "\t\tkubectl get rc/web service/frontend pods/web-pod-13je7\n"
1311#~ "\n"
1312#~ "\t\t# Liste alle Resourcen mit verschiedenen Typen auf.\n"
1313#~ "\t\tkubectl get all"
1314
1315#~ msgid ""
1316#~ "\n"
1317#~ "\t\t# Listen on ports 5000 and 6000 locally, forwarding data to/from "
1318#~ "ports 5000 and 6000 in the pod\n"
1319#~ "\t\tkubectl port-forward mypod 5000 6000\n"
1320#~ "\n"
1321#~ "\t\t# Listen on port 8888 locally, forwarding to 5000 in the pod\n"
1322#~ "\t\tkubectl port-forward mypod 8888:5000\n"
1323#~ "\n"
1324#~ "\t\t# Listen on a random port locally, forwarding to 5000 in the pod\n"
1325#~ "\t\tkubectl port-forward mypod :5000\n"
1326#~ "\n"
1327#~ "\t\t# Listen on a random port locally, forwarding to 5000 in the pod\n"
1328#~ "\t\tkubectl port-forward mypod 0:5000"
1329#~ msgstr ""
1330#~ "\n"
1331#~ "\t\t# Hört lokal auf Port 5000 und 6000 und leitet Daten zum/vom Port "
1332#~ "5000 und 6000 weiter an den Pod\n"
1333#~ "\t\tkubectl port-forward mypod 5000 6000\n"
1334#~ "\n"
1335#~ "\t\t# Hört lokal auf Port 8888 und leitet an Port 5000 des Pods weiter\n"
1336#~ "\t\tkubectl port-forward mypod 8888:5000\n"
1337#~ "\n"
1338#~ "\t\t# Hört auf einen zufälligen lokalen Port und leitet an Port 5000 des "
1339#~ "Pods weiter\n"
1340#~ "\t\tkubectl port-forward mypod :5000\n"
1341#~ "\n"
1342#~ "\t\t# Hört auf einen zufälligen lokalen Port und leitet an Port 5000 des "
1343#~ "Pods weiter\n"
1344#~ "\t\tkubectl port-forward mypod 0:5000"
1345
1346#~ msgid ""
1347#~ "\n"
1348#~ "\t\t# Mark node \"foo\" as schedulable.\n"
1349#~ "\t\t$ kubectl uncordon foo"
1350#~ msgstr ""
1351#~ "\n"
1352#~ "\t\t# Markiere Knoten \"foo\" als schedulable.\n"
1353#~ "\t\t$ kubectl uncordon foo"
1354
1355#~ msgid ""
1356#~ "\n"
1357#~ "\t\t# Mark node \"foo\" as unschedulable.\n"
1358#~ "\t\tkubectl cordon foo"
1359#~ msgstr ""
1360#~ "\n"
1361#~ "\t\t# Markiere Knoten \"foo\" als unschedulable.\n"
1362#~ "\t\tkubectl cordon foo"
1363
1364#~ msgid ""
1365#~ "\n"
1366#~ "\t\t# Partially update a node using strategic merge patch\n"
1367#~ "\t\tkubectl patch node k8s-node-1 -p '{\"spec\":{\"unschedulable\":"
1368#~ "true}}'\n"
1369#~ "\n"
1370#~ "\t\t# Partially update a node identified by the type and name specified "
1371#~ "in \"node.json\" using strategic merge patch\n"
1372#~ "\t\tkubectl patch -f node.json -p '{\"spec\":{\"unschedulable\":true}}'\n"
1373#~ "\n"
1374#~ "\t\t# Update a container's image; spec.containers[*].name is required "
1375#~ "because it's a merge key\n"
1376#~ "\t\tkubectl patch pod valid-pod -p '{\"spec\":{\"containers\":[{\"name\":"
1377#~ "\"kubernetes-serve-hostname\",\"image\":\"new image\"}]}}'\n"
1378#~ "\n"
1379#~ "\t\t# Update a container's image using a json patch with positional "
1380#~ "arrays\n"
1381#~ "\t\tkubectl patch pod valid-pod --type='json' -p='[{\"op\": \"replace\", "
1382#~ "\"path\": \"/spec/containers/0/image\", \"value\":\"new image\"}]'"
1383#~ msgstr ""
1384#~ "\n"
1385#~ "\t\t# Aktualisiere einen Knoten teilweise mit einem Strategic-Merge-"
1386#~ "Patch\n"
1387#~ "\t\tkubectl patch node k8s-node-1 -p '{\"spec\":{\"unschedulable\":"
1388#~ "true}}'\n"
1389#~ "\n"
1390#~ "\t\t# Aktualisiere einen Knoten, mit type und name aus \"node.json\", mit "
1391#~ "einem Strategic-Merge-Patch\n"
1392#~ "\t\tkubectl patch -f node.json -p '{\"spec\":{\"unschedulable\":true}}'\n"
1393#~ "\n"
1394#~ "\t\t# Aktualisiere das Image eines Containers; spec.containers[*].name "
1395#~ "ist erforderlich, da es der Merge-Key ist\n"
1396#~ "\t\tkubectl patch pod valid-pod -p '{\"spec\":{\"containers\":[{\"name\":"
1397#~ "\"kubernetes-serve-hostname\",\"image\":\"new image\"}]}}'\n"
1398#~ "\n"
1399#~ "\t\t# Aktualisiere das Image eines Containers mit einem JSON-Patch mit "
1400#~ "Positional-Arrays\n"
1401#~ "\t\tkubectl patch pod valid-pod --type='json' -p='[{\"op\": \"replace\", "
1402#~ "\"path\": \"/spec/containers/0/image\", \"value\":\"new image\"}]'"
1403
1404#~ msgid ""
1405#~ "\n"
1406#~ "\t\t# Print the address of the master and cluster services\n"
1407#~ "\t\tkubectl cluster-info"
1408#~ msgstr ""
1409#~ "\n"
1410#~ "\t\t# Gebe die Adresse des Masters und des Cluster-Services aus\n"
1411#~ "\t\tkubectl cluster-info"
1412
1413#~ msgid ""
1414#~ "\n"
1415#~ "\t\t# Replace a pod using the data in pod.json.\n"
1416#~ "\t\tkubectl replace -f ./pod.json\n"
1417#~ "\n"
1418#~ "\t\t# Replace a pod based on the JSON passed into stdin.\n"
1419#~ "\t\tcat pod.json | kubectl replace -f -\n"
1420#~ "\n"
1421#~ "\t\t# Update a single-container pod's image version (tag) to v4\n"
1422#~ "\t\tkubectl get pod mypod -o yaml | sed 's/\\(image: myimage\\):.*$/:v4/' "
1423#~ "| kubectl replace -f -\n"
1424#~ "\n"
1425#~ "\t\t# Force replace, delete and then re-create the resource\n"
1426#~ "\t\tkubectl replace --force -f ./pod.json"
1427#~ msgstr ""
1428#~ "\n"
1429#~ "\t\t# Ersetze einen Pod mit den Daten aus pod.json.\n"
1430#~ "\t\tkubectl replace -f ./pod.json\n"
1431#~ "\n"
1432#~ "\t\t# Ersetze einen Pod mit den JSON-Daten von stdin.\n"
1433#~ "\t\tcat pod.json | kubectl replace -f -\n"
1434#~ "\n"
1435#~ "\t\t# Setze die Pod-Image-Version (tag) eines einzelnen Containers zu v4\n"
1436#~ "\t\tkubectl get pod mypod -o yaml | sed 's/\\(image: myimage\\):.*$/:v4/' "
1437#~ "| kubectl replace -f -\n"
1438#~ "\n"
1439#~ "\t\t# Erzwinge das Ersetzen, Löschen und Neu-Erstellen der Resource\n"
1440#~ "\t\tkubectl replace --force -f ./pod.json"
1441
1442#~ msgid ""
1443#~ "\n"
1444#~ "\t\t# Return snapshot logs from pod nginx with only one container\n"
1445#~ "\t\tkubectl logs nginx\n"
1446#~ "\n"
1447#~ "\t\t# Return snapshot logs for the pods defined by label app=nginx\n"
1448#~ "\t\tkubectl logs -lapp=nginx\n"
1449#~ "\n"
1450#~ "\t\t# Return snapshot of previous terminated ruby container logs from pod "
1451#~ "web-1\n"
1452#~ "\t\tkubectl logs -p -c ruby web-1\n"
1453#~ "\n"
1454#~ "\t\t# Begin streaming the logs of the ruby container in pod web-1\n"
1455#~ "\t\tkubectl logs -f -c ruby web-1\n"
1456#~ "\n"
1457#~ "\t\t# Display only the most recent 20 lines of output in pod nginx\n"
1458#~ "\t\tkubectl logs --tail=20 nginx\n"
1459#~ "\n"
1460#~ "\t\t# Show all logs from pod nginx written in the last hour\n"
1461#~ "\t\tkubectl logs --since=1h nginx\n"
1462#~ "\n"
1463#~ "\t\t# Return snapshot logs from first container of a job named hello\n"
1464#~ "\t\tkubectl logs job/hello\n"
1465#~ "\n"
1466#~ "\t\t# Return snapshot logs from container nginx-1 of a deployment named "
1467#~ "nginx\n"
1468#~ "\t\tkubectl logs deployment/nginx -c nginx-1"
1469#~ msgstr ""
1470#~ "\n"
1471#~ "\t\t# Gib die Snapshot-Logs des Pods nginx mit nur einem Container "
1472#~ "zurück\n"
1473#~ "\t\tkubectl logs nginx\n"
1474#~ "\n"
1475#~ "\t\t# Gib die Snapshot-Logs für die Pods mit dem Label app=nginx zurück\n"
1476#~ "\t\tkubectl logs -lapp=nginx\n"
1477#~ "\n"
1478#~ "\t\t# Gib die Snapshot-Logs des zuvor gelöschten Ruby-Containers des Pods "
1479#~ "web-1 zurück\n"
1480#~ "\t\tkubectl logs -p -c ruby web-1\n"
1481#~ "\n"
1482#~ "\t\t# Starte das Streaming der Logs vom Ruby-Container im Pod web-1\n"
1483#~ "\t\tkubectl logs -f -c ruby web-1\n"
1484#~ "\n"
1485#~ "\t\t# Zeige die letzten 20 Zeilen der Ausgabe des Pods nginx\n"
1486#~ "\t\tkubectl logs --tail=20 nginx\n"
1487#~ "\n"
1488#~ "\t\t# Zeige alle Logs der letzten Stunde des Pods nginx an\n"
1489#~ "\t\tkubectl logs --since=1h nginx\n"
1490#~ "\n"
1491#~ "\t\t# Gib die Snapshot-Logs des ersten Containers des Jobs hello zurück\n"
1492#~ "\t\tkubectl logs job/hello\n"
1493#~ "\n"
1494#~ "\t\t# Gib die Snapshot-Logs des Containers nginx-1 eines Deployments "
1495#~ "nginx zurück\n"
1496#~ "\t\tkubectl logs deployment/nginx -c nginx-1"
1497
1498#~ msgid ""
1499#~ "\n"
1500#~ "\t\t# Run a proxy to kubernetes apiserver on port 8011, serving static "
1501#~ "content from ./local/www/\n"
1502#~ "\t\tkubectl proxy --port=8011 --www=./local/www/\n"
1503#~ "\n"
1504#~ "\t\t# Run a proxy to kubernetes apiserver on an arbitrary local port.\n"
1505#~ "\t\t# The chosen port for the server will be output to stdout.\n"
1506#~ "\t\tkubectl proxy --port=0\n"
1507#~ "\n"
1508#~ "\t\t# Run a proxy to kubernetes apiserver, changing the api prefix to k8s-"
1509#~ "api\n"
1510#~ "\t\t# This makes e.g. the pods api available at localhost:8001/k8s-api/v1/"
1511#~ "pods/\n"
1512#~ "\t\tkubectl proxy --api-prefix=/k8s-api"
1513#~ msgstr ""
1514#~ "\n"
1515#~ "\t\t# Starte einen Proxy zum Kubernetes-Apiserver auf Port 8011 und sende "
1516#~ "statische Inhalte von ./local/www/\n"
1517#~ "\t\tkubectl proxy --port=8011 --www=./local/www/\n"
1518#~ "\n"
1519#~ "\t\t# Starte einen Proxy zum Kubernetes-Apiserver auf einem zufälligen "
1520#~ "lokalen Port.\n"
1521#~ "\t\t# Der gewählte Port für den Server wird im stdout zurückgegeben.\n"
1522#~ "\t\tkubectl proxy --port=0\n"
1523#~ "\n"
1524#~ "\t\t# Starte einen Proxy zum Kubernetes-Apiserver und ändere das API-"
1525#~ "Prefix zu k8s-api\n"
1526#~ "\t\t# Damit ist die Pods-API bspw. unter localhost:8001/k8s-api/v1/pods/ "
1527#~ "erreichbar\n"
1528#~ "\t\tkubectl proxy --api-prefix=/k8s-api"
1529
1530#~ msgid ""
1531#~ "\n"
1532#~ "\t\t# Scale a replicaset named 'foo' to 3.\n"
1533#~ "\t\tkubectl scale --replicas=3 rs/foo\n"
1534#~ "\n"
1535#~ "\t\t# Scale a resource identified by type and name specified in \"foo.yaml"
1536#~ "\" to 3.\n"
1537#~ "\t\tkubectl scale --replicas=3 -f foo.yaml\n"
1538#~ "\n"
1539#~ "\t\t# If the deployment named mysql's current size is 2, scale mysql to "
1540#~ "3.\n"
1541#~ "\t\tkubectl scale --current-replicas=2 --replicas=3 deployment/mysql\n"
1542#~ "\n"
1543#~ "\t\t# Scale multiple replication controllers.\n"
1544#~ "\t\tkubectl scale --replicas=5 rc/foo rc/bar rc/baz\n"
1545#~ "\n"
1546#~ "\t\t# Scale job named 'cron' to 3.\n"
1547#~ "\t\tkubectl scale --replicas=3 job/cron"
1548#~ msgstr ""
1549#~ "\n"
1550#~ "\t\t# Skaliere ein ReplicaSet 'foo' auf 3.\n"
1551#~ "\t\tkubectl scale --replicas=3 rs/foo\n"
1552#~ "\n"
1553#~ "\t\t# Skaliere eine Resource mit type und name aus \"foo.yaml\" auf 3.\n"
1554#~ "\t\tkubectl scale --replicas=3 -f foo.yaml\n"
1555#~ "\n"
1556#~ "\t\t# Wenn die aktuelle Größe des Deployments mysql 2 ist, skaliere mysql "
1557#~ "auf 3.\n"
1558#~ "\t\tkubectl scale --current-replicas=2 --replicas=3 deployment/mysql\n"
1559#~ "\n"
1560#~ "\t\t# Skaliere mehrere MultiplicationController.\n"
1561#~ "\t\tkubectl scale --replicas=5 rc/foo rc/bar rc/baz\n"
1562#~ "\n"
1563#~ "\t\t# Skaliere den Job cron auf 3.\n"
1564#~ "\t\tkubectl scale --replicas=3 job/cron"
1565
1566#~ msgid ""
1567#~ "\n"
1568#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1569#~ "contents of a file.\n"
1570#~ "\t\tkubectl apply set-last-applied -f deploy.yaml\n"
1571#~ "\n"
1572#~ "\t\t# Execute set-last-applied against each configuration file in a "
1573#~ "directory.\n"
1574#~ "\t\tkubectl apply set-last-applied -f path/\n"
1575#~ "\n"
1576#~ "\t\t# Set the last-applied-configuration of a resource to match the "
1577#~ "contents of a file, will create the annotation if it does not already "
1578#~ "exist.\n"
1579#~ "\t\tkubectl apply set-last-applied -f deploy.yaml --create-"
1580#~ "annotation=true\n"
1581#~ "\t\t"
1582#~ msgstr ""
1583#~ "\n"
1584#~ "\t\t# Setze die Last-Applied-Configuration einer Resource auf den Inhalt "
1585#~ "einer Datei.\n"
1586#~ "\t\tkubectl apply set-last-applied -f deploy.yaml\n"
1587#~ "\n"
1588#~ "\t\t# Führe Set-Last-Applied auf jeder Konfigurationsdatei in einem "
1589#~ "Ordner aus.\n"
1590#~ "\t\tkubectl apply set-last-applied -f path/\n"
1591#~ "\n"
1592#~ "\t\t# Setze die Last-Applied-Configuration einer Resource auf den Inhalt "
1593#~ "einer Datei; erstellt die Annotation, wenn sie noch nicht existiert.\n"
1594#~ "\t\tkubectl apply set-last-applied -f deploy.yaml --create-"
1595#~ "annotation=true\n"
1596#~ "\t\t"
1597
1598#~ msgid ""
1599#~ "\n"
1600#~ "\t\t# Shut down foo.\n"
1601#~ "\t\tkubectl stop replicationcontroller foo\n"
1602#~ "\n"
1603#~ "\t\t# Stop pods and services with label name=myLabel.\n"
1604#~ "\t\tkubectl stop pods,services -l name=myLabel\n"
1605#~ "\n"
1606#~ "\t\t# Shut down the service defined in service.json\n"
1607#~ "\t\tkubectl stop -f service.json\n"
1608#~ "\n"
1609#~ "\t\t# Shut down all resources in the path/to/resources directory\n"
1610#~ "\t\tkubectl stop -f path/to/resources"
1611#~ msgstr ""
1612#~ "\n"
1613#~ "\t\t# Stoppe foo.\n"
1614#~ "\t\tkubectl stop replicationcontroller foo\n"
1615#~ "\n"
1616#~ "\t\t# Stoppe Pods und Services mit dem Label name=myLabel.\n"
1617#~ "\t\tkubectl stop pods,services -l name=myLabel\n"
1618#~ "\n"
1619#~ "\t\t# Stoppe den in service.json definierten Service\n"
1620#~ "\t\tkubectl stop -f service.json\n"
1621#~ "\n"
1622#~ "\t\t# Stoppe alle Resourcen im Ordner path/to/resources\n"
1623#~ "\t\tkubectl stop -f path/to/resources"
1624
1625#~ msgid ""
1626#~ "\n"
1627#~ "\t\t# Start a single instance of nginx.\n"
1628#~ "\t\tkubectl run nginx --image=nginx\n"
1629#~ "\n"
1630#~ "\t\t# Start a single instance of hazelcast and let the container expose "
1631#~ "port 5701 .\n"
1632#~ "\t\tkubectl run hazelcast --image=hazelcast --port=5701\n"
1633#~ "\n"
1634#~ "\t\t# Start a single instance of hazelcast and set environment variables "
1635#~ "\"DNS_DOMAIN=cluster\" and \"POD_NAMESPACE=default\" in the container.\n"
1636#~ "\t\tkubectl run hazelcast --image=hazelcast --env=\"DNS_DOMAIN=cluster\" "
1637#~ "--env=\"POD_NAMESPACE=default\"\n"
1638#~ "\n"
1639#~ "\t\t# Start a replicated instance of nginx.\n"
1640#~ "\t\tkubectl run nginx --image=nginx --replicas=5\n"
1641#~ "\n"
1642#~ "\t\t# Dry run. Print the corresponding API objects without creating "
1643#~ "them.\n"
1644#~ "\t\tkubectl run nginx --image=nginx --dry-run\n"
1645#~ "\n"
1646#~ "\t\t# Start a single instance of nginx, but overload the spec of the "
1647#~ "deployment with a partial set of values parsed from JSON.\n"
1648#~ "\t\tkubectl run nginx --image=nginx --overrides='{ \"apiVersion\": "
1649#~ "\"v1\", \"spec\": { ... } }'\n"
1650#~ "\n"
1651#~ "\t\t# Start a pod of busybox and keep it in the foreground, don't restart "
1652#~ "it if it exits.\n"
1653#~ "\t\tkubectl run -i -t busybox --image=busybox --restart=Never\n"
1654#~ "\n"
1655#~ "\t\t# Start the nginx container using the default command, but use custom "
1656#~ "arguments (arg1 .. argN) for that command.\n"
1657#~ "\t\tkubectl run nginx --image=nginx -- <arg1> <arg2> ... <argN>\n"
1658#~ "\n"
1659#~ "\t\t# Start the nginx container using a different command and custom "
1660#~ "arguments.\n"
1661#~ "\t\tkubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>\n"
1662#~ "\n"
1663#~ "\t\t# Start the perl container to compute π to 2000 places and print it "
1664#~ "out.\n"
1665#~ "\t\tkubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -"
1666#~ "wle 'print bpi(2000)'\n"
1667#~ "\n"
1668#~ "\t\t# Start the cron job to compute π to 2000 places and print it out "
1669#~ "every 5 minutes.\n"
1670#~ "\t\tkubectl run pi --schedule=\"0/5 * * * ?\" --image=perl --"
1671#~ "restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)'"
1672#~ msgstr ""
1673#~ "\n"
1674#~ "\t\t# Starte eine einzelne Instanz von nginx.\n"
1675#~ "\t\tkubectl run nginx --image=nginx\n"
1676#~ "\n"
1677#~ "\t\t# Starte eine einzelne Instanz von hazelcast und öffne Port 5701 auf "
1678#~ "dem Container.\n"
1679#~ "\t\tkubectl run hazelcast --image=hazelcast --port=5701\n"
1680#~ "\n"
1681#~ "\t\t# Starte eine einzelne Instanz von hazelcast und setze die Umgebungs-"
1682#~ "variablen \"DNS_DOMAIN=cluster\" und \"POD_NAMESPACE=default\" im "
1683#~ "Container.\n"
1684#~ "\t\tkubectl run hazelcast --image=hazelcast --env=\"DNS_DOMAIN=cluster\" "
1685#~ "--env=\"POD_NAMESPACE=default\"\n"
1686#~ "\n"
1687#~ "\t\t# Starte eine replizierte Instanz von nginx.\n"
1688#~ "\t\tkubectl run nginx --image=nginx --replicas=5\n"
1689#~ "\n"
1690#~ "\t\t# Testlauf. Zeige die zugehörigen API Objekte ohne sie zu erstellen.\n"
1691#~ "\t\tkubectl run nginx --image=nginx --dry-run\n"
1692#~ "\n"
1693#~ "\t\t# Starte eine einzelne Instanz von nginx, aber überlade die Spec des "
1694#~ "Deployments mit einer Teilmenge von JSON-Werten.\n"
1695#~ "\t\tkubectl run nginx --image=nginx --overrides='{ \"apiVersion\": "
1696#~ "\"v1\", \"spec\": { ... } }'\n"
1697#~ "\n"
1698#~ "\t\t# Starte einen busybox Pod und lass ihn im Vordergrund laufen; starte "
1699#~ "ihn nicht neu, wenn er existiert.\n"
1700#~ "\t\tkubectl run -i -t busybox --image=busybox --restart=Never\n"
1701#~ "\n"
1702#~ "\t\t# Starte einen nginx-Container mit dem Standardkommando, aber "
1703#~ "übergebe die Parameter (arg1 .. argN) an das Kommando.\n"
1704#~ "\t\tkubectl run nginx --image=nginx -- <arg1> <arg2> ... <argN>\n"
1705#~ "\n"
1706#~ "\t\t# Starte den nginx-Container mit einem anderen Kommando und "
1707#~ "Parametern.\n"
1708#~ "\t\tkubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>\n"
1709#~ "\n"
1710#~ "\t\t# Starte den perl-Container, um π auf 2000 Stellen zu berechnen und "
1711#~ "gib es aus.\n"
1712#~ "\t\tkubectl run pi --image=perl --restart=OnFailure -- perl -Mbignum=bpi -"
1713#~ "wle 'print bpi(2000)'\n"
1714#~ "\n"
1715#~ "\t\t# Starte den cron-Job, um π auf 2000 Stellen zu berechnen und gib sie "
1716#~ "alle 5 Minuten aus.\n"
1717#~ "\t\tkubectl run pi --schedule=\"0/5 * * * ?\" --image=perl --"
1718#~ "restart=OnFailure -- perl -Mbignum=bpi -wle 'print bpi(2000)'"
1719
1720#~ msgid ""
1721#~ "\n"
1722#~ "\t\t# Update node 'foo' with a taint with key 'dedicated' and value "
1723#~ "'special-user' and effect 'NoSchedule'.\n"
1724#~ "\t\t# If a taint with that key and effect already exists, its value is "
1725#~ "replaced as specified.\n"
1726#~ "\t\tkubectl taint nodes foo dedicated=special-user:NoSchedule\n"
1727#~ "\n"
1728#~ "\t\t# Remove from node 'foo' the taint with key 'dedicated' and effect "
1729#~ "'NoSchedule' if one exists.\n"
1730#~ "\t\tkubectl taint nodes foo dedicated:NoSchedule-\n"
1731#~ "\n"
1732#~ "\t\t# Remove from node 'foo' all the taints with key 'dedicated'\n"
1733#~ "\t\tkubectl taint nodes foo dedicated-"
1734#~ msgstr ""
1735#~ "\n"
1736#~ "\t\t# Aktualisiere Knoten 'foo' mit einem Taint mit dem Key 'dedicated', "
1737#~ "dem Value 'special-user' und dem Effect 'NoSchedule'.\n"
1738#~ "\t\t# Wenn ein Taint mit dem Key und Effect schon existiert, wird sein "
1739#~ "Value mit den gegebenen Werten ersetzt.\n"
1740#~ "\t\tkubectl taint nodes foo dedicated=special-user:NoSchedule\n"
1741#~ "\n"
1742#~ "\t\t# Entferne vom Knoten 'foo' den Taint mit dem Key 'dedicated' und dem "
1743#~ "Effect 'NoSchedule', wenn er existiert.\n"
1744#~ "\t\tkubectl taint nodes foo dedicated:NoSchedule-\n"
1745#~ "\n"
1746#~ "\t\t# Entferne vom Knoten 'foo' alle Tains mit dem Key 'dedicated'\n"
1747#~ "\t\tkubectl taint nodes foo dedicated-"
1748
1749#~ msgid ""
1750#~ "\n"
1751#~ "\t\t# Update pod 'foo' with the label 'unhealthy' and the value 'true'.\n"
1752#~ "\t\tkubectl label pods foo unhealthy=true\n"
1753#~ "\n"
1754#~ "\t\t# Update pod 'foo' with the label 'status' and the value 'unhealthy', "
1755#~ "overwriting any existing value.\n"
1756#~ "\t\tkubectl label --overwrite pods foo status=unhealthy\n"
1757#~ "\n"
1758#~ "\t\t# Update all pods in the namespace\n"
1759#~ "\t\tkubectl label pods --all status=unhealthy\n"
1760#~ "\n"
1761#~ "\t\t# Update a pod identified by the type and name in \"pod.json\"\n"
1762#~ "\t\tkubectl label -f pod.json status=unhealthy\n"
1763#~ "\n"
1764#~ "\t\t# Update pod 'foo' only if the resource is unchanged from version 1.\n"
1765#~ "\t\tkubectl label pods foo status=unhealthy --resource-version=1\n"
1766#~ "\n"
1767#~ "\t\t# Update pod 'foo' by removing a label named 'bar' if it exists.\n"
1768#~ "\t\t# Does not require the --overwrite flag.\n"
1769#~ "\t\tkubectl label pods foo bar-"
1770#~ msgstr ""
1771#~ "\n"
1772#~ "\t\t# Aktualisiere den Pod 'foo' mit dem Label 'unhealthy' und dem Value "
1773#~ "'true'.\n"
1774#~ "\t\tkubectl label pods foo unhealthy=true\n"
1775#~ "\n"
1776#~ "\t\t# Aktualisiere den Pod 'foo' mit dem Label 'status' und dem Value "
1777#~ "'unhealthy' und überschreibe alle bisherigen Values.\n"
1778#~ "\t\tkubectl label --overwrite pods foo status=unhealthy\n"
1779#~ "\n"
1780#~ "\t\t# Aktualisiere alle Pods im Namespace\n"
1781#~ "\t\tkubectl label pods --all status=unhealthy\n"
1782#~ "\n"
1783#~ "\t\t# Aktualisiere den Pod mit type und name aus \"pod.json\"\n"
1784#~ "\t\tkubectl label -f pod.json status=unhealthy\n"
1785#~ "\n"
1786#~ "\t\t# Aktualisiere den Pod 'foo', wenn die Resource sich nicht von "
1787#~ "version 1 unterscheidet.\n"
1788#~ "\t\tkubectl label pods foo status=unhealthy --resource-version=1\n"
1789#~ "\n"
1790#~ "\t\t# Aktualisiere den Pod 'foo', indem das Label 'bar' gelöscht wird, "
1791#~ "wenn es existiert.\n"
1792#~ "\t\t# Benötigt kein --overwrite flag.\n"
1793#~ "\t\tkubectl label pods foo bar-"
1794
1795#~ msgid ""
1796#~ "\n"
1797#~ "\t\t# Update pods of frontend-v1 using new replication controller data in "
1798#~ "frontend-v2.json.\n"
1799#~ "\t\tkubectl rolling-update frontend-v1 -f frontend-v2.json\n"
1800#~ "\n"
1801#~ "\t\t# Update pods of frontend-v1 using JSON data passed into stdin.\n"
1802#~ "\t\tcat frontend-v2.json | kubectl rolling-update frontend-v1 -f -\n"
1803#~ "\n"
1804#~ "\t\t# Update the pods of frontend-v1 to frontend-v2 by just changing the "
1805#~ "image, and switching the\n"
1806#~ "\t\t# name of the replication controller.\n"
1807#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --image=image:v2\n"
1808#~ "\n"
1809#~ "\t\t# Update the pods of frontend by just changing the image, and keeping "
1810#~ "the old name.\n"
1811#~ "\t\tkubectl rolling-update frontend --image=image:v2\n"
1812#~ "\n"
1813#~ "\t\t# Abort and reverse an existing rollout in progress (from frontend-v1 "
1814#~ "to frontend-v2).\n"
1815#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --rollback"
1816#~ msgstr ""
1817#~ "\n"
1818#~ "\t\t# Aktualisiere die Pods in frontend-v1 mit den neuen Replication-"
1819#~ "Controller Daten in frontend-v2.json.\n"
1820#~ "\t\tkubectl rolling-update frontend-v1 -f frontend-v2.json\n"
1821#~ "\n"
1822#~ "\t\t# Aktualisiere die Pods in frontend-v1 mit den JSON-Daten von stdin.\n"
1823#~ "\t\tcat frontend-v2.json | kubectl rolling-update frontend-v1 -f -\n"
1824#~ "\n"
1825#~ "\t\t# Aktualisiere die Pods von frontend-v1 auf frontend-v2, indem das "
1826#~ "Image geändert wird und\n"
1827#~ "\t\t# der Name des ReplicationControllers.\n"
1828#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --image=image:v2\n"
1829#~ "\n"
1830#~ "\t\t# Aktualisiere die Pods in frontend, indem das Image geändert, aber "
1831#~ "der alte Name beibehalten wird.\n"
1832#~ "\t\tkubectl rolling-update frontend --image=image:v2\n"
1833#~ "\n"
1834#~ "\t\t# Breche ein laufendes Rollout (von frontend-v1 zu frontend-v2) ab "
1835#~ "und mache es rückgängig.\n"
1836#~ "\t\tkubectl rolling-update frontend-v1 frontend-v2 --rollback"
1837
1838#~ msgid ""
1839#~ "\n"
1840#~ "\t\t# View the last-applied-configuration annotations by type/name in "
1841#~ "YAML.\n"
1842#~ "\t\tkubectl apply view-last-applied deployment/nginx\n"
1843#~ "\n"
1844#~ "\t\t# View the last-applied-configuration annotations by file in JSON\n"
1845#~ "\t\tkubectl apply view-last-applied -f deploy.yaml -o json"
1846#~ msgstr ""
1847#~ "\n"
1848#~ "\t\t# Zeige die Annotation Last-Applied-Configuration mit type/name in "
1849#~ "YAML an.\n"
1850#~ "\t\tkubectl apply view-last-applied deployment/nginx\n"
1851#~ "\n"
1852#~ "\t\t# Zeige die Annotation Last-applied-configuration mit der Datei in "
1853#~ "JSON an\n"
1854#~ "\t\tkubectl apply view-last-applied -f deploy.yaml -o json"
1855
1856#~ msgid ""
1857#~ "\n"
1858#~ "\t\tApply a configuration to a resource by filename or stdin.\n"
1859#~ "\t\tThis resource will be created if it doesn't exist yet.\n"
1860#~ "\t\tTo use 'apply', always create the resource initially with either "
1861#~ "'apply' or 'create --save-config'.\n"
1862#~ "\n"
1863#~ "\t\tJSON and YAML formats are accepted.\n"
1864#~ "\n"
1865#~ "\t\tAlpha Disclaimer: the --prune functionality is not yet complete. Do "
1866#~ "not use unless you are aware of what the current state is. See https://"
1867#~ "issues.k8s.io/34274."
1868#~ msgstr ""
1869#~ "\n"
1870#~ "\t\tWende eine Konfiguration auf eine Resource mit Dateinamen oder stdin "
1871#~ "an.\n"
1872#~ "\t\tDie Resource wird erstellt, wenn sie noch nicht existiert.\n"
1873#~ "\t\tUm 'apply' zu benutzen, muss die Resource initital mit 'apply' oder "
1874#~ "'create --save-config' erstellt werden.\n"
1875#~ "\n"
1876#~ "\t\tJSON- und YAML-Formate werden akzeptiert.\n"
1877#~ "\n"
1878#~ "\t\tAlpha Disclaimer: Die --prune Funktion ist noch nicht fertig. Benutze "
1879#~ "sie nicht, wenn der aktuelle Zustand nicht bekannt ist. Siehe https://"
1880#~ "issues.k8s.io/34274."
1881
1882#~ msgid ""
1883#~ "\n"
1884#~ "\t\tCreate a ClusterRole."
1885#~ msgstr ""
1886#~ "\n"
1887#~ "\t\tErstelle eine ClusterRole."
1888
1889#~ msgid ""
1890#~ "\n"
1891#~ "\t\tCreate a ClusterRoleBinding for a particular ClusterRole."
1892#~ msgstr ""
1893#~ "\n"
1894#~ "\t\tErstelle ein ClusterRoleBinding für eine bestimmte ClusterRole."
1895
1896#~ msgid ""
1897#~ "\n"
1898#~ "\t\tCreate a RoleBinding for a particular Role or ClusterRole."
1899#~ msgstr ""
1900#~ "\n"
1901#~ "\t\tErstelle ein RoleBinding für eine bestimmte ClusterRole."
1902
1903#~ msgid ""
1904#~ "\n"
1905#~ "\t\tCreate a TLS secret from the given public/private key pair.\n"
1906#~ "\n"
1907#~ "\t\tThe public/private key pair must exist before hand. The public key "
1908#~ "certificate must be .PEM encoded and match the given private key."
1909#~ msgstr ""
1910#~ "\n"
1911#~ "\t\tErstelle ein TLS-Secret vom gegebenen Public/Private-Schlüsselpaar.\n"
1912#~ "\n"
1913#~ "\t\tDas Public/Private-Schlüsselpaar muss vorab bestehen. Das Public-Key-"
1914#~ "Zertifikat muss im PEM-Format sein und zum gegebenen Private-Key passen."
1915
1916#~ msgid ""
1917#~ "\n"
1918#~ "\t\tCreate a configmap based on a file, directory, or specified literal "
1919#~ "value.\n"
1920#~ "\n"
1921#~ "\t\tA single configmap may package one or more key/value pairs.\n"
1922#~ "\n"
1923#~ "\t\tWhen creating a configmap based on a file, the key will default to "
1924#~ "the basename of the file, and the value will\n"
1925#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
1926#~ "may specify an alternate key.\n"
1927#~ "\n"
1928#~ "\t\tWhen creating a configmap based on a directory, each file whose "
1929#~ "basename is a valid key in the directory will be\n"
1930#~ "\t\tpackaged into the configmap.  Any directory entries except regular "
1931#~ "files are ignored (e.g. subdirectories,\n"
1932#~ "\t\tsymlinks, devices, pipes, etc)."
1933#~ msgstr ""
1934#~ "\n"
1935#~ "\t\tErstelle eine ConfigMap basierend auf einer Datei, einem Order oder "
1936#~ "einem gegebenen Wert.\n"
1937#~ "\n"
1938#~ "\t\tEine einzelne ConfigMap kann eins oder mehr Key/Value-Paare "
1939#~ "beinhalten.\n"
1940#~ "\n"
1941#~ "\t\tWenn man eine ConfigMap von einer Datei erstellt, wird der Key "
1942#~ "standardmäßig der Name der Datei, und der Wert wird\n"
1943#~ "\t\tstandardmäßig der Dateiinhalt. Wenn der Dateiname ein ungültiger Key "
1944#~ "ist, kann ein anderer Key angegeben werden.\n"
1945#~ "\n"
1946#~ "\t\tWenn man eine ConfigMap von einem Ordner erstellt, wird jede Datei, "
1947#~ "deren Name ein gültiger Key ist\n"
1948#~ "\t\tin die ConfigMap aufgenommen. Jegliche Einträge im Ordner, die keine "
1949#~ "regulären Dateien sind, werden ignoriert (z.B. SubDirectories, \n"
1950#~ "\t\tSymLinks, Devices, Pipes, usw)."
1951
1952#~ msgid ""
1953#~ "\n"
1954#~ "\t\tCreate a new secret for use with Docker registries.\n"
1955#~ "\n"
1956#~ "\t\tDockercfg secrets are used to authenticate against Docker "
1957#~ "registries.\n"
1958#~ "\n"
1959#~ "\t\tWhen using the Docker command line to push images, you can "
1960#~ "authenticate to a given registry by running\n"
1961#~ "\n"
1962#~ "\t\t    $ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --"
1963#~ "password=DOCKER_PASSWORD --email=DOCKER_EMAIL'.\n"
1964#~ "\n"
1965#~ "    That produces a ~/.dockercfg file that is used by subsequent 'docker "
1966#~ "push' and 'docker pull' commands to\n"
1967#~ "\t\tauthenticate to the registry. The email address is optional.\n"
1968#~ "\n"
1969#~ "\t\tWhen creating applications, you may have a Docker registry that "
1970#~ "requires authentication.  In order for the\n"
1971#~ "\t\tnodes to pull images on your behalf, they have to have the "
1972#~ "credentials.  You can provide this information\n"
1973#~ "\t\tby creating a dockercfg secret and attaching it to your service "
1974#~ "account."
1975#~ msgstr ""
1976#~ "\n"
1977#~ "\t\tErstelle ein Secret für die Benutzung mit Docker-Registries.\n"
1978#~ "\n"
1979#~ "\t\tDockercfg Secrets werden für die Authentifizierung bei Docker-"
1980#~ "Registries benutzt.\n"
1981#~ "\n"
1982#~ "\t\tWenn die Docker-command -line zum pushen von Images benutzt wird, "
1983#~ "kann man sich bei einer gegebenen Registry authentifizieren mit\n"
1984#~ "\n"
1985#~ "\t\t    $ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --"
1986#~ "password=DOCKER_PASSWORD --email=DOCKER_EMAIL'.\n"
1987#~ "\n"
1988#~ "    Dies produziert eine ~/.dockercfg Datei, die für folgende 'docker "
1989#~ "push' und 'docker pull' Befehle genutzt wird,\n"
1990#~ "\t\tum sich an der Registry zu authentifizieren. Die E-Mail-Adresse ist "
1991#~ "optional.\n"
1992#~ "\n"
1993#~ "\t\tBei der Erstellung von Applikationen, kann eine Docker-Registry eine "
1994#~ "Authentifizierung verlangen. Damit\n"
1995#~ "\t\tdeine Knoten in deinem Namen Images herunterladen können, benötigen "
1996#~ "sie die Credentials.  Man kann diese Information bereitstellen\n"
1997#~ "\t\tindem man ein dockercfg secret erstellt und zu seinem ServiceAccount "
1998#~ "hinzufügt."
1999
2000#~ msgid ""
2001#~ "\n"
2002#~ "\t\tCreate a pod disruption budget with the specified name, selector, and "
2003#~ "desired minimum available pods"
2004#~ msgstr ""
2005#~ "\n"
2006#~ "\t\tErstelle ein Pod-Disruption-Budget mit dem gegebenen name, selector "
2007#~ "und der gewünschten Mindestanzahl verfügbarer Pods"
2008
2009#~ msgid ""
2010#~ "\n"
2011#~ "\t\tCreate a resource by filename or stdin.\n"
2012#~ "\n"
2013#~ "\t\tJSON and YAML formats are accepted."
2014#~ msgstr ""
2015#~ "\n"
2016#~ "\t\tErstelle eine Resource mit Dateinamen oder stdin.\n"
2017#~ "\n"
2018#~ "\t\tJSON- und YAML-Formate werden akzeptiert."
2019
2020#~ msgid ""
2021#~ "\n"
2022#~ "\t\tCreate a resourcequota with the specified name, hard limits and "
2023#~ "optional scopes"
2024#~ msgstr ""
2025#~ "\n"
2026#~ "\t\tErstelle eine ResourceQuota mit dem gegebenen name, hard limits und "
2027#~ "optional scopes"
2028
2029#~ msgid ""
2030#~ "\n"
2031#~ "\t\tCreate a secret based on a file, directory, or specified literal "
2032#~ "value.\n"
2033#~ "\n"
2034#~ "\t\tA single secret may package one or more key/value pairs.\n"
2035#~ "\n"
2036#~ "\t\tWhen creating a secret based on a file, the key will default to the "
2037#~ "basename of the file, and the value will\n"
2038#~ "\t\tdefault to the file content.  If the basename is an invalid key, you "
2039#~ "may specify an alternate key.\n"
2040#~ "\n"
2041#~ "\t\tWhen creating a secret based on a directory, each file whose basename "
2042#~ "is a valid key in the directory will be\n"
2043#~ "\t\tpackaged into the secret.  Any directory entries except regular files "
2044#~ "are ignored (e.g. subdirectories,\n"
2045#~ "\t\tsymlinks, devices, pipes, etc)."
2046#~ msgstr ""
2047#~ "\n"
2048#~ "\t\tErstelle ein Secret basierend auf einer Datei, einem Ordner oder "
2049#~ "einem gegebenen Wert.\n"
2050#~ "\n"
2051#~ "\t\tEin einzelnes Secret kann eins oder mehr Key/Value-Paare beinhalten.\n"
2052#~ "\n"
2053#~ "\t\tWenn man ein Secret von einer Datei erstellt, wird der Key "
2054#~ "standardmäßig der Name der Datei, und der Wert wird\n"
2055#~ "\t\tstandardmäßig der Dateiinhalt. Wenn der Dateiname ein ungültiger Key "
2056#~ "ist, kann ein anderer Key angegeben werden.\n"
2057#~ "\n"
2058#~ "\t\tWenn man ein Secret von einem Ordner erstellt, wird jede Datei, deren "
2059#~ "Name ein gültiger Key ist\n"
2060#~ "\t\tin das Secret aufgenommen. Jegliche Einträge im Ordner, die keine "
2061#~ "regulären Dateien sind, werden ignoriert (z.B. SubDirectories, \n"
2062#~ "\t\tSymLinks, Devices, Pipes, usw)."
2063
2064#~ msgid ""
2065#~ "\n"
2066#~ "\t\tCreate and run a particular image, possibly replicated.\n"
2067#~ "\n"
2068#~ "\t\tCreates a deployment or job to manage the created container(s)."
2069#~ msgstr ""
2070#~ "\n"
2071#~ "\t\tErstelle und starte ein bestimmtes Image, möglicherweise repliziert.\n"
2072#~ "\n"
2073#~ "\t\tErstellt ein Deployment oder Job, um den/die erstellten Container zu "
2074#~ "verwalten."
2075
2076#~ msgid ""
2077#~ "\n"
2078#~ "\t\tCreates an autoscaler that automatically chooses and sets the number "
2079#~ "of pods that run in a kubernetes cluster.\n"
2080#~ "\n"
2081#~ "\t\tLooks up a Deployment, ReplicaSet, or ReplicationController by name "
2082#~ "and creates an autoscaler that uses the given resource as a reference.\n"
2083#~ "\t\tAn autoscaler can automatically increase or decrease number of pods "
2084#~ "deployed within the system as needed."
2085#~ msgstr ""
2086#~ "\n"
2087#~ "\t\tErstellt einen AutoScaler der die Anzahl der Pods, die im Kubernetes-"
2088#~ "Cluster laufen, automatisch wählt und anpasst.\n"
2089#~ "\n"
2090#~ "\t\tSucht ein Deployment, ReplicaSet oder ReplicationController mit Namen "
2091#~ "name und erstellt einen AutoScaler, der die Resource als Referenz nimmt.\n"
2092#~ "\t\tEin AutoScaler kann die Anzahl der im System deployten Pods nach "
2093#~ "Bedarf erhöhen oder verringern."
2094
2095#~ msgid ""
2096#~ "\n"
2097#~ "\t\tDelete resources by filenames, stdin, resources and names, or by "
2098#~ "resources and label selector.\n"
2099#~ "\n"
2100#~ "\t\tJSON and YAML formats are accepted. Only one type of the arguments "
2101#~ "may be specified: filenames,\n"
2102#~ "\t\tresources and names, or resources and label selector.\n"
2103#~ "\n"
2104#~ "\t\tSome resources, such as pods, support graceful deletion. These "
2105#~ "resources define a default period\n"
2106#~ "\t\tbefore they are forcibly terminated (the grace period) but you may "
2107#~ "override that value with\n"
2108#~ "\t\tthe --grace-period flag, or pass --now to set a grace-period of 1. "
2109#~ "Because these resources often\n"
2110#~ "\t\trepresent entities in the cluster, deletion may not be acknowledged "
2111#~ "immediately. If the node\n"
2112#~ "\t\thosting a pod is down or cannot reach the API server, termination may "
2113#~ "take significantly longer\n"
2114#~ "\t\tthan the grace period. To force delete a resource,\tyou must pass a "
2115#~ "grace\tperiod of 0 and specify\n"
2116#~ "\t\tthe --force flag.\n"
2117#~ "\n"
2118#~ "\t\tIMPORTANT: Force deleting pods does not wait for confirmation that "
2119#~ "the pod's processes have been\n"
2120#~ "\t\tterminated, which can leave those processes running until the node "
2121#~ "detects the deletion and\n"
2122#~ "\t\tcompletes graceful deletion. If your processes use shared storage or "
2123#~ "talk to a remote API and\n"
2124#~ "\t\tdepend on the name of the pod to identify themselves, force deleting "
2125#~ "those pods may result in\n"
2126#~ "\t\tmultiple processes running on different machines using the same "
2127#~ "identification which may lead\n"
2128#~ "\t\tto data corruption or inconsistency. Only force delete pods when you "
2129#~ "are sure the pod is\n"
2130#~ "\t\tterminated, or if your application can tolerate multiple copies of "
2131#~ "the same pod running at once.\n"
2132#~ "\t\tAlso, if you force delete pods the scheduler may place new pods on "
2133#~ "those nodes before the node\n"
2134#~ "\t\thas released those resources and causing those pods to be evicted "
2135#~ "immediately.\n"
2136#~ "\n"
2137#~ "\t\tNote that the delete command does NOT do resource version checks, so "
2138#~ "if someone\n"
2139#~ "\t\tsubmits an update to a resource right when you submit a delete, their "
2140#~ "update\n"
2141#~ "\t\twill be lost along with the rest of the resource."
2142#~ msgstr ""
2143#~ "\n"
2144#~ "\t\tLöscht die Resourcen mit Dateinamen, stdin, resources- und names- "
2145#~ "oder mit resources- und label-Selektor.\n"
2146#~ "\n"
2147#~ "\t\tJSON- und YAML-Formate werden akzeptiert. Nur einer der Parameter "
2148#~ "darf verwendet werden: Dateiname,\n"
2149#~ "\t\tresources- und names-, oder resources- und label-Selektor.\n"
2150#~ "\n"
2151#~ "\t\tManche Resourcen, zum Beispiel Pods, unterstützen graziöses Löschen. "
2152#~ "Sie definieren einen Standardzeitraum\n"
2153#~ "\t\tbevor das Löschen erzwungen wird (grace-period), aber dieser Wert "
2154#~ "kann überschrieben werden mit\n"
2155#~ "\t\tder --grace-period Option, oder mit --now, das die grace-period auf 1 "
2156#~ "setzt. Da diese Resourcen\n"
2157#~ "\t\thäufig Einheiten im Cluster sind, kann das Löschen nicht immer direkt "
2158#~ "bestätigt werden. Wenn der Knoten\n"
2159#~ "\t\tauf dem der Pod läuft nicht verfügbar ist, oder den API Server nicht "
2160#~ "erreichen kann, kann das Löschen bedeutend länger dauern\n"
2161#~ "\t\tals die grace-period. Um das Löschen zu erzwingen, muss eine grace-"
2162#~ "period von 0 übergeben werden\n"
2163#~ "\t\tund die --force Option gesetzt sein.\n"
2164#~ "\n"
2165#~ "\t\tWICHTIG: Ein erzwungenes Löschen wartet nicht auf die Bestätigung, "
2166#~ "dass der Prozess\n"
2167#~ "\t\tbeendet wurde, was den Prozess am Leben erhalten kann, bis der Knoten "
2168#~ "die Löschung erkennt\n"
2169#~ "\t\tund das graziöse Löschen beendet. Wenn Prozesse Shared-Storage oder "
2170#~ "eine Remote-API verwenden und\n"
2171#~ "\t\tden Namen des Pods brauchen, um sich selbst zu identifizieren, kann "
2172#~ "das erzwungene Löschen dazu führen, dass\n"
2173#~ "\t\tmehrere Prozesse auf der gleichen Maschine die gleiche Identität "
2174#~ "verwenden, was zu\n"
2175#~ "\t\tDatenkorruption oder Inkonsistenz führen kann. Erzwinge nur ein "
2176#~ "Löschen, wenn sichergestellt ist, dass der Pod\n"
2177#~ "\t\tgelöscht ist, oder wenn die Anwendung mehrere gleichzeitig laufende "
2178#~ "Kopien verarbeiten kann.\n"
2179#~ "\t\tAußerdem kann es passieren, dass der Scheduler neue Pods auf dem "
2180#~ "Knoten plaziert, bevor der Knoten\n"
2181#~ "\t\tdie Resourcen freigegeben hat, sodass diese Pods direkt entfernt "
2182#~ "werden.\n"
2183#~ "\n"
2184#~ "\t\tBerücksichtige außerdem, dass der Delete-Befehl KEINE versionen "
2185#~ "prüft, sodass, wenn jemand\n"
2186#~ "\t\tein Update einer Resource gleichzeitig mit Deinem delete anstößt, "
2187#~ "dessen Update\n"
2188#~ "\t\tmit dem Rest der Resource entfernt wird."
2189
2190#~ msgid ""
2191#~ "\n"
2192#~ "\t\tDeprecated: Gracefully shut down a resource by name or filename.\n"
2193#~ "\n"
2194#~ "\t\tThe stop command is deprecated, all its functionalities are covered "
2195#~ "by delete command.\n"
2196#~ "\t\tSee 'kubectl delete --help' for more details.\n"
2197#~ "\n"
2198#~ "\t\tAttempts to shut down and delete a resource that supports graceful "
2199#~ "termination.\n"
2200#~ "\t\tIf the resource is scalable it will be scaled to 0 before deletion."
2201#~ msgstr ""
2202#~ "\n"
2203#~ "\t\tVeraltet: Fahre eine Resource mit Namen oder Dateinamen graziös "
2204#~ "heruter.\n"
2205#~ "\n"
2206#~ "\t\tDer Stop-Befehl ist veraltet und alle Funktioneren werden mit dem "
2207#~ "Delete-Befehl abgedeckt.\n"
2208#~ "\t\tSiehe 'kubectl delete --help' für mehr Details.\n"
2209#~ "\n"
2210#~ "\t\tVersucht eine Resource, die graziöses Löschen unterstützt, "
2211#~ "herunterzufahren und zu löschen.\n"
2212#~ "\t\tWenn die Resource skaliert werden kann, wird sie vor dem Löschen auf "
2213#~ "0 skaliert."
2214
2215#~ msgid ""
2216#~ "\n"
2217#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of nodes.\n"
2218#~ "\n"
2219#~ "\t\tThe top-node command allows you to see the resource consumption of "
2220#~ "nodes."
2221#~ msgstr ""
2222#~ "\n"
2223#~ "\t\tZeigt die Resourcennutzung (CPU/Memory/Storage) von Knoten.\n"
2224#~ "\n"
2225#~ "\t\tDer top-node-Befehl erlaubt es, die Resourcennutzung von Knoten zu "
2226#~ "betrachten."
2227
2228#~ msgid ""
2229#~ "\n"
2230#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage of pods.\n"
2231#~ "\n"
2232#~ "\t\tThe 'top pod' command allows you to see the resource consumption of "
2233#~ "pods.\n"
2234#~ "\n"
2235#~ "\t\tDue to the metrics pipeline delay, they may be unavailable for a few "
2236#~ "minutes\n"
2237#~ "\t\tsince pod creation."
2238#~ msgstr ""
2239#~ "\n"
2240#~ "\t\tZeigt die Resourcennutzung (CPU/Memory/Storage) von Pods.\n"
2241#~ "\n"
2242#~ "\t\tDer 'top pod'-Befehl erlaubt es, die Resourcennutzung von Pods zu "
2243#~ "betrachten.\n"
2244#~ "\n"
2245#~ "\t\tAufgrund der Metrik-Pipeline-Verzögerung, können sie für ein paar "
2246#~ "Minuten nicht verfügbar sein,\n"
2247#~ "\t\tnach der Pod-Erstellung."
2248
2249#~ msgid ""
2250#~ "\n"
2251#~ "\t\tDisplay Resource (CPU/Memory/Storage) usage.\n"
2252#~ "\n"
2253#~ "\t\tThe top command allows you to see the resource consumption for nodes "
2254#~ "or pods.\n"
2255#~ "\n"
2256#~ "\t\tThis command requires Heapster to be correctly configured and working "
2257#~ "on the server. "
2258#~ msgstr ""
2259#~ "\n"
2260#~ "\t\tZeige Resourcennutzung (CPU/Memory/Storage).\n"
2261#~ "\n"
2262#~ "\t\tDer top-Befehl erlaubt es, die Resourcennutzung von Knoten oder Pods "
2263#~ "zu betrachten.\n"
2264#~ "\n"
2265#~ "\t\tDieser Befehl benötigt eine korrekt konfigurierte und funktionierende "
2266#~ "Heapster-Installation auf dem Server. "
2267
2268#~ msgid ""
2269#~ "\n"
2270#~ "\t\tDrain node in preparation for maintenance.\n"
2271#~ "\n"
2272#~ "\t\tThe given node will be marked unschedulable to prevent new pods from "
2273#~ "arriving.\n"
2274#~ "\t\t'drain' evicts the pods if the APIServer supports eviction\n"
2275#~ "\t\t(http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will "
2276#~ "use normal DELETE\n"
2277#~ "\t\tto delete the pods.\n"
2278#~ "\t\tThe 'drain' evicts or deletes all pods except mirror pods (which "
2279#~ "cannot be deleted through\n"
2280#~ "\t\tthe API server).  If there are DaemonSet-managed pods, drain will not "
2281#~ "proceed\n"
2282#~ "\t\twithout --ignore-daemonsets, and regardless it will not delete any\n"
2283#~ "\t\tDaemonSet-managed pods, because those pods would be immediately "
2284#~ "replaced by the\n"
2285#~ "\t\tDaemonSet controller, which ignores unschedulable markings.  If there "
2286#~ "are any\n"
2287#~ "\t\tpods that are neither mirror pods nor managed by "
2288#~ "ReplicationController,\n"
2289#~ "\t\tReplicaSet, DaemonSet, StatefulSet or Job, then drain will not delete "
2290#~ "any pods unless you\n"
2291#~ "\t\tuse --force.  --force will also allow deletion to proceed if the "
2292#~ "managing resource of one\n"
2293#~ "\t\tor more pods is missing.\n"
2294#~ "\n"
2295#~ "\t\t'drain' waits for graceful termination. You should not operate on the "
2296#~ "machine until\n"
2297#~ "\t\tthe command completes.\n"
2298#~ "\n"
2299#~ "\t\tWhen you are ready to put the node back into service, use kubectl "
2300#~ "uncordon, which\n"
2301#~ "\t\twill make the node schedulable again.\n"
2302#~ "\n"
2303#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)"
2304#~ msgstr ""
2305#~ "\n"
2306#~ "\t\tLeere Knoten, um eine Wartung vorzubereiten.\n"
2307#~ "\n"
2308#~ "\t\tDer gegebene Knoten wird als unschedulable markiert, um die Zuordnung "
2309#~ "von neuen Pods zu verhindern.\n"
2310#~ "\t\t'drain' entfernt den Pod, falls der API-Server die Entfernung "
2311#~ "unterstützt\n"
2312#~ "\t\t(http://kubernetes.io/docs/admin/disruptions/). Wenn nicht, wird ein "
2313#~ "normales DELETE verwendet,\n"
2314#~ "\t\tum die Pods zu löschen.\n"
2315#~ "\t\t'drain' entfernt oder löscht alle Pods mit der Ausnahme von Mirror-"
2316#~ "Pods (welche vom API Server nicht gelöscht werden können)\n"
2317#~ "\t\tWenn DaemonSet-verwaltete Pods existieren, wird 'drain' nicht "
2318#~ "fortgesetzt\n"
2319#~ "\t\tohne die --ignore-daemonsets Option, und es wird in keinem Fall\n"
2320#~ "\t\tDaemonSet-verwaltete Pods löschen, weil diese Pods direkt ersetzt "
2321#~ "würden durch den\n"
2322#~ "\t\tDaemonSet-Controller, der unschedulable Markierungen ignoriert.  Wenn "
2323#~ "es irgendwelche\n"
2324#~ "\t\tPods gibt, die weder Mirror-Pods sind, noch von einem "
2325#~ "ReplicationController,\n"
2326#~ "\t\tReplicaSet, DaemonSet, StatefulSet oder Job verwaltet werden, wird "
2327#~ "drain keine Pods löschen, außer die\n"
2328#~ "\t\t--force Option ist gesetzt.  --force lässt das Löschen selbst zu, "
2329#~ "wenn die verwaltende Resource von einem\n"
2330#~ "\t\toder mehreren Pods fehlt.\n"
2331#~ "\n"
2332#~ "\t\t'drain' wartet auf eine graziöse Löschung. Man sollte auf der "
2333#~ "Maschine nichts tun, während\n"
2334#~ "\t\tder Befehl läuft.\n"
2335#~ "\n"
2336#~ "\t\tWenn der Knoten wieder bereit ist die Arbeit aufzunehmen, benutze "
2337#~ "kubectl uncordon,\n"
2338#~ "\t\twas den Knoten als schedulable markiert.\n"
2339#~ "\n"
2340#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)"
2341
2342#~ msgid ""
2343#~ "\n"
2344#~ "\t\tEdit a resource from the default editor.\n"
2345#~ "\n"
2346#~ "\t\tThe edit command allows you to directly edit any API resource you can "
2347#~ "retrieve via the\n"
2348#~ "\t\tcommand line tools. It will open the editor defined by your "
2349#~ "KUBE_EDITOR, or EDITOR\n"
2350#~ "\t\tenvironment variables, or fall back to 'vi' for Linux or 'notepad' "
2351#~ "for Windows.\n"
2352#~ "\t\tYou can edit multiple objects, although changes are applied one at a "
2353#~ "time. The command\n"
2354#~ "\t\taccepts filenames as well as command line arguments, although the "
2355#~ "files you point to must\n"
2356#~ "\t\tbe previously saved versions of resources.\n"
2357#~ "\n"
2358#~ "\t\tEditing is done with the API version used to fetch the resource.\n"
2359#~ "\t\tTo edit using a specific API version, fully-qualify the resource, "
2360#~ "version, and group.\n"
2361#~ "\n"
2362#~ "\t\tThe default format is YAML. To edit in JSON, specify \"-o json\".\n"
2363#~ "\n"
2364#~ "\t\tThe flag --windows-line-endings can be used to force Windows line "
2365#~ "endings,\n"
2366#~ "\t\totherwise the default for your operating system will be used.\n"
2367#~ "\n"
2368#~ "\t\tIn the event an error occurs while updating, a temporary file will be "
2369#~ "created on disk\n"
2370#~ "\t\tthat contains your unapplied changes. The most common error when "
2371#~ "updating a resource\n"
2372#~ "\t\tis another editor changing the resource on the server. When this "
2373#~ "occurs, you will have\n"
2374#~ "\t\tto apply your changes to the newer version of the resource, or update "
2375#~ "your temporary\n"
2376#~ "\t\tsaved copy to include the latest resource version."
2377#~ msgstr ""
2378#~ "\n"
2379#~ "\t\tBearbeite eine Resource mit dem Standardeditor.\n"
2380#~ "\n"
2381#~ "\t\tDer edit-Befehl erlaubt es jede API Resource direkt zu bearbeiten, "
2382#~ "wenn sie mit den\n"
2383#~ "\t\tCommand-Line-Tools erreichbar ist. Er öffnet den Editor, der in der "
2384#~ "KUBE_EDITOR oder EDITOR\n"
2385#~ "\t\tUmgebunsvariable festgelegt ist, oder 'vi' auf Linux und 'notepad' "
2386#~ "auf Windows.\n"
2387#~ "\t\tEs ist möglich mehrere Objekte zu bearbeiten, aber die Änderungen "
2388#~ "werden nacheinander angewendet. Der Befehl\n"
2389#~ "\t\takzeptiert Dateinamen und Command-Line-Parameter, aber die "
2390#~ "verwendeten Dateien müssen\n"
2391#~ "\t\tvorab gespeicherte Versionen von Resourcen sein.\n"
2392#~ "\n"
2393#~ "\t\tDie Bearbeitung verwendet die API Version, die genutzt wurde, um die "
2394#~ "Resource zu lesen.\n"
2395#~ "\t\tUm eine spezifische API Version zu verwenden, muss die vollständige "
2396#~ "Resource, Version und Group angegeben werden.\n"
2397#~ "\n"
2398#~ "\t\tDas Standardformat ist YAML. Um mit JSON zu arbeiten, setze \"-o json"
2399#~ "\".\n"
2400#~ "\n"
2401#~ "\t\tDie Option --windows-line-endings kann benutzt werden, um Windows "
2402#~ "Zeilen-umbrüche zu verwenden,\n"
2403#~ "\t\tansonsten wird der Standard des Betriebssystems verwendet.\n"
2404#~ "\n"
2405#~ "\t\tFalls beim Update ein Fehler auftritt, wird eine temporäre Datei auf "
2406#~ "der Festplatte angelegt,\n"
2407#~ "\t\tdie die nicht verarbeiteten Änderungen enthält. Der häufigste Fehler "
2408#~ "beim Bearbeiten einer Resource\n"
2409#~ "\t\tist ein anderer Editor, der die Resource auf dem Server ändert. Wenn "
2410#~ "das auftritt, muss man\n"
2411#~ "\t\tseine Änderungen auf die neue Version anwenden oder seine temporäre\n"
2412#~ "\t\tgespeicherte Kopie mit der neuesten Resourcenversion aktualisieren."
2413
2414#~ msgid ""
2415#~ "\n"
2416#~ "\t\tOutput shell completion code for the specified shell (bash or zsh).\n"
2417#~ "\t\tThe shell code must be evaluated to provide interactive\n"
2418#~ "\t\tcompletion of kubectl commands.  This can be done by sourcing it "
2419#~ "from\n"
2420#~ "\t\tthe .bash_profile.\n"
2421#~ "\n"
2422#~ "\t\tNote: this requires the bash-completion framework, which is not "
2423#~ "installed\n"
2424#~ "\t\tby default on Mac.  This can be installed by using homebrew:\n"
2425#~ "\n"
2426#~ "\t\t    $ brew install bash-completion\n"
2427#~ "\n"
2428#~ "\t\tOnce installed, bash_completion must be evaluated.  This can be done "
2429#~ "by adding the\n"
2430#~ "\t\tfollowing line to the .bash_profile\n"
2431#~ "\n"
2432#~ "\t\t    $ source $(brew --prefix)/etc/bash_completion\n"
2433#~ "\n"
2434#~ "\t\tNote for zsh users: [1] zsh completions are only supported in "
2435#~ "versions of zsh >= 5.2"
2436#~ msgstr ""
2437#~ "\n"
2438#~ "\t\tGibt den Shell-Completion-Code für die angegebene Shell aus (bash "
2439#~ "oder zsh).\n"
2440#~ "\t\tDer Shell-Code muss für eine interaktive Vervollständigung von "
2441#~ "kubectl \n"
2442#~ "\t\tausgewertet werden. Das ist möglich, indem man\n"
2443#~ "\t\tdie .bash_profile Datei sourcet.\n"
2444#~ "\n"
2445#~ "\t\tHinweis: Dies setzt das Bash-Completion-Framework voraus, das auf dem "
2446#~ "Mac nicht standardmäßig installiert ist. \n"
2447#~ "\t\tEs kann mit homebrew installiert werden:\n"
2448#~ "\n"
2449#~ "\t\t    $ brew install bash-completion\n"
2450#~ "\n"
2451#~ "\t\tSobald es installiert ist, muss bash_completion ausgewertet werden. "
2452#~ "Dies wird erreicht, indem man\n"
2453#~ "\t\tdie folgende Zeile zur .bash_profile-Datei hinzufügt\n"
2454#~ "\n"
2455#~ "\t\t    $ source $(brew --prefix)/etc/bash_completion\n"
2456#~ "\n"
2457#~ "\t\tHinweis für zsh Nutzer: [1] zsh completions werden nur in Versionen "
2458#~ "von zsh >= 5.2 unterstützt"
2459
2460#~ msgid ""
2461#~ "\n"
2462#~ "\t\tPerform a rolling update of the given ReplicationController.\n"
2463#~ "\n"
2464#~ "\t\tReplaces the specified replication controller with a new replication "
2465#~ "controller by updating one pod at a time to use the\n"
2466#~ "\t\tnew PodTemplate. The new-controller.json must specify the same "
2467#~ "namespace as the\n"
2468#~ "\t\texisting replication controller and overwrite at least one (common) "
2469#~ "label in its replicaSelector.\n"
2470#~ "\n"
2471#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_rollingupdate."
2472#~ "svg)"
2473#~ msgstr ""
2474#~ "\n"
2475#~ "\t\tFühre ein Rolling-Update des gegebenen ReplicationControllers aus.\n"
2476#~ "\n"
2477#~ "\t\tErsetzt den gegebenen ReplicationController mit einem neuen "
2478#~ "Replication-Controller, indem die neue PodTampleta Pod für Pod\n"
2479#~ "\t\tangewendet wird. Die new-controller.json muss den gleichen Namespace "
2480#~ "wie\n"
2481#~ "\t\tder aktuelle ReplicationController besitzen und mindestens ein "
2482#~ "gemeinsames Label im ReplicaSelector überschreiben.\n"
2483#~ "\n"
2484#~ "\t\t![Workflow](http://kubernetes.io/images/docs/kubectl_rollingupdate."
2485#~ "svg)"
2486
2487#~ msgid ""
2488#~ "\n"
2489#~ "\t\tReplace a resource by filename or stdin.\n"
2490#~ "\n"
2491#~ "\t\tJSON and YAML formats are accepted. If replacing an existing "
2492#~ "resource, the\n"
2493#~ "\t\tcomplete resource spec must be provided. This can be obtained by\n"
2494#~ "\n"
2495#~ "\t\t    $ kubectl get TYPE NAME -o yaml\n"
2496#~ "\n"
2497#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2498#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2499#~ "definitions.html to find if a field is mutable."
2500#~ msgstr ""
2501#~ "\n"
2502#~ "\t\tErsetze eine Resource mit Dateinamen oder stdin.\n"
2503#~ "\n"
2504#~ "\t\tJSON- and YAML-Formate werden akzeptiert. Wenn eine existierende "
2505#~ "Resource ersetzt wird,\n"
2506#~ "\t\tmuss die vollständige spSpecec mitgegeben werden. Diese kann hiermit "
2507#~ "ausgelesen werden\n"
2508#~ "\n"
2509#~ "\t\t    $ kubectl get TYPE NAME -o yaml\n"
2510#~ "\n"
2511#~ "\t\tBitte konsultiere https://htmlpreview.github.io/?https://github.com/"
2512#~ "kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html um "
2513#~ "zu erfahren, ob ein Feld verändert werden darf."
2514
2515#~ msgid ""
2516#~ "\n"
2517#~ "\t\tSet a new size for a Deployment, ReplicaSet, Replication Controller, "
2518#~ "or Job.\n"
2519#~ "\n"
2520#~ "\t\tScale also allows users to specify one or more preconditions for the "
2521#~ "scale action.\n"
2522#~ "\n"
2523#~ "\t\tIf --current-replicas or --resource-version is specified, it is "
2524#~ "validated before the\n"
2525#~ "\t\tscale is attempted, and it is guaranteed that the precondition holds "
2526#~ "true when the\n"
2527#~ "\t\tscale is sent to the server."
2528#~ msgstr ""
2529#~ "\n"
2530#~ "\t\tSetze eine neue Größe für ein Deployment, ReplicaSet, Replication-"
2531#~ "Contoller oder Job.\n"
2532#~ "\n"
2533#~ "\t\tScale erlaubt es Nutzern eine oder mehr Voraussetzungen für die "
2534#~ "Aktion festzulegen.\n"
2535#~ "\n"
2536#~ "\t\tWenn --current-replicas oder --resource-version gegeben ist, wird es "
2537#~ "validiert, bevor\n"
2538#~ "\t\tscale versucht wird, und es wird garantiert, dass die Voraussetzungen "
2539#~ "erfüllt sind, wenn\n"
2540#~ "\t\tscale zum Server geschickt wird."
2541
2542#~ msgid ""
2543#~ "\n"
2544#~ "\t\tTo proxy all of the kubernetes api and nothing else, use:\n"
2545#~ "\n"
2546#~ "\t\t    $ kubectl proxy --api-prefix=/\n"
2547#~ "\n"
2548#~ "\t\tTo proxy only part of the kubernetes api and also some static files:\n"
2549#~ "\n"
2550#~ "\t\t    $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-"
2551#~ "prefix=/api/\n"
2552#~ "\n"
2553#~ "\t\tThe above lets you 'curl localhost:8001/api/v1/pods'.\n"
2554#~ "\n"
2555#~ "\t\tTo proxy the entire kubernetes api at a different root, use:\n"
2556#~ "\n"
2557#~ "\t\t    $ kubectl proxy --api-prefix=/custom/\n"
2558#~ "\n"
2559#~ "\t\tThe above lets you 'curl localhost:8001/custom/api/v1/pods'"
2560#~ msgstr ""
2561#~ "\n"
2562#~ "\t\tProxy alle Teile der Kubernetes-API und sonst nichts:\n"
2563#~ "\n"
2564#~ "\t\t    $ kubectl proxy --api-prefix=/\n"
2565#~ "\n"
2566#~ "\t\tProxy nur bestimmte Teile der Kubernetes-API und einige statische "
2567#~ "Dateien:\n"
2568#~ "\n"
2569#~ "\t\t    $ kubectl proxy --www=/my/files --www-prefix=/static/ --api-"
2570#~ "prefix=/api/\n"
2571#~ "\n"
2572#~ "\t\tDer Befehl oben lässt dich 'curl localhost:8001/api/v1/pods' "
2573#~ "aufrufen.\n"
2574#~ "\n"
2575#~ "\t\tProxy alle Teile der Kubernetes-API auf einem anderen root:\n"
2576#~ "\n"
2577#~ "\t\t    $ kubectl proxy --api-prefix=/custom/\n"
2578#~ "\n"
2579#~ "\t\tDer Befehl oben lässt dich 'curl localhost:8001/custom/api/v1/pods' "
2580#~ "aufrufen"
2581
2582#~ msgid ""
2583#~ "\n"
2584#~ "\t\tUpdate field(s) of a resource using strategic merge patch\n"
2585#~ "\n"
2586#~ "\t\tJSON and YAML formats are accepted.\n"
2587#~ "\n"
2588#~ "\t\tPlease refer to the models in https://htmlpreview.github.io/?https://"
2589#~ "github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/"
2590#~ "definitions.html to find if a field is mutable."
2591#~ msgstr ""
2592#~ "\n"
2593#~ "\t\tAktualisiere Felder einer Resource mit einem Strategic-Merge-Patch\n"
2594#~ "\n"
2595#~ "\t\tJSON- und YAML-Formate werden akzeptiert.\n"
2596#~ "\n"
2597#~ "\t\tBitte konsultiere https://htmlpreview.github.io/?https://github.com/"
2598#~ "kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html um "
2599#~ "zu erfahren, ob ein Feld mutable ist."
2600
2601#~ msgid ""
2602#~ "\n"
2603#~ "\t  # Create a new TLS secret named tls-secret with the given key pair:\n"
2604#~ "\t  kubectl create secret tls tls-secret --cert=path/to/tls.cert --"
2605#~ "key=path/to/tls.key"
2606#~ msgstr ""
2607#~ "\n"
2608#~ "\t  # Erstelle ein neues TLS Secret tl-secret mit dem gegebenen "
2609#~ "Schlüsselpaar:\n"
2610#~ "\t  kubectl create secret tls tls-secret --cert=path/to/tls.cert --"
2611#~ "key=path/to/tls.key"
2612
2613#~ msgid ""
2614#~ "\n"
2615#~ "\t  # Create a new secret named my-secret with keys for each file in "
2616#~ "folder bar\n"
2617#~ "\t  kubectl create secret generic my-secret --from-file=path/to/bar\n"
2618#~ "\n"
2619#~ "\t  # Create a new secret named my-secret with specified keys instead of "
2620#~ "names on disk\n"
2621#~ "\t  kubectl create secret generic my-secret --from-file=ssh-privatekey=~/."
2622#~ "ssh/id_rsa --from-file=ssh-publickey=~/.ssh/id_rsa.pub\n"
2623#~ "\n"
2624#~ "\t  # Create a new secret named my-secret with key1=supersecret and "
2625#~ "key2=topsecret\n"
2626#~ "\t  kubectl create secret generic my-secret --from-"
2627#~ "literal=key1=supersecret --from-literal=key2=topsecret"
2628#~ msgstr ""
2629#~ "\n"
2630#~ "\t  # Erstelle ein neues Secret my-secret mit einem Key für jede Datei im "
2631#~ "Ordner bar\n"
2632#~ "\t  kubectl create secret generic my-secret --from-file=path/to/bar\n"
2633#~ "\n"
2634#~ "\t  # Erstelle ein neues Secret my-secret mit den gegebenen Keys statt "
2635#~ "der Namen auf der Festplatte\n"
2636#~ "\t  kubectl create secret generic my-secret --from-file=ssh-privatekey=~/."
2637#~ "ssh/id_rsa --from-file=ssh-publickey=~/.ssh/id_rsa.pub\n"
2638#~ "\n"
2639#~ "\t  # Erstelle ein neues Scret my-secret mit key1=supersecret und "
2640#~ "key2=topsecret\n"
2641#~ "\t  kubectl create secret generic my-secret --from-"
2642#~ "literal=key1=supersecret --from-literal=key2=topsecret"
2643
2644#~ msgid ""
2645#~ "\n"
2646#~ "\t# Create a new ExternalName service named my-ns \n"
2647#~ "\tkubectl create service externalname my-ns --external-name bar.com"
2648#~ msgstr ""
2649#~ "\n"
2650#~ "\t# Erstelle einen neuen ExternalName-Service my-ns \n"
2651#~ "\tkubectl create service externalname my-ns --external-name bar.com"
2652
2653#~ msgid ""
2654#~ "\n"
2655#~ "    # Create a new clusterIP service named my-cs\n"
2656#~ "    kubectl create service clusterip my-cs --tcp=5678:8080\n"
2657#~ "\n"
2658#~ "    # Create a new clusterIP service named my-cs (in headless mode)\n"
2659#~ "    kubectl create service clusterip my-cs --clusterip=\"None\""
2660#~ msgstr ""
2661#~ "\n"
2662#~ "    # Erstelle einen neuen ClusterIP-Service my-cs\n"
2663#~ "    kubectl create service clusterip my-cs --tcp=5678:8080\n"
2664#~ "\n"
2665#~ "    # Erstelle einen neuen ClusterIP-Service my-cs (im headless-Modus)\n"
2666#~ "    kubectl create service clusterip my-cs --clusterip=\"None\""
2667
2668#~ msgid ""
2669#~ "\n"
2670#~ "    # Create a new deployment named my-dep that runs the busybox image.\n"
2671#~ "    kubectl create deployment my-dep --image=busybox"
2672#~ msgstr ""
2673#~ "\n"
2674#~ "    # Erstelle ein neues Deployment my-dep, dass das busybox-Image "
2675#~ "nutzt.\n"
2676#~ "    kubectl create deployment my-dep --image=busybox"
2677
2678#~ msgid ""
2679#~ "\n"
2680#~ "    # Create a new nodeport service named my-ns\n"
2681#~ "    kubectl create service nodeport my-ns --tcp=5678:8080"
2682#~ msgstr ""
2683#~ "\n"
2684#~ "    # Erstelle einen neuen NodePort-Service my-ns\n"
2685#~ "    kubectl create service nodeport my-ns --tcp=5678:8080"
2686
2687#~ msgid ""
2688#~ "\n"
2689#~ "    Create a clusterIP service with the specified name."
2690#~ msgstr ""
2691#~ "\n"
2692#~ "    Erstelle einen ClusterIP-Service mit dem gegebenen Namen."
2693
2694#~ msgid ""
2695#~ "\n"
2696#~ "    Create a deployment with the specified name."
2697#~ msgstr ""
2698#~ "\n"
2699#~ "    Erstelle ein Deployment mit dem gegebenen Namen."
2700
2701#~ msgid ""
2702#~ "\n"
2703#~ "    Create a nodeport service with the specified name."
2704#~ msgstr ""
2705#~ "\n"
2706#~ "    Erstelle einen NodePort-Service mit dem gegebenen Namen."
2707
2708#~ msgid ""
2709#~ "\n"
2710#~ "  Display addresses of the master and services with label kubernetes.io/"
2711#~ "cluster-service=true\n"
2712#~ "  To further debug and diagnose cluster problems, use 'kubectl cluster-"
2713#~ "info dump'."
2714#~ msgstr ""
2715#~ "\n"
2716#~ "  Zeigt Adressen des Master und von Services mit Label kubernetes.io/"
2717#~ "cluster-service=true\n"
2718#~ "  Für das weitere Debugging und die Diagnose von Clusterproblemen nutze "
2719#~ "'kubectl cluster-info dump'."
2720
2721#~ msgid "A schedule in the Cron format the job should be run with."
2722#~ msgstr "Ein Schedule im Cron Format, dass der Job nutzen soll."
2723
2724#~ msgid "Apply a configuration to a resource by filename or stdin"
2725#~ msgstr ""
2726#~ "Wende eine Konfiguration auf eine Resource über den Dateinamen oder stdin "
2727#~ "an"
2728
2729#~ msgid "Auto-scale a Deployment, ReplicaSet, or ReplicationController"
2730#~ msgstr "Auto-skaliere ein Deployment, ReplicaSet oder ReplicationController"
2731
2732#~ msgid ""
2733#~ "Container name which will have its image upgraded. Only relevant when --"
2734#~ "image is specified, ignored otherwise. Required when using --image on a "
2735#~ "multi-container pod"
2736#~ msgstr ""
2737#~ "Name des Containers dessen Image aktualisiert wird. Nur relevant, wenn --"
2738#~ "image angegeben ist, sonst ignoriert. Verpflichtend, wenn --image auf "
2739#~ "einem Multi-Container-Pod verwendet wird"
2740
2741#~ msgid "Create a ClusterRoleBinding for a particular ClusterRole"
2742#~ msgstr "Erstelle ein ClusterRoleBinding für eine bestimmte ClusterRole"
2743
2744#~ msgid "Create a LoadBalancer service."
2745#~ msgstr "Erstelle einen LoadBalancer-Service."
2746
2747#~ msgid "Create a NodePort service."
2748#~ msgstr "Erstelle einen NodePort-Service."
2749
2750#~ msgid "Create a RoleBinding for a particular Role or ClusterRole"
2751#~ msgstr "Erstelle ein RoleBinding für eine bestimmte Role oder ClusterRole"
2752
2753#~ msgid "Create a clusterIP service."
2754#~ msgstr "Erstelle einen ClusterIP-Service"
2755
2756#~ msgid "Create a configmap from a local file, directory or literal value"
2757#~ msgstr ""
2758#~ "Erstelle eine ConfigMap von einer Datei, einem Ordner oder einem festen "
2759#~ "Wert"
2760
2761#~ msgid "Create a deployment with the specified name."
2762#~ msgstr "Erstelle ein Deployment mit dem gegebenen Namen."
2763
2764#~ msgid "Create a pod disruption budget with the specified name."
2765#~ msgstr "Erstelle ein Pod-Disruption-Budget mit dem gegebenen Namen."
2766
2767#~ msgid "Create a quota with the specified name."
2768#~ msgstr "Erstelle eine Quota mit dem gegebenen Namen."
2769
2770#~ msgid "Create a resource by filename or stdin"
2771#~ msgstr "Erstelle eine Resource von einer Datei oder stdin"
2772
2773#~ msgid "Create a secret from a local file, directory or literal value"
2774#~ msgstr ""
2775#~ "Erstelle ein Secret von einer lokalen Datei, einem Ordner oder einem "
2776#~ "festen Wert"
2777
2778#~ msgid "Create a service using specified subcommand."
2779#~ msgstr "Erstelle einen Servuce mit dem angegebenen Sub-Befehl"
2780
2781#~ msgid "Create an ExternalName service."
2782#~ msgstr "Erstelle einen ExternalName-Service."
2783
2784#~ msgid ""
2785#~ "Delete resources by filenames, stdin, resources and names, or by "
2786#~ "resources and label selector"
2787#~ msgstr ""
2788#~ "Lösche Resourcen von einer Datei, stdin, resources- und names- oder mit "
2789#~ "resources- und label-Selektor"
2790
2791#~ msgid "Deprecated: Gracefully shut down a resource by name or filename"
2792#~ msgstr ""
2793#~ "Veraltet: Graziöses herunterfahren einer Resource über den Namen oder "
2794#~ "Dateinamen"
2795
2796#~ msgid "Display Resource (CPU/Memory) usage of nodes"
2797#~ msgstr "Zeige Resourcennutzung (CPU/Memory) von Knoten"
2798
2799#~ msgid "Display Resource (CPU/Memory) usage of pods"
2800#~ msgstr "Zeige Resourcennutzung (CPU/Memory) von Pods"
2801
2802#~ msgid "Display Resource (CPU/Memory) usage."
2803#~ msgstr "Zeige Resourcennutzung (CPU/Memory)."
2804
2805#~ msgid "Display cluster info"
2806#~ msgstr "Zeige Cluster-Info"
2807
2808#~ msgid "Displays the current-context"
2809#~ msgstr "Zeige den aktuellen Kontext"
2810
2811#~ msgid "Documentation of resources"
2812#~ msgstr "Dokumentation einer Resource"
2813
2814#~ msgid "Dump lots of relevant info for debugging and diagnosis"
2815#~ msgstr "Zeige viele relevante Informationen für Debugging und Diagnose"
2816
2817#~ msgid ""
2818#~ "Explicit policy for when to pull container images. Required when --image "
2819#~ "is same as existing image, ignored otherwise."
2820#~ msgstr ""
2821#~ "Explizite Vorgabe, wann Container-Images gepullt werden. Verpflichtend, "
2822#~ "wenn --image ist gleich dem aktuellen Image ist - sonst ignoriert."
2823
2824#~ msgid ""
2825#~ "IP to assign to the Load Balancer. If empty, an ephemeral IP will be "
2826#~ "created and used (cloud-provider specific)."
2827#~ msgstr ""
2828#~ "IP, die dem Load-Balancer zugewiesen wird. Falls leer, wird eine "
2829#~ "temporäre IP erstellt und verwendet (Cloud-Provider spezifisch)"
2830
2831#~ msgid "Manage a deployment rollout"
2832#~ msgstr "Verwalte ein Deployment-Rollout"
2833
2834#~ msgid "Perform a rolling update of the given ReplicationController"
2835#~ msgstr "Führe ein Rolling-Update des gegebenen ReplicationControllers aus"
2836
2837#~ msgid "Replace a resource by filename or stdin"
2838#~ msgstr "Ersetze eine Resource von einem Dateinamen oder stdin"
2839
2840#~ msgid ""
2841#~ "Set a new size for a Deployment, ReplicaSet, Replication Controller, or "
2842#~ "Job"
2843#~ msgstr ""
2844#~ "Setze eine neue Größe für ein Deployment, ReplicaSet, "
2845#~ "ReplicationController oder Job"
2846
2847#~ msgid ""
2848#~ "Set the last-applied-configuration annotation on a live object to match "
2849#~ "the contents of a file."
2850#~ msgstr ""
2851#~ "Setze die Annotation Last-Applied-Configuration auf einem Live-Objekt auf "
2852#~ "den Inhalt einer Datei."
2853
2854#~ msgid "Sets a cluster entry in kubeconfig"
2855#~ msgstr "Setze einen Cluster-Eintrag in der kubeconfig"
2856
2857#~ msgid "Sets a context entry in kubeconfig"
2858#~ msgstr "Setze einen Kontext-Eintrag in der kubeconfig"
2859
2860#~ msgid "Sets a user entry in kubeconfig"
2861#~ msgstr "Setze einen User-Eintrag in der kubeconfig"
2862
2863#~ msgid "Sets an individual value in a kubeconfig file"
2864#~ msgstr "Setze einen einzelnen Value in einer kubeconfig-Datei"
2865
2866#~ msgid "Sets the current-context in a kubeconfig file"
2867#~ msgstr "Setze den aktuellen Kontext in einer kubeconfig-Datei"
2868
2869#~ msgid ""
2870#~ "Take a replication controller, service, deployment or pod and expose it "
2871#~ "as a new Kubernetes Service"
2872#~ msgstr ""
2873#~ "Nehme einen Replication Controller, Service, Deployment oder Pod und "
2874#~ "biete ihn als neuen Kubernetes-Service an"
2875
2876#~ msgid ""
2877#~ "The name of the API generator to use, see http://kubernetes.io/docs/user-"
2878#~ "guide/kubectl-conventions/#generators for a list."
2879#~ msgstr ""
2880#~ "Der Name des zu verwendenden API-Generators. Siehe http://kubernetes.io/"
2881#~ "docs/user-guide/kubectl-conventions/#generators für eine Übersicht."
2882
2883#~ msgid ""
2884#~ "The name of the API generator to use. Currently there is only 1 generator."
2885#~ msgstr ""
2886#~ "Der Name des zu verwendenden API-Generators. Zur Zeit gibt es nur einen "
2887#~ "Generator."
2888
2889#~ msgid ""
2890#~ "The name of the generator to use for creating a service.  Only used if --"
2891#~ "expose is true"
2892#~ msgstr ""
2893#~ "Der Name des zu verwendenden Generators, um einen Service zu erstellen. "
2894#~ "Wird nur benutzt, wenn --expose true ist"
2895
2896#~ msgid ""
2897#~ "The port that this container exposes.  If --expose is true, this is also "
2898#~ "the port used by the service that is created."
2899#~ msgstr ""
2900#~ "Der Port, den der Container anbietet.  Wenn --expose true ist, ist es "
2901#~ "auch der Port, den der zu erstellende Service verwendet"
2902
2903#~ msgid ""
2904#~ "Type for this service: ClusterIP, NodePort, or LoadBalancer. Default is "
2905#~ "'ClusterIP'."
2906#~ msgstr ""
2907#~ "Typ für diesen Service: ClusterIP, NodePort oder LoadBalancer. Standard "
2908#~ "ist 'ClusterIP'."
2909
2910#~ msgid "Update field(s) of a resource using strategic merge patch"
2911#~ msgstr "Aktualisiere Felder einer Resource mit einem Strategic-Merge-Patch"
2912
2913#~ msgid "Update image of a pod template"
2914#~ msgstr "Aktualisiere das Image einer Pod-Template"
2915
2916#~ msgid ""
2917#~ "View latest last-applied-configuration annotations of a resource/object"
2918#~ msgstr ""
2919#~ "Zeige die aktuelle Annotation Last-Applied-Configuration einer Resource / "
2920#~ "eines Object"
2921