Skip to content

Commit a2cdb37

Browse files
committed
Merge main into dev-es to keep in sync
Signed-off-by: carolina valencia <[email protected]>
1 parent 5c68c5a commit a2cdb37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1475
-66
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ lang/ur:
5757
lang/zh:
5858
- changed-files:
5959
- any-glob-to-any-file: 'content/zh-cn/**'
60+
61+
lang/vi:
62+
- changed-files:
63+
- any-glob-to-any-file: 'content/vi/**'

.github/settings.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ collaborators:
4444
- username: nate-double-u
4545
permission: admin
4646

47-
- username: castrojo
47+
- username: hlipsig
4848
permission: push
4949

5050
# Localization approvers
@@ -57,9 +57,6 @@ collaborators:
5757
permission: push
5858

5959
# l10n pt approvers
60-
- username: edsoncelio
61-
permission: push
62-
6360
- username: brunoguidone
6461
permission: push
6562

@@ -103,7 +100,10 @@ collaborators:
103100
- username: ugho16
104101
permission: push
105102

106-
- username: annalisag-spark
103+
- username: matteobisi
104+
permission: push
105+
106+
- username: SaraTrap
107107
permission: push
108108

109109
- username: sistella
@@ -223,13 +223,13 @@ collaborators:
223223
- username: aliok
224224
permission: push
225225

226-
- username: symys
226+
- username: canogluonur
227227
permission: push
228228

229-
- username: rwxdash
229+
- username: mertssmnoglu
230230
permission: push
231231

232-
- username: eminalemdar
232+
- username: alianait
233233
permission: push
234234

235235
# l10n ru approvers
@@ -296,7 +296,6 @@ branches:
296296
apps: []
297297
# pt approvers
298298
users:
299-
- edsoncelio
300299
- brunoguidone
301300
- jessicalins
302301
- MrErlison
@@ -528,9 +527,9 @@ branches:
528527
# tr approvers
529528
users:
530529
- aliok
531-
- symys
532-
- rwxdash
533-
- eminalemdar
530+
- canogluonur
531+
- mertssmnoglu
532+
- alianait
534533
teams: []
535534
enforce_admins: null
536535
required_linear_history: null

.github/workflows/es-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
set -o errexit
3030
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
3131
- name: GitHub Spellcheck Action
32-
uses: rojopolis/spellcheck-github-actions@0.48.0
32+
uses: rojopolis/spellcheck-github-actions@0.51.0
3333
with:
3434
config_path: content/es/.spellcheck.yml

.github/workflows/post-outdated-content-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# - name: Download output
5151
# uses: actions/download-artifact@v3
5252
- name: Download output
53-
uses: dawidd6/action-download-artifact@v9
53+
uses: dawidd6/action-download-artifact@v11
5454
with:
5555
github_token: ${{secrets.GITHUB_TOKEN}}
5656
workflow: check-outdated-content.yaml

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: GitHub Spellcheck Action
28-
uses: rojopolis/spellcheck-github-actions@0.48.0
28+
uses: rojopolis/spellcheck-github-actions@0.51.0

CODEOWNERS

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111

1212
# Approvers for English content
13-
/content/en/ @caniszczyk @seokho-son @iamNoah1 @jihoon-seo @nate-double-u @Okabe-Junya
14-
/i18n/en.toml @caniszczyk @seokho-son @iamNoah1 @jihoon-seo @nate-double-u @Okabe-Junya
13+
/content/en/ @caniszczyk @seokho-son @iamNoah1 @jihoon-seo @nate-double-u @Okabe-Junya @hlipsig
14+
/i18n/en.toml @caniszczyk @seokho-son @iamNoah1 @jihoon-seo @nate-double-u @Okabe-Junya @hlipsig
1515

1616

1717
# These are the owners (approvers) for localization contents
@@ -43,8 +43,8 @@
4343
/i18n/hi.toml @Garima-Negi @jayesh-srivastava @abhay-raj19 @aj11anuj @bishal7679
4444

4545
# Approvers for Italian contents
46-
/content/it/ @fsbaraglia @ugho16 @annalisag-spark @sistella
47-
/i18n/it.toml @fsbaraglia @ugho16 @annalisag-spark @sistella
46+
/content/it/ @fsbaraglia @ugho16 @matteobisi @SaraTrap @sistella
47+
/i18n/it.toml @fsbaraglia @ugho16 @matteobisi @SaraTrap @sistella
4848

4949
# Approvers for Japanese contents
5050
/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya
@@ -55,21 +55,25 @@
5555
/i18n/ko.toml @seokho-son @jihoon-seo @yunkon-kim
5656

5757
# Approvers for Portuguese contents
58-
/content/pt-br/ @edsoncelio @brunoguidone @jessicalins @MrErlison
59-
/i18n/pt-br.toml @edsoncelio @brunoguidone @jessicalins @MrErlison
58+
/content/pt-br/ @brunoguidone @jessicalins @MrErlison
59+
/i18n/pt-br.toml @brunoguidone @jessicalins @MrErlison
6060

6161
# Approvers for Russian contents
6262
/content/ru/ @shurup @kirkonru @tym83
6363
/i18n/ru.toml @shurup @kirkonru @tym83
6464

6565
# Approvers for Turkish contents
66-
/content/tr/ @aliok @symys @rwxdash @eminalemdar
67-
/i18n/tr.toml @aliok @symys @rwxdash @eminalemdar
66+
/content/tr/ @aliok @canogluonur @mertssmnoglu @alianait
67+
/i18n/tr.toml @aliok @canogluonur @mertssmnoglu @alianait
6868

6969
# Approvers for Urdu contents
7070
/content/ur/ @Saim-Safdar @waleed318
7171
/i18n/ur.toml @Saim-Safdar @waleed318
7272

73+
# Approvers for Vietnamese contents
74+
/content/vi/ @ntheanh201 @thuanpham582002 @thaomike
75+
/i18n/vi.toml @ntheanh201 @thuanpham582002 @thaomike
76+
7377
# Approvers for Simplified Chinese contents
7478
/content/zh-cn/ @hanyuancheung @Jacob953 @Rocksnake @Submarinee
7579
/i18n/zh-cn.toml @hanyuancheung @Jacob953 @Rocksnake @Submarinee

config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ weight = 15
180180
[languages.ur.params]
181181
description = "CNCF کلاؤڈ کی مقامی لغت کا مقصد کلاؤڈ مقامی ایپلی کیشنز کے بارے میں بات کرتے وقت استعمال ہونے والی عام اصطلاحات کے حوالے کے طور پر استعمال کرنا ہے۔"
182182

183+
[languages.vi]
184+
languageName = "Tiếng Việt (Vietnamese)"
185+
title = "Từ Điển Thuật Ngữ Cloud Native"
186+
contentDir = "content/vi"
187+
weight = 16
188+
[languages.vi.params]
189+
description = "Dự án Từ Điển Thuật Ngữ Cloud Native CNCF được xây dựng nhằm mục đích làm tài liệu tham khảo cho các thuật ngữ phổ biến khi thảo luận về các ứng dụng cloud native."
190+
183191
[markup]
184192
[markup.goldmark]
185193
[markup.goldmark.renderer]

content/bn/digital-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ডিজিটাল সার্টিফিকেট
3-
status: Feedback Appreciated
3+
status: Completed
44
category: প্রযুক্তি
55
tags: ["নিরাপত্তা"]
66
---

content/en/cluster.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
title: Cluster
33
status: Completed
44
category: Concept
5-
tags: ["infrastructure", "fundamental", ""]
5+
tags: ["infrastructure", "fundamental", "architecture"]
66
---
77

8-
A cluster is a group of computers or applications that work together towards a common goal.
9-
In the context of cloud native computing, the term is most often applied to [Kubernetes](/kubernetes/).
10-
A Kubernetes cluster is a set of services (or workloads) that run in their own containers, usually on different machines.
11-
The collection of all these [containerized](/containerization/) services, connected over a network, represent a cluster.
8+
A cluster is a group of computers or applications called [nodes](/nodes/) that work together towards a common goal.
9+
In cloud native computing, the term is often applied when talking about a [Kubernetes](/kubernetes/) cluster.
10+
It can be seen as a specific kind of [distributed system](/distributed-systems/) where the nodes are a bit more tightly coupled.
1211

1312
## Problem it addresses
1413

15-
Software that runs on a single computer presents a single point of failure
16-
if that computer crashes, or someone accidentally unplugs the power cable,
14+
Software that runs on a single computer presents a single point of failure
15+
if that computer crashes, or someone accidentally unplugs the power cable,
1716
then some business-critical system may be taken offline.
1817
That's why modern software is generally built as [distributed applications](/distributed-apps/), grouped together as clusters.
1918

content/en/contribute/_index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,18 @@ With solid existing definitions in English, less experienced contributors can lo
4444

4545
Before beginning your Glossary contributor journey, be sure to complete the following steps:
4646

47-
1. Create a [GitHub account](https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account), if you don't have one already.
48-
2. Sign the [Contributor License Agreement](https://docs.linuxfoundation.org/lfx/easycla/v2-current/contributors) (CLA).
49-
3. [Verify your commit signature](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
50-
4. Enable [vigilant mode](https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits#about-vigilant-mode) in your GitHub account to display the "Verified" status on your commits.
47+
1. Create a [GitHub account](https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account) if you don't have one already.
48+
2. (If you are developing on your own local development environment)
49+
Set [`user.name`](https://docs.github.com/en/get-started/git-basics/setting-your-username-in-git#setting-your-git-username-for-every-repository-on-your-computer) and
50+
[`user.email`](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#setting-your-email-address-for-every-repository-on-your-computer)
51+
correctly in git config.
52+
3. Whenever you create a commit using the `git commit` command,
53+
add the `-s` option to add a DCO signature to the commit.
54+
Alternatively, you could add an alias to your `gitconfig` by running `git config --global alias.ci "commit -s"`.
5155

5256
## Best practices {#best-practices}
5357

54-
To facilitate the reviewing process, please use [semantic line breaks](https://sembr.org/) (e.g., one line per sentence).
58+
To facilitate the reviewing process, please use [semantic line breaks](https://sembr.org).
5559
We recommend checking out this [markdown cheat sheet](https://www.markdownguide.org/cheat-sheet/)
5660
to correctly format Markdown text in GitHub (e.g., hyperlink, bold, italic).
5761
And when naming .md files, please use lowercase letters and hyphens instead of spaces to separate words and avoid parenthesis.

0 commit comments

Comments
 (0)