1
0
Fork 0
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:
Nelson Figueroa 2025-07-17 17:16:31 -07:00 committed by GitHub
parent 1a01b14c4f
commit 93d5e0f332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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':

View file

@ -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':

View file

@ -6,7 +6,7 @@
- リソースに関する情報をより詳細に一覧表示する:
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
- 指定したポッドにラベル 'unhealthy' と値 'true' を付けて更新する:

View file

@ -6,7 +6,7 @@
- 리소스에 대한 정보를 자세히 나열:
`kubectl get {{pod|service|deployment|ingress|...}} -o wide`
`kubectl get {{pod|service|deployment|ingress|...}} {{[-o|--output]}} wide`
- 지정된 포드에 'unhealthy' 레이블과 'true' 값을 추가:

View file

@ -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':