-
Notifications
You must be signed in to change notification settings - Fork 15k
[fa] Add Persian translation for content/fa/docs/tutorials/cluster-management/ #51977
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
[fa] Add Persian translation for content/fa/docs/tutorials/cluster-management/ #51977
Conversation
/language fa |
@Moh0ps Rebase your branch with dev-1.33-fa.1 to bypass the build log error. |
@@ -0,0 +1,4 @@ | |||
--- | |||
title: "مدیریت خوشه" |
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: "مدیریت خوشه" | |
title: "مدیریت کلاستر" |
پس از دنبال کردن این آموزش، میتوانید از خوشه ای که دارای {{< glossary_tooltip text="control plane" term_id="control-plane" >}} برای مدیریت پادها و گرهها و انواع دیگر اشیاء است، استفاده کنید. به عنوان مثال، | ||
[Hello, minikube](/docs/tutorials/hello-minikube/) | ||
|
||
همچنین میتوانید 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.
همچنین میتوانید 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.
please review selected line
0eecb8a
to
a1515f5
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
bab56c4
to
7fd0bab
Compare
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.
/lgtm
@Behiuu: changing LGTM is restricted to collaborators 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-sigs/prow repository. |
@seokho-son The changes have been successfully built. When you get a chance, I’d really appreciate your review, and if everything looks good, kindly consider adding a /lgtm.❤️ |
content/fa/docs/tutorials/cluster-management/kubelet-standalone.md
Outdated
Show resolved
Hide resolved
content/fa/docs/tutorials/cluster-management/kubelet-standalone.md
Outdated
Show resolved
Hide resolved
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.
I can't tell if the Persian part is good; I can only point out problems with the sections I can easily read. Sorry that this makes it a correction-only review.
content/fa/docs/tutorials/cluster-management/kubelet-standalone.md
Outdated
Show resolved
Hide resolved
content/fa/docs/tutorials/cluster-management/kubelet-standalone.md
Outdated
Show resolved
Hide resolved
content/fa/docs/tutorials/cluster-management/namespaces-walkthrough.md
Outdated
Show resolved
Hide resolved
content/fa/docs/tutorials/cluster-management/namespaces-walkthrough.md
Outdated
Show resolved
Hide resolved
``` | ||
|
||
```shell | ||
kubectl get pods -l app=cattle |
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.
(nit)
kubectl get pods -l app=cattle | |
kubectl get pod -l app=cattle |
Why? Because Persian speakers shouldn't have to learn English pluralization.
|
||
```shell | ||
kubectl get deployment | ||
kubectl get pods |
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.
(nit)
kubectl get pods | |
kubectl get pod |
Why? Because Persian speakers shouldn't have to learn English pluralization.
content/fa/docs/tutorials/cluster-management/kubelet-standalone.md
Outdated
Show resolved
Hide resolved
3f23399
to
872e82b
Compare
First of all, I’d like to sincerely thank you @lmktfy for taking the time to review. |
4209845
to
7699f81
Compare
It looks like @Moh0ps has addressed @lmktfy’s review well. That said, it would still be good to get a final confirmation from @lmktfy, since he initially raised the point. If the response is delayed, considering that @lmktfy mentioned it as a nit, I’ll guide us to move forward as is. FYI, I also checked the preview results below, and they look good:
/lgtm |
LGTM label has been added. Git tree hash: c1b5b07432e34b1fba6f05f5a5aa252d6870f2a9
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: natalisucks 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 |
Add Persian Translation For content/fa/docs/tutorials/cluster-management