Skip to content

Commit a0602e9

Browse files
authored
Merge pull request #48931 from btt-17/vi-fix-date-format
Fix invalid dates
2 parents 6837eef + 96669e2 commit a0602e9

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

content/id/docs/reference/glossary/name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Name
33
id: name
4-
date: 2019-15-05
4+
date: 2019-05-15
55
full_link: /docs/concepts/overview/working-with-objects/names
66
short_description: >
77
String yang dihasilkan oleh klien yang mengacu pada sebuah objek dalam suatu URL resource, seperti `/api/v1/pods/some-name`.

content/id/docs/reference/glossary/uid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: UID
33
id: uid
4-
date: 2019-15-05
4+
date: 2019-05-15
55
full_link: /docs/concepts/overview/working-with-objects/names
66
short_description: >
77
String yang dihasilkan oleh sistem Kubernetes untuk mengidentifikasi objek secara unik.

content/ko/docs/reference/glossary/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 오브젝트(Object)
33
id: object
4-
date: 2020-12-1
4+
date: 2020-01-12
55
full_link: https://kubernetes.io/ko/docs/concepts/overview/working-with-objects/kubernetes-objects/#kubernetes-objects
66
short_description: >
77
클러스터 상태의 일부를 나타내는 쿠버네티스 시스템의 엔티티이다.

content/vi/docs/reference/glossary/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Container
33
id: container
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
66
short_description: >
77
Một image nhẹ, khả chuyển và có khả năng thực thi, chứa phần mềm và tất cả các dependencies của nó.

content/vi/docs/reference/glossary/cri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Container runtime interface (CRI)
33
id: cri
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: /docs/concepts/overview/components/#container-runtime
66
short_description: >
77
Một API phục vụ cho việc tích hợp container runtimes với kubelet.

content/vi/docs/reference/glossary/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deployment
33
id: deployment
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: /docs/concepts/workloads/controllers/deployment/
66
short_description: >
77
Một API object quản lý việc nhân rộng bản sao của ứng dụng.

content/vi/docs/reference/glossary/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Docker
33
id: docker
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: https://docs.docker.com/engine/
66
short_description: >
77
Docker là một công nghệ phần mềm thực hiện việc ảo hóa tầng hệ điều hành được gọi là container.

content/vi/docs/reference/glossary/etcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: etcd
33
id: etcd
4-
date: 2020-27-02
4+
date: 2020-02-27
55
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
66
short_description: >
77
Key value store nhất quán (consistent) và sẵn sàng cao (highly-available) được sử dụng như một kho lưu trữ của Kubernetes cho tất cả dữ liệu của cluster.

content/vi/docs/reference/glossary/kube-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: kube-proxy
33
id: kube-proxy
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: /docs/reference/command-line-tools-reference/kube-proxy/
66
short_description: >
77
`kube-proxy` là một network proxy chạy trên mỗi node trong cluster.

content/vi/docs/reference/glossary/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Kubelet
33
id: kubelet
4-
date: 2019-29-11
4+
date: 2019-11-29
55
full_link: /docs/reference/generated/kubelet
66
short_description: >
77
Một agent chạy trên mỗi node nằm trong cluster. Nó giúp đảm bảo rằng các containers đã chạy trong một pod.

0 commit comments

Comments
 (0)