Skip to content
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

[bn] Localize Content/en/docs/reference/glossary/kube scheduler.md #46072

Open
wants to merge 1 commit into
base: dev-1.24-bn.1
Choose a base branch
from

Conversation

aytullahdev
Copy link

Localize Content/en/docs/reference/glossary/kube scheduler.md in Bangla
Resolves : #45729

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign rajibmitra for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added language/bn Issues or PRs related to Bengali language sig/docs Categorizes an issue or PR as relevant to SIG Docs. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 29, 2024
@@ -0,0 +1,23 @@
---
title: কুব-সিডিউলার​
Copy link
Contributor

@asem-hamid asem-hamid May 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title: kube-শিডিউলার​

---
title: কুব-সিডিউলার​
id: kube-scheduler
date: ২০১৮-০৪-১২
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

date: 2018-04-12

date: ২০১৮-০৪-১২
full_link: /bn/docs/reference/command-line-tools-reference/kube-scheduler/
short_description: >
কন্ট্রোল প্লেন কম্পোনেন্ট যেটি কোন অ্যাসাইন করা নোড ছাড়াই নতুন তৈরি করা পডগুলোকে পর্যবেক্ষণ করে এবং তাদের চালানোর জন্য একটি নোড নির্বাচন করে।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কন্ট্রোল প্লেন কম্পোনেন্ট যা সদ্য নির্মিত পডগুলোকে পর্যবেক্ষণ করে যাদের​ কোনো নোড বরাদ্দ নেই এবং তাদের চালানোর জন্য একটি নোড নির্বাচন করে।

Comment on lines +13 to +16
কন্ট্রোল প্লেন কম্পোনেন্ট যা সদ্য নির্মিত পডগুলোকে পর্যবেক্ষণ করে
{{< glossary_tooltip term_id="pod" text="Pods" >}} যাদের​ কোনো
{{< glossary_tooltip term_id="node" text="node">}} বরাদ্দ নেই, এবং তাদের জন্য একটি নোড নির্বাচন করে
চালানোর জন্য।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

কন্ট্রোল প্লেন কম্পোনেন্ট যা সদ্য নির্মিত
{{< glossary_tooltip term_id="pod" text="পডগুলোকে" >}} পর্যবেক্ষণ করে
যাদের​ কোনো {{< glossary_tooltip term_id="node" text="নোড">}} বরাদ্দ নেই
এবং তাদের চালানোর জন্য একটি নোড নির্বাচন করে।

Comment on lines +20 to +23
সময় নির্ধারণের সিদ্ধান্তের জন্য বিবেচনা করা বিষয়গুলির মধ্যে রয়েছে:
ব্যক্তিগত এবং যৌথ রিসোসের প্রয়োজনীয়তা, হার্ডওয়্যার/সফ্টওয়্যার/নীতি
সীমাবদ্ধতা, অ্যাফিনিটি এবং অ্যান্টি-অ্যাফিনিটি স্পেসিফিকেশন, ডেটা লোকেলিটি,
ইন্টার-ওয়ার্কলোড হস্তক্ষেপ, এবং সময়সীমা।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

শিডিউলিং এর সিদ্ধান্তের জন্য বিবেচনা করা বিষয়গুলির মধ্যে রয়েছে:
ব্যক্তিগত এবং সম্মিলিত রিসোর্সের প্রয়োজনীয়তা, হার্ডওয়্যার/সফ্টওয়্যার/পলিসির
সীমাবদ্ধতা, অ্যাফিনিটি এবং অ্যান্টি-অ্যাফিনিটি স্পেসিফিকেশন,
ডেটা লোকালিটি, ইন্টার-ওয়ার্কলোড হস্তক্ষেপ এবং সময়সীমা।

@asem-hamid
Copy link
Contributor

@aytullahdev Please fix them

title: কুব-সিডিউলার​
id: kube-scheduler
date: ২০১৮-০৪-১২
full_link: /bn/docs/reference/command-line-tools-reference/kube-scheduler/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this link exist in kubernetes:dev-1.24-bn.1?
If not, we should hold this PR until that link works.

@asem-hamid

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually we don't have to hold , we can simply omit /bn from link . Full page is not mandatory for glossary terms .

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, That will be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/bn Issues or PRs related to Bengali language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants