Skip to content

Commit

Permalink
Merge branch 'cncf:dev-bn' into dev-bn
Browse files Browse the repository at this point in the history
  • Loading branch information
asem-hamid authored Feb 1, 2024
2 parents 26d9f32 + 9bebad0 commit a297287
Show file tree
Hide file tree
Showing 100 changed files with 2,052 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:
required: true
- label: The term has not already been declined in the past. [(shift+click to check)](https://github.com/cncf/glossary/issues?q=is%3Aissue+is%3Aclosed+label%3A%22triage%2Fnot+accepted%22)
required: false
- label: The term does not already exist in the [glossary](https://glossary.cncf.io).
- label: The term does not already exist in the [glossary](https://glossary.cncf.io) as a completed term, nor does it exist in [this directory](https://github.com/cncf/glossary/tree/main/content/en) as an incomplete term. (If the status of the term is `Feedback Appreciated`, consider updating the term.)
required: true
- label: I understand that maintainers will assess if the term should be part of the Glossary. (Please be patient)
required: true
Expand Down
49 changes: 34 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,59 @@
lang/ar:
- content/ar/**
- changed-files:
- any-glob-to-any-file: 'content/ar/**'

lang/bn:
- content/bn/**
- changed-files:
- any-glob-to-any-file: 'content/bn/**'

lang/de:
- content/de/**
- changed-files:
- any-glob-to-any-file: 'content/de/**'

lang/en:
- content/en/**
- changed-files:
- any-glob-to-any-file: 'content/en/**'

lang/es:
- content/es/**
- changed-files:
- any-glob-to-any-file: 'content/es/**'

lang/fr:
- content/fr/**
- changed-files:
- any-glob-to-any-file: 'content/fr/**'

lang/hi:
- content/hi/**
- changed-files:
- any-glob-to-any-file: 'content/hi/**'

lang/it:
- content/it/**
- changed-files:
- any-glob-to-any-file: 'content/it/**'

lang/ja:
- content/ja/**
- changed-files:
- any-glob-to-any-file: 'content/ja/**'

lang/ko:
- content/ko/**
- changed-files:
- any-glob-to-any-file: 'content/ko/**'

lang/pt:
- content/pt-br/**
- changed-files:
- any-glob-to-any-file: 'content/pt-br/**'

lang/tw:
- content/zh-tw/**
lang/ru:
- changed-files:
- any-glob-to-any-file: 'content/ru/**'

lang/zh:
- content/zh-cn/**
lang/tw:
- changed-files:
- any-glob-to-any-file: 'content/zh-tw/**'

lang/ur:
- changed-files:
- any-glob-to-any-file: 'content/ur/**'

lang/zh:
- changed-files:
- any-glob-to-any-file: 'content/zh-cn/**'
4 changes: 4 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ collaborators:
- username: naonishijima
permission: push

- username: Okabe-Junya
permission: push

- username: yuichi-nakamura
permission: push

Expand Down Expand Up @@ -503,6 +506,7 @@ branches:
- inductor
- kaitoii11
- naonishijima
- Okabe-Junya
- yuichi-nakamura
teams: []
enforce_admins: null
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-outdated-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
ls -al ${OUTPUT_DIR}
- name: Upload output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.L10N_CODE }}-outdated-checking-result
path: ${{ env.OUTPUT_DIR }}/
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened]
paths:
- 'content/**.md'
branches:
- 'main'
- 'dev-**'
types: [opened]

jobs:
triage:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-outdated-content-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# - name: Download output
# uses: actions/download-artifact@v3
- name: Download output
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: check-outdated-content.yaml
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
echo "The end of report" >> report.md
- name: Create an issue from the report
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: "[${{ env.L10N_CODE }}] A report to track and reflect updates of English content"
content-filepath: report.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 1 # Default: 360
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8.0.0
- uses: actions/stale@v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue/PR is stale because it has been inactive for 60 days. This issue/PR will be closed automatically with additional 20 days of inactivity. If an update/comment occur on stale issue/PR, the stale label will be removed and the timer will restart. Closed issue/PR can be reopened if necessary.'
Expand Down
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
/i18n/it.toml @fsbaraglia @ugho16 @annalisag-spark @sistella

# Approvers for Japanese contents
/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura
/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura
/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya
/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya

# Approvers for Korean contents
/content/ko/ @seokho-son @jihoon-seo @yunkon-kim
Expand Down
91 changes: 49 additions & 42 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ blog = "/:section/:year/:month/:day/:slug/"

## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
hrefTargetBlank = true
latexDashes = true
plainIDAnchors = true

# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
quality = 75
resampleFilter = "CatmullRom"

[services]
[services.googleAnalytics]
Expand All @@ -53,8 +53,8 @@ anchor = "smart"

[languages]
[languages.en]
languageName = "English"
title = "Cloud Native Glossary"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
Expand All @@ -68,104 +68,111 @@ description = "The CNCF Cloud Native Glossary Project is intended to be used as
#time_format_default = "02.01.2006"
#time_format_blog = "02.01.2006"


[languages.hi]
title = "क्लाउड नेटिव शब्दावली"
languageName ="हिन्दी (Hindi)"
contentDir = "content/hi"
languageName = "हिन्दी (Hindi)"
title = "क्लाउड नेटिव शब्दावली"
weight = 2
[languages.hi.params]
description = "CNCF क्लाउड नेटिव शब्दावली परियोजना का उद्देश्य क्लाउड नेटिव एप्लिकेशन के बारे में बात करते समय प्रयोग किए जाने वाले सामान्य शब्दों के संदर्भ के रूप में उपयोग किया जाना है।"

[languages.pt-br]
title = "Glossário Cloud Native"
contentDir = "content/pt-br"
languageName = "Português"
contentDir = "content/pt-br"
title = "Glossário Cloud Native"
weight = 3
[languages.pt-br.params]
description = "O Projeto CNCF Glossário Cloud Native se destina a ser usado como uma referência para termos comuns usados ao falar sobre aplicações nativas de nuvem."

[languages.it]
title = "Glossario Cloud Native"
languageName = "Italiano"
contentDir = "content/it"
languageName = "Italiano"
title = "Glossario Cloud Native"
weight = 4
[languages.it.params]
description = "Il progetto del Glossario CNCF Cloud Native è pensato per essere un riferimento per i termini comuni, usati nell'ambito delle applicazioni cloud native."

[languages.ko]
title = "클라우드 네이티브(Cloud Native) 용어집"
languageName ="한국어 (Korean)"
contentDir = "content/ko"
languageName = "한국어 (Korean)"
title = "클라우드 네이티브(Cloud Native) 용어집"
weight = 5
[languages.ko.params]
description = "CNCF 클라우드 네이티브 용어집 프로젝트는 클라우드 네이티브 애플리케이션을 주제로 대화를 나눌 때 참조할 수 있는 공통의 용어 제공을 목표로 한다."

[languages.es]
title = "Cloud Native Glosario"
languageName ="Español (Spanish)"
contentDir = "content/es"
languageName = "Español (Spanish)"
title = "Cloud Native Glosario"
weight = 6
[languages.es.params]
description = "El proyecto de CNCF Cloud Native Glosario pretende ser usado como una referencia para los terminos comunes usados cuando se habla acerca de las aplicaciones nativas para la nube."

[languages.zh-cn]
title = "Cloud Native(云原生) Glossary"
languageName ="简体中文 (Simplified Chinese)"
contentDir = "content/zh-cn"
languageName = "简体中文 (Simplified Chinese)"
title = "Cloud Native(云原生) Glossary"
weight = 7
[languages.zh-cn.params]
description = "CNCF 云原生 Glossary 项目旨在用作讨论云原生应用程序时常用术语的参考"

[languages.bn]
title = "ক্লাউড নেটিভ শব্দকোষ"
languageName = "বাংলা (Bengali)"
contentDir = "content/bn"
languageName = "বাংলা (Bengali)"
title = "ক্লাউড নেটিভ শব্দকোষ"
weight = 8
[languages.bn.params]
description = "CNCF ক্লাউড নেটিভ শব্দকোষ প্রকল্পটি ক্লাউড নেটিভ অ্যাপ্লিকেশন সম্পর্কে কথা বলার সময় ব্যবহৃত সাধারণ পদগুলির জন্য একটি রেফারেন্স হিসাবে ব্যবহার করার উদ্দেশ্যে।"

[languages.de]
title = "Cloud Native Glossar"
languageName ="Deutsch"
contentDir = "content/de"
languageName = "Deutsch"
title = "Cloud Native Glossar"
weight = 9
[languages.de.params]
description = "Das CNCF Cloud Native Glossar soll als Referenz für gängige Begriffe dienen, die im Zusammenhang mit Cloud Native Anwendungen verwendet werden."

[languages.ur]
title = "کلاؤڈ کی مقامی لغت"
languageName ="اردو (Urdu)"
contentDir = "content/ur"
languageName = "اردو (Urdu)"
title = "کلاؤڈ کی مقامی لغت"
weight = 10
[languages.ur.params]
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"

[languages.fr]
title = "Glossaire Cloud Native"
languageName ="Français (French)"
contentDir = "content/fr"
languageName = "Français (French)"
title = "Glossaire Cloud Native"
weight = 11
[languages.fr.params]
description = "Le projet de Glossaire CNCF Cloud Native a pour objectif de référencer les termes courants utilisés dans les différentes applications Cloud Natives."

[languages.zh-tw]
title = "Cloud Native(雲端原生) Glossary"
languageName ="繁體中文 (Traditional Chinese)"
contentDir = "content/zh-tw"
languageName = "繁體中文 (Traditional Chinese)"
title = "Cloud Native(雲端原生) Glossary"
weight = 12
[languages.zh-tw.params]
description = "CNCF 雲端原生 Glossary 專案旨在用作討論雲端原生應用程式時常用術語的參考"

[languages.ja]
contentDir = "content/ja"
languageName = "日本語 (Japanese)"
title = "クラウドネイティブ用語集"
weight = 13
[languages.ja.params]
description = "CNCF クラウドネイティブ用語集プロジェクトは、クラウドネイティブアプリケーションについて話すときに使われる一般的な用語のリファレンスとして使用することを目的としています。"

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"

# Everything below this are Site Params

Expand All @@ -184,13 +191,13 @@ images = ["images/cncf-glossary-social.jpg"]
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Releases"

# Flag used in the "version-banner" partial to decide whether to display a
# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
# Set this flag to "true" if you want to display the banner.
archived_version = false

# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "0.0"

Expand All @@ -208,7 +215,7 @@ github_repo = "https://github.com/cncf/glossary"

# Uncomment this if you have a newer GitHub repo with "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
github_branch= "main"
github_branch = "main"

# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "eda0239a7d3fd0d90"
Expand Down Expand Up @@ -242,15 +249,15 @@ footer_about_disable = true
[params.ui.feedback]
enable = true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Thank you! Please <a href="https://github.com/cncf/glossary/issues/new">let us know if you have any suggestions</a>.'
no = 'Thanks for your feedback. Please <a href="https://github.com/cncf/glossary/issues/new">tell us how we can improve</a>.'
yes = 'Thank you! Please <a href="https://github.com/cncf/glossary/issues/new">let us know if you have any suggestions</a>.'

# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
[params.ui.readingtime]
enable = false

[taxonomies]
tag = "tags"
category = "categories"
tag = "tags"
4 changes: 2 additions & 2 deletions content/en/bare-metal-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: technology
tags: ["infrastructure", "", ""]
---

Bare metal refers to a physical computer, more specifically a server, that has one, and only one, operating system.
Bare metal refers to a physical computer, specifically a server, that has one and only one operating system.
The distinction is important in modern computing because many, if not most, servers are [virtual machines](/virtual-machine/).
A physical server is typically a fairly large computer with powerful hardware built-in.
Installing an operating system and running applications directly on that physical hardware,
Expand All @@ -28,5 +28,5 @@ In the context of [cloud native apps](/cloud-native-apps/),
we generally think of performance in terms of [scaling](/scalability/) to a large number of concurrent events,
which can be handled by [horizontal scaling](/horizontal-scaling/) (adding more machines to your resource pool).
But some workloads may require [vertical scaling](/vertical-scaling/) (adding more power to an existing physical machine)
and/or an extremely fast physical hardware response in which case bare metal is better suited.
and/or an extremely fast physical hardware response, in which case bare metal is better suited.
Bare metal also allows you to tune the physical hardware and possibly even hardware drivers to help accomplish your task.
Loading

0 comments on commit a297287

Please sign in to comment.