mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:55:25 +02:00
stern: add Hindi translation (#14747)
This commit is contained in:
parent
85e28a69b5
commit
54e953747a
1 changed files with 28 additions and 0 deletions
28
pages.hi/common/stern.md
Normal file
28
pages.hi/common/stern.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# stern
|
||||
|
||||
> Kubernetes से कई पॉड और कंटेनरों का टेल करें।
|
||||
> अधिक जानकारी: <https://github.com/stern/stern>।
|
||||
|
||||
- वर्तमान नामस्थान में सभी पॉड्स का टेल करें:
|
||||
|
||||
`stern .`
|
||||
|
||||
- एक विशिष्ट स्थिति वाले सभी पॉड्स का टेल करें:
|
||||
|
||||
`stern . --container-state {{चल रहा है|इंतज़ार कर रहा है|समाप्त हुआ}}`
|
||||
|
||||
- एक दिए गए नियमित अभिव्यक्ति से मेल खाने वाले सभी पॉड्स का टेल करें:
|
||||
|
||||
`stern {{पॉड_क्वेरी}}`
|
||||
|
||||
- सभी नामस्थान से मेल खाने वाले पॉड्स का टेल करें:
|
||||
|
||||
`stern {{पॉड_क्वेरी}} --all-namespaces`
|
||||
|
||||
- 15 मिनट पहले के मेल खाने वाले पॉड्स का टेल करें:
|
||||
|
||||
`stern {{पॉड_क्वेरी}} --since {{15m}}`
|
||||
|
||||
- एक विशिष्ट लेबल वाले मेल खाने वाले पॉड्स का टेल करें:
|
||||
|
||||
`stern {{पॉड_क्वेरी}} --selector {{release=canary}}`
|
Loading…
Add table
Reference in a new issue