mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
kubectl: add long and short options to commands in translations (#17247)
This commit is contained in:
parent
1a01b14c4f
commit
93d5e0f332
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Liste Informationen über eine Ressource mit weiteren Details auf:
|
||||
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
|
||||
|
||||
- Aktualisiere die angegebenen Pods mit dem Label 'unhealthy' und dem Wert 'true':
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Elenca le informazioni su una risorsa in maniera dettagliata:
|
||||
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
|
||||
|
||||
- Aggiorna il pod specificato con l'etichetta 'unhealthy' e il valore 'true':
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- リソースに関する情報をより詳細に一覧表示する:
|
||||
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
|
||||
|
||||
- 指定したポッドにラベル 'unhealthy' と値 'true' を付けて更新する:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- 리소스에 대한 정보를 자세히 나열:
|
||||
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
|
||||
|
||||
- 지정된 포드에 'unhealthy' 레이블과 'true' 값을 추가:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Lista toda a informação sobre um recurso em detalhes:
|
||||
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
|
||||
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
|
||||
|
||||
- Atualiza um pod específico com o label 'unhealthy' e o valor 'true':
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue