-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[hi] Add content/hi/docs/setup/production-environment/container-runtimes.md #31857
Conversation
|
||
सेटिंग्स को इस तरह बदलना कि आपका कंटेनर रनटाइम और kubelet `systemd` का उपयोग करें क्योंकि cgroup ड्राइवर सिस्टम को स्थिर करता है। डॉकर के लिए इसे कॉन्फ़िगर करने के लिए, `native.cgroupdriver=systemd` सेट करें। | ||
|
||
{{<caution >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{<caution >}} | |
{{< caution >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Darshnadas Please have a look at following suggestions and try to commit suggestions directly using GitHub itself to avoid inaccuracies (like extra space, unnecessary commas and exlamation marks etc) that I believe are happening after change requests due to manually changing the page everytime
Also, always try to proof read as machine translation to Hindi is far from perfect. Hope you understand
Thank you
title: कंटेनर रनटाइम | ||
content_type: concept | ||
weight: 20 | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to give spaces at lines 1 and 5?
--- | ||
<!-- overview --> | ||
|
||
आपको क्लस्टर में प्रत्येक नोड में एक {{< glossary_tooltip text="container रनटाइम" term_id="container-runtime" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
आपको क्लस्टर में प्रत्येक नोड में एक {{< glossary_tooltip text="container रनटाइम" term_id="container-runtime" >}} | |
आपको क्लस्टर में प्रत्येक नोड में एक {{< glossary_tooltip text="कंटेनर रनटाइम" term_id="container-runtime" >}} |
?
अन्य ऑपरेटिंग सिस्टम के लिए, अपने प्लेटफ़ॉर्म के लिए अनुसार विशिष्ट प्रलेखन देखें। | ||
{{< /note >}} | ||
|
||
## cgroup ड्राइवर |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## cgroup ड्राइवर | |
## Cgroup ड्राइवर |
{{< /caution >}} | ||
क्लस्टर में शामिल होने वाले नोड के cgroup ड्राइवर को बदलना एक संवेदनशील ऑपरेशन है। यदि kubelet ने एक सीग्रुप ड्राइवर के शब्दार्थ का उपयोग करके पॉड्स बनाए हैं, तो कंटेनर रनटाइम को दूसरे सीग्रुप ड्राइवर में बदलने से मौजूदा पॉड्स के पॉड सैंडबॉक्स को फिर से बनाते समय त्रुटियां हो सकती हैं। kubelet को पुनरारंभ करने से ऐसी त्रुटियों का समाधान नहीं हो सकता है। | ||
यदि आपके पास स्वचालन है जो इसे व्यवहार्य बनाता है, तो अद्यतन किए गए कॉन्फ़िगरेशन का उपयोग करके नोड को दूसरे के साथ बदलें, या स्वचालन का उपयोग करके इसे पुनर्स्थापित करें। | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
## cgroup संस्करण 2 {#cgroup-v2} | ||
|
||
Cgroup v2, cgroup Linux API का अगला संस्करण है।cgroup v1 से अलग, प्रत्येक कंट्रोलर के लिए एक अलग अनुक्रम के बजाय एक एकल पदानुक्रम है। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cgroup v2, cgroup Linux API का अगला संस्करण है।cgroup v1 से अलग, प्रत्येक कंट्रोलर के लिए एक अलग अनुक्रम के बजाय एक एकल पदानुक्रम है। | |
Cgroup v2, cgroup Linux API का अगला संस्करण है। cgroup v1 से अलग, प्रत्येक कंट्रोलर के लिए एक अलग अनुक्रम के बजाय एक एकल पदानुक्रम है। |
sudo sysctl --system | ||
``` | ||
|
||
कंटेनर स्थापित करें: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
कंटेनर स्थापित करें: | |
Containerd इंस्टॉल करें: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
container and Containerd are different things
{{% /tab %}} | ||
{{< /tabs >}} | ||
|
||
#### `systemd` cgroup ड्राइवर {#containerd-systemd} का उपयोग करें |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### `systemd` cgroup ड्राइवर {#containerd-systemd} का उपयोग करें | |
#### `systemd` cgroup ड्राइवर का उपयोग करें {#containerd-systemd} |
?
जब भी आप kubeadm का उपयोग करें, मैन्युअल रूप से कॉन्फ़िगर करें ! | ||
[क्यूबलेट के लिए cgroup ड्राइवर](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
जब भी आप kubeadm का उपयोग करें, मैन्युअल रूप से कॉन्फ़िगर करें ! | |
[क्यूबलेट के लिए cgroup ड्राइवर](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node). | |
जब आप kubeadm का उपयोग करें, मैन्युअल रूप से कॉन्फ़िगर करें | |
[क्यूबलेट के लिए cgroup ड्राइवर](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node) मैन्युअल रूप से कॉन्फ़िगर करें। |
|
||
{{< note >}} | ||
CRI-O के प्रमुख और छोटे संस्करणों को Kubernetes के प्रमुख और छोटे संस्करणों से मेल खाना चाहिए। | ||
अधिक जानकारी के लिए देखें [CRI-O compatibility matrix](https://github.com/cri-o/cri-o#compatibility-matrix-cri-o--kubernetes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
अधिक जानकारी के लिए देखें [CRI-O compatibility matrix](https://github.com/cri-o/cri-o#compatibility-matrix-cri-o--kubernetes). | |
अधिक जानकारी के लिए [CRI-O compatibility matrix](https://github.com/cri-o/cri-o#compatibility-matrix-cri-o--kubernetes) देखें। |
उदाहरण के लिए, यदि आप CRI-O 1.20 इंस्टॉल करना चाहते हैं, तो `VERSION=1.20` सेट करें। | ||
आप अपनी स्थापना को किसी विशिष्ट रिलीज़ पर पिन कर सकते हैं। | ||
संस्करण 1.20.0 स्थापित करने के लिए, `VERSION=1.20:1.20.0` सेट करें। | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay @anubha-v-ardhan |
title: कंटेनर रनटाइम | ||
content_type: concept | ||
weight: 20 | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to give spaces at lines 1 and 5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Darshnadas ---
was missing which may lead to failure while building site using Hugo. (#31857 (comment))
|
||
title: कंटेनर रनटाइम | ||
content_type: concept | ||
weight: 20 | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: कंटेनर रनटाइम | |
content_type: concept | |
weight: 20 | |
--- | |
--- | |
title: कंटेनर रनटाइम | |
content_type: concept | |
weight: 20 | |
--- |
/label merge-method-squash |
@anubha-v-ardhan: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/label tide/merge-method-squash |
/lgtm Giving this PR lgtm (as discussed on Slack here). Will make an issue to update the page with remaining fixes. |
LGTM label has been added. Git tree hash: c14059aa7f0d4586bdf68c2fdcd7991eb055b15d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anubha-v-ardhan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Made the issue #31987 for remaining work on this page |
This PR is a part of ongoing hi localization