From 179ea1614d3834d17b777819cd89f0f936254e06 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sat, 22 Aug 2020 20:32:01 +0800 Subject: [PATCH 1/3] Point glossary terms to Chinese pages if available --- content/zh/docs/reference/glossary/addons.md | 4 ++-- content/zh/docs/reference/glossary/admission-controller.md | 4 ++-- content/zh/docs/reference/glossary/aggregation-layer.md | 4 ++-- content/zh/docs/reference/glossary/annotation.md | 4 ++-- content/zh/docs/reference/glossary/api-group.md | 4 ++-- content/zh/docs/reference/glossary/certificate.md | 4 ++-- .../zh/docs/reference/glossary/cloud-controller-manager.md | 4 ++-- content/zh/docs/reference/glossary/cloud-provider.md | 4 ++-- content/zh/docs/reference/glossary/cni.md | 4 ++-- content/zh/docs/reference/glossary/configmap.md | 4 ++-- .../zh/docs/reference/glossary/container-lifecycle-hooks.md | 4 ++-- content/zh/docs/reference/glossary/container.md | 4 ++-- content/zh/docs/reference/glossary/cri.md | 4 ++-- content/zh/docs/reference/glossary/cronjob.md | 4 ++-- content/zh/docs/reference/glossary/csi.md | 4 ++-- content/zh/docs/reference/glossary/daemonset.md | 4 ++-- content/zh/docs/reference/glossary/deployment.md | 4 ++-- content/zh/docs/reference/glossary/device-plugin.md | 4 ++-- content/zh/docs/reference/glossary/disruption.md | 4 ++-- content/zh/docs/reference/glossary/docker.md | 4 ++-- .../zh/docs/reference/glossary/dynamic-volume-provisioning.md | 4 ++-- content/zh/docs/reference/glossary/endpoint-slice.md | 4 ++-- content/zh/docs/reference/glossary/ephemeral-container.md | 4 ++-- content/zh/docs/reference/glossary/etcd.md | 4 ++-- content/zh/docs/reference/glossary/extensions.md | 4 ++-- content/zh/docs/reference/glossary/flexvolume.md | 4 ++-- .../zh/docs/reference/glossary/horizontal-pod-autoscaler.md | 4 ++-- content/zh/docs/reference/glossary/ingress.md | 4 ++-- content/zh/docs/reference/glossary/kube-proxy.md | 4 ++-- content/zh/docs/reference/glossary/kubernetes-api.md | 4 ++-- content/zh/docs/reference/glossary/label.md | 4 ++-- content/zh/docs/reference/glossary/logging.md | 4 ++-- content/zh/docs/reference/glossary/name.md | 4 ++-- content/zh/docs/reference/glossary/namespace.md | 4 ++-- content/zh/docs/reference/glossary/network-policy.md | 4 ++-- content/zh/docs/reference/glossary/node.md | 4 ++-- content/zh/docs/reference/glossary/operator-pattern.md | 4 ++-- content/zh/docs/reference/glossary/pod-security-policy.md | 4 ++-- content/zh/docs/reference/glossary/rbac.md | 4 ++-- content/zh/docs/reference/glossary/replica-set.md | 4 ++-- content/zh/docs/reference/glossary/resource-quota.md | 4 ++-- content/zh/docs/reference/glossary/secret.md | 2 +- content/zh/docs/reference/glossary/selector.md | 4 ++-- content/zh/docs/reference/glossary/service-account.md | 2 +- content/zh/docs/reference/glossary/service.md | 2 +- content/zh/docs/reference/glossary/statefulset.md | 4 ++-- content/zh/docs/reference/glossary/static-pod.md | 4 ++-- content/zh/docs/reference/glossary/storage-class.md | 4 ++-- content/zh/docs/reference/glossary/sysctl.md | 4 ++-- content/zh/docs/reference/glossary/uid.md | 4 ++-- content/zh/docs/reference/glossary/volume.md | 4 ++-- content/zh/docs/reference/glossary/workload.md | 4 ++-- 52 files changed, 101 insertions(+), 101 deletions(-) diff --git a/content/zh/docs/reference/glossary/addons.md b/content/zh/docs/reference/glossary/addons.md index c4280561ac..00a871a227 100644 --- a/content/zh/docs/reference/glossary/addons.md +++ b/content/zh/docs/reference/glossary/addons.md @@ -2,7 +2,7 @@ title: 附加组件 id: addons date: 2019-12-15 -full_link: /docs/concepts/cluster-administration/addons/ +full_link: /zh/docs/concepts/cluster-administration/addons/ short_description: > 扩展 Kubernetes 功能的资源。 @@ -17,7 +17,7 @@ tags: title: Add-ons id: addons date: 2019-12-15 -full_link: /docs/concepts/cluster-administration/addons/ +full_link: /zh/docs/concepts/cluster-administration/addons/ short_description: > Resources that extend the functionality of Kubernetes. diff --git a/content/zh/docs/reference/glossary/admission-controller.md b/content/zh/docs/reference/glossary/admission-controller.md index 4ce643553b..adbd681fae 100644 --- a/content/zh/docs/reference/glossary/admission-controller.md +++ b/content/zh/docs/reference/glossary/admission-controller.md @@ -2,7 +2,7 @@ title: 准入控制器 id: admission-controller date: 2019-06-28 -full_link: /docs/reference/access-authn-authz/admission-controllers/ +full_link: /zh/docs/reference/access-authn-authz/admission-controllers/ short_description: > 在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码 aka: @@ -16,7 +16,7 @@ tags: title: Admission Controller id: admission-controller date: 2019-06-28 -full_link: /docs/reference/access-authn-authz/admission-controllers/ +full_link: /zh/docs/reference/access-authn-authz/admission-controllers/ short_description: > A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object. diff --git a/content/zh/docs/reference/glossary/aggregation-layer.md b/content/zh/docs/reference/glossary/aggregation-layer.md index 982c7ef3a2..ffcd784d55 100644 --- a/content/zh/docs/reference/glossary/aggregation-layer.md +++ b/content/zh/docs/reference/glossary/aggregation-layer.md @@ -2,7 +2,7 @@ title: 聚合层 id: aggregation-layer date: 2018-10-08 -full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ +full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ short_description: > 聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。 @@ -18,7 +18,7 @@ tags: title: Aggregation Layer id: aggregation-layer date: 2018-10-08 -full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ +full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ short_description: > The aggregation layer lets you install additional Kubernetes-style APIs in your cluster. diff --git a/content/zh/docs/reference/glossary/annotation.md b/content/zh/docs/reference/glossary/annotation.md index 75705d9745..c5c98c66be 100644 --- a/content/zh/docs/reference/glossary/annotation.md +++ b/content/zh/docs/reference/glossary/annotation.md @@ -2,7 +2,7 @@ title: 注解 id: annotation date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations short_description: > 注解是以键值对的形式给资源对象附加随机的无法标识的元数据。 @@ -16,7 +16,7 @@ tags: title: Annotation id: annotation date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations short_description: > A key-value pair that is used to attach arbitrary non-identifying metadata to objects. diff --git a/content/zh/docs/reference/glossary/api-group.md b/content/zh/docs/reference/glossary/api-group.md index 4687391f62..07c222acbe 100644 --- a/content/zh/docs/reference/glossary/api-group.md +++ b/content/zh/docs/reference/glossary/api-group.md @@ -2,7 +2,7 @@ title: API Group id: api-group date: 2019-09-02 -full_link: /docs/concepts/overview/kubernetes-api/#api-groups +full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups short_description: > Kubernetes API 中的一组相关路径 @@ -16,7 +16,7 @@ tags: title: API Group id: api-group date: 2019-09-02 -full_link: /docs/concepts/overview/kubernetes-api/#api-groups +full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups short_description: > A set of related paths in the Kubernetes API. diff --git a/content/zh/docs/reference/glossary/certificate.md b/content/zh/docs/reference/glossary/certificate.md index 238178c890..c966aea2cb 100644 --- a/content/zh/docs/reference/glossary/certificate.md +++ b/content/zh/docs/reference/glossary/certificate.md @@ -2,7 +2,7 @@ title: 证书 id: certificate date: 2018-04-12 -full_link: /docs/tasks/tls/managing-tls-in-a-cluster/ +full_link: /zh/docs/tasks/tls/managing-tls-in-a-cluster/ short_description: > 证书是个安全加密文件,用来确认对 Kubernetes 集群访问的合法性。 @@ -16,7 +16,7 @@ tags: title: Certificate id: certificate date: 2018-04-12 -full_link: /docs/tasks/tls/managing-tls-in-a-cluster/ +full_link: /zh/docs/tasks/tls/managing-tls-in-a-cluster/ short_description: > A cryptographically secure file used to validate access to the Kubernetes cluster. diff --git a/content/zh/docs/reference/glossary/cloud-controller-manager.md b/content/zh/docs/reference/glossary/cloud-controller-manager.md index b6254d7ce9..2fcd729f57 100755 --- a/content/zh/docs/reference/glossary/cloud-controller-manager.md +++ b/content/zh/docs/reference/glossary/cloud-controller-manager.md @@ -2,7 +2,7 @@ title: 云控制器管理器 id: cloud-controller-manager date: 2018-04-12 -full_link: /docs/tasks/administer-cluster/running-cloud-controller/ +full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/ short_description: > 云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式。 @@ -18,7 +18,7 @@ tags: title: Cloud Controller Manager id: cloud-controller-manager date: 2018-04-12 -full_link: /docs/tasks/administer-cluster/running-cloud-controller/ +full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/ short_description: > Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud. diff --git a/content/zh/docs/reference/glossary/cloud-provider.md b/content/zh/docs/reference/glossary/cloud-provider.md index 16851569d6..6204448589 100644 --- a/content/zh/docs/reference/glossary/cloud-provider.md +++ b/content/zh/docs/reference/glossary/cloud-provider.md @@ -2,7 +2,7 @@ title: 云供应商 id: cloud-provider date: 2018-04-12 -full_link: /docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers short_description: > 云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。 @@ -16,7 +16,7 @@ tags: title: Cloud Provider id: cloud-provider date: 2018-04-12 -full_link: /docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers short_description: > Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. diff --git a/content/zh/docs/reference/glossary/cni.md b/content/zh/docs/reference/glossary/cni.md index 361a7f0911..93028f7747 100644 --- a/content/zh/docs/reference/glossary/cni.md +++ b/content/zh/docs/reference/glossary/cni.md @@ -2,7 +2,7 @@ title: CNI (容器网络接口) id: cni date: 2018-05-25 -full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni +full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni short_description: > 容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。 @@ -17,7 +17,7 @@ tags: title: CNI (Container network interface) id: cni date: 2018-05-25 -full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni +full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni short_description: > Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. diff --git a/content/zh/docs/reference/glossary/configmap.md b/content/zh/docs/reference/glossary/configmap.md index d3d0945cdc..d761b26e74 100644 --- a/content/zh/docs/reference/glossary/configmap.md +++ b/content/zh/docs/reference/glossary/configmap.md @@ -2,7 +2,7 @@ title: ConfigMap id: configmap date: 2018-04-12 -full_link: /docs/tasks/configure-pod-container/configure-pod-configmap/ +full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/ short_description: > ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。 @@ -16,7 +16,7 @@ tags: title: ConfigMap id: configmap date: 2018-04-12 -full_link: /docs/tasks/configure-pod-container/configure-pod-configmap/ +full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/ short_description: > An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a volume. diff --git a/content/zh/docs/reference/glossary/container-lifecycle-hooks.md b/content/zh/docs/reference/glossary/container-lifecycle-hooks.md index 3d1b708fe0..20e65157a0 100644 --- a/content/zh/docs/reference/glossary/container-lifecycle-hooks.md +++ b/content/zh/docs/reference/glossary/container-lifecycle-hooks.md @@ -2,7 +2,7 @@ title: 容器生命周期钩子 id: container-lifecycle-hooks date: 2018-10-08 -full_link: /docs/concepts/containers/container-lifecycle-hooks/ +full_link: /zh/docs/concepts/containers/container-lifecycle-hooks/ short_description: > 生命周期钩子暴露容器管理生命周期中的事件,允许用户在事件发生时运行代码。 @@ -15,7 +15,7 @@ tags: title: Container Lifecycle Hooks id: container-lifecycle-hooks date: 2018-10-08 -full_link: /docs/concepts/containers/container-lifecycle-hooks/ +full_link: /zh/docs/concepts/containers/container-lifecycle-hooks/ short_description: > The lifecycle hooks expose events in the container management lifecycle and let the user run code when the events occur. diff --git a/content/zh/docs/reference/glossary/container.md b/content/zh/docs/reference/glossary/container.md index 16d99f4e30..1b2a98d43b 100644 --- a/content/zh/docs/reference/glossary/container.md +++ b/content/zh/docs/reference/glossary/container.md @@ -2,7 +2,7 @@ title: 容器 id: container date: 2018-04-12 -full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers +full_link: /zh/docs/concepts/overview/what-is-kubernetes/#why-containers short_description: > 容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。 @@ -17,7 +17,7 @@ tags: title: Container id: container date: 2018-04-12 -full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers +full_link: /zh/docs/concepts/overview/what-is-kubernetes/#why-containers short_description: > A lightweight and portable executable image that contains software and all of its dependencies. diff --git a/content/zh/docs/reference/glossary/cri.md b/content/zh/docs/reference/glossary/cri.md index 42c6d4a76a..96fd7f4bf4 100644 --- a/content/zh/docs/reference/glossary/cri.md +++ b/content/zh/docs/reference/glossary/cri.md @@ -2,7 +2,7 @@ title: 容器运行时接口 (CRI) id: cri date: 2019-03-07 -full_link: /docs/concepts/overview/components/#container-runtime +full_link: /zh/docs/concepts/overview/components/#container-runtime short_description: > 一组与 kubelet 集成的容器运行时 API @@ -18,7 +18,7 @@ tags: title: Container runtime interface (CRI) id: cri date: 2019-03-07 -full_link: /docs/concepts/overview/components/#container-runtime +full_link: /zh/docs/concepts/overview/components/#container-runtime short_description: > An API for container runtimes to integrate with kubelet diff --git a/content/zh/docs/reference/glossary/cronjob.md b/content/zh/docs/reference/glossary/cronjob.md index 5af7746647..e6838de86c 100644 --- a/content/zh/docs/reference/glossary/cronjob.md +++ b/content/zh/docs/reference/glossary/cronjob.md @@ -2,7 +2,7 @@ title: CronJob id: cronjob date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/cron-jobs/ +full_link: /zh/docs/concepts/workloads/controllers/cron-jobs/ short_description: > 管理定期运行的 [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/)。 @@ -17,7 +17,7 @@ tags: title: CronJob id: cronjob date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/cron-jobs/ +full_link: /zh/docs/concepts/workloads/controllers/cron-jobs/ short_description: > Manages a [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) that runs on a periodic schedule. diff --git a/content/zh/docs/reference/glossary/csi.md b/content/zh/docs/reference/glossary/csi.md index afacbf8f1d..2b77146757 100644 --- a/content/zh/docs/reference/glossary/csi.md +++ b/content/zh/docs/reference/glossary/csi.md @@ -2,7 +2,7 @@ title: 容器存储接口 (CSI) id: csi date: 2018-06-25 -full_link: /docs/concepts/storage/volumes/#csi +full_link: /zh/docs/concepts/storage/volumes/#csi short_description: > 容器存储接口 (CSI)定义了存储系统暴露给容器的标准接口。 @@ -17,7 +17,7 @@ tags: title: Container Storage Interface (CSI) id: csi date: 2018-06-25 -full_link: /docs/concepts/storage/volumes/#csi +full_link: /zh/docs/concepts/storage/volumes/#csi short_description: > The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers. diff --git a/content/zh/docs/reference/glossary/daemonset.md b/content/zh/docs/reference/glossary/daemonset.md index f0ec7e9cda..b268005697 100644 --- a/content/zh/docs/reference/glossary/daemonset.md +++ b/content/zh/docs/reference/glossary/daemonset.md @@ -2,7 +2,7 @@ title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset short_description: > 确保 Pod 的副本在集群中的一组节点上运行。 @@ -18,7 +18,7 @@ tags: title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset short_description: > Ensures a copy of a Pod is running across a set of nodes in a cluster. diff --git a/content/zh/docs/reference/glossary/deployment.md b/content/zh/docs/reference/glossary/deployment.md index 08abdc60c8..05bce1377b 100644 --- a/content/zh/docs/reference/glossary/deployment.md +++ b/content/zh/docs/reference/glossary/deployment.md @@ -2,7 +2,7 @@ title: Deployment id: deployment date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/deployment/ +full_link: /zh/docs/concepts/workloads/controllers/deployment/ short_description: > Deployment 是管理应用副本的 API 对象。 @@ -18,7 +18,7 @@ tags: title: Deployment id: deployment date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/deployment/ +full_link: /zh/docs/concepts/workloads/controllers/deployment/ short_description: > An API object that manages a replicated application. diff --git a/content/zh/docs/reference/glossary/device-plugin.md b/content/zh/docs/reference/glossary/device-plugin.md index e6bc32b572..af7e491426 100644 --- a/content/zh/docs/reference/glossary/device-plugin.md +++ b/content/zh/docs/reference/glossary/device-plugin.md @@ -2,7 +2,7 @@ title: 驱动插件 id: device-plugin date: 2019-02-02 -full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ +full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ short_description: > 在 Kubernetes 中运行的容器提供对供应商特定资源的访问权限。 aka: @@ -15,7 +15,7 @@ tags: title: Device Plugin id: device-plugin date: 2019-02-02 -full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ +full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ short_description: > Containers running in Kubernetes that provide access to a vendor specific resource. aka: diff --git a/content/zh/docs/reference/glossary/disruption.md b/content/zh/docs/reference/glossary/disruption.md index 0d8133938e..e175b930d7 100644 --- a/content/zh/docs/reference/glossary/disruption.md +++ b/content/zh/docs/reference/glossary/disruption.md @@ -2,7 +2,7 @@ title: 干扰 id: disruption date: 2019-09-10 -full_link: /docs/concepts/workloads/pods/disruptions/ +full_link: /zh/docs/concepts/workloads/pods/disruptions/ short_description: > 导致 Pod 服务停止的事件。 aka: @@ -17,7 +17,7 @@ tags: title: Disruption id: disruption date: 2019-09-10 -full_link: /docs/concepts/workloads/pods/disruptions/ +full_link: /zh/docs/concepts/workloads/pods/disruptions/ short_description: > An event that leads to Pod(s) going out of service aka: diff --git a/content/zh/docs/reference/glossary/docker.md b/content/zh/docs/reference/glossary/docker.md index 1d7c9a8511..55782a84c8 100755 --- a/content/zh/docs/reference/glossary/docker.md +++ b/content/zh/docs/reference/glossary/docker.md @@ -2,7 +2,7 @@ title: docker id: docker date: 2018-04-12 -full_link: /docs/reference/kubectl/docker-cli-to-kubectl/ +full_link: /zh/docs/reference/kubectl/docker-cli-to-kubectl/ short_description: > Docker 是一种可以提供操作系统级别虚拟化(也称作容器)的软件技术。 @@ -16,7 +16,7 @@ tags: title: docker id: docker date: 2018-04-12 -full_link: /docs/reference/kubectl/docker-cli-to-kubectl/ +full_link: /zh/docs/reference/kubectl/docker-cli-to-kubectl/ short_description: > Docker is a software technology providing operating-system-level virtualization also known as containers. diff --git a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md index 4f53bbef9d..6858cdeded 100755 --- a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md +++ b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md @@ -2,7 +2,7 @@ title: 动态卷供应 id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning short_description: > 允许用户请求自动创建存储卷。 @@ -17,7 +17,7 @@ tags: title: Dynamic Volume Provisioning id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning short_description: > Allows users to request automatic creation of storage Volumes. diff --git a/content/zh/docs/reference/glossary/endpoint-slice.md b/content/zh/docs/reference/glossary/endpoint-slice.md index d59366f7cd..c108efd602 100644 --- a/content/zh/docs/reference/glossary/endpoint-slice.md +++ b/content/zh/docs/reference/glossary/endpoint-slice.md @@ -2,7 +2,7 @@ title: 端点切片 id: endpoint-slice date: 2018-04-12 -full_link: /docs/concepts/services-networking/endpoint-slices/ +full_link: /zh/docs/concepts/services-networking/endpoint-slices/ short_description: > 一种将网络端点与 Kubernetes 资源组合在一起的方法。 @@ -17,7 +17,7 @@ tags: title: Endpoint Slice id: endpoint-slice date: 2018-04-12 -full_link: /docs/concepts/services-networking/endpoint-slices/ +full_link: /zh/docs/concepts/services-networking/endpoint-slices/ short_description: > A way to group network endpoints together with Kubernetes resources. diff --git a/content/zh/docs/reference/glossary/ephemeral-container.md b/content/zh/docs/reference/glossary/ephemeral-container.md index c7426f6a6f..fa95887e8d 100644 --- a/content/zh/docs/reference/glossary/ephemeral-container.md +++ b/content/zh/docs/reference/glossary/ephemeral-container.md @@ -2,7 +2,7 @@ title: 临时容器 id: ephemeral-container date: 2019-08-26 -full_link: /docs/concepts/workloads/pods/ephemeral-containers/ +full_link: /zh/docs/concepts/workloads/pods/ephemeral-containers/ short_description: > 您可以在 Pod 中临时运行的一种容器类型 aka: @@ -16,7 +16,7 @@ tags: title: Ephemeral Container id: ephemeral-container date: 2019-08-26 -full_link: /docs/concepts/workloads/pods/ephemeral-containers/ +full_link: /zh/docs/concepts/workloads/pods/ephemeral-containers/ short_description: > A type of container type that you can temporarily run inside a Pod diff --git a/content/zh/docs/reference/glossary/etcd.md b/content/zh/docs/reference/glossary/etcd.md index e73a8215c6..e0e11082a8 100644 --- a/content/zh/docs/reference/glossary/etcd.md +++ b/content/zh/docs/reference/glossary/etcd.md @@ -2,7 +2,7 @@ title: etcd id: etcd date: 2018-04-12 -full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/ +full_link: /zh/docs/tasks/administer-cluster/configure-upgrade-etcd/ short_description: > etcd 是兼具一致性和高可用性的键值数据库,用作保存 Kubernetes 所有集群数据的后台数据库。 @@ -17,7 +17,7 @@ tags: title: etcd id: etcd date: 2018-04-12 -full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/ +full_link: /zh/docs/tasks/administer-cluster/configure-upgrade-etcd/ short_description: > Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. diff --git a/content/zh/docs/reference/glossary/extensions.md b/content/zh/docs/reference/glossary/extensions.md index 345342affe..ebc25eca05 100644 --- a/content/zh/docs/reference/glossary/extensions.md +++ b/content/zh/docs/reference/glossary/extensions.md @@ -2,7 +2,7 @@ title: 扩展组件 id: Extensions date: 2019-02-01 -full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions +full_link: /zh/docs/concepts/extend-kubernetes/extend-cluster/#extensions short_description: > 扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。 aka: @@ -17,7 +17,7 @@ tags: title: Extensions id: Extensions date: 2019-02-01 -full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions +full_link: /zh/docs/concepts/extend-kubernetes/extend-cluster/#extensions short_description: > Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware. diff --git a/content/zh/docs/reference/glossary/flexvolume.md b/content/zh/docs/reference/glossary/flexvolume.md index fdb0becda9..af28200f40 100644 --- a/content/zh/docs/reference/glossary/flexvolume.md +++ b/content/zh/docs/reference/glossary/flexvolume.md @@ -2,7 +2,7 @@ title: FlexVolume id: flexvolume date: 2018-06-25 -full_link: /docs/concepts/storage/volumes/#flexvolume +full_link: /zh/docs/concepts/storage/volumes/#flexvolume short_description: > Flexvolume 是创建 out-of-tree 卷插件的一种接口。 {{< glossary_tooltip text="容器存储接口(CSI)" term_id="csi" >}} 是比 Flexvolume 更新的接口,它解决了 Flexvolumes 的一些问题。 @@ -16,7 +16,7 @@ tags: title: FlexVolume id: flexvolume date: 2018-06-25 -full_link: /docs/concepts/storage/volumes/#flexvolume +full_link: /zh/docs/concepts/storage/volumes/#flexvolume short_description: > FlexVolume is an interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface which addresses several problems with FlexVolumes. diff --git a/content/zh/docs/reference/glossary/horizontal-pod-autoscaler.md b/content/zh/docs/reference/glossary/horizontal-pod-autoscaler.md index 663ebd26c8..3a94a04b5a 100755 --- a/content/zh/docs/reference/glossary/horizontal-pod-autoscaler.md +++ b/content/zh/docs/reference/glossary/horizontal-pod-autoscaler.md @@ -2,7 +2,7 @@ title: Pod 水平自动扩缩器 id: horizontal-pod-autoscaler date: 2018-04-12 -full_link: /docs/tasks/run-application/horizontal-pod-autoscale/ +full_link: /zh/docs/tasks/run-application/horizontal-pod-autoscale/ short_description: > Pod 水平自动扩缩器(Horizontal Pod Autoscaler)是一种 API 资源,它根据目标 CPU 利用率或自定义度量目标扩缩 Pod 副本的数量。 @@ -16,7 +16,7 @@ tags: title: Horizontal Pod Autoscaler id: horizontal-pod-autoscaler date: 2018-04-12 -full_link: /docs/tasks/run-application/horizontal-pod-autoscale/ +full_link: /zh/docs/tasks/run-application/horizontal-pod-autoscale/ short_description: > An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets. diff --git a/content/zh/docs/reference/glossary/ingress.md b/content/zh/docs/reference/glossary/ingress.md index 806dec752d..972c2b0873 100644 --- a/content/zh/docs/reference/glossary/ingress.md +++ b/content/zh/docs/reference/glossary/ingress.md @@ -2,7 +2,7 @@ title: Ingress id: ingress date: 2018-04-12 -full_link: /docs/concepts/services-networking/ingress/ +full_link: /zh/docs/concepts/services-networking/ingress/ short_description: > Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问方式是 HTTP。 @@ -18,7 +18,7 @@ tags: title: Ingress id: ingress date: 2018-04-12 -full_link: /docs/concepts/services-networking/ingress/ +full_link: /zh/docs/concepts/services-networking/ingress/ short_description: > An API object that manages external access to the services in a cluster, typically HTTP. diff --git a/content/zh/docs/reference/glossary/kube-proxy.md b/content/zh/docs/reference/glossary/kube-proxy.md index 5b323f0d28..79c7e2b82a 100755 --- a/content/zh/docs/reference/glossary/kube-proxy.md +++ b/content/zh/docs/reference/glossary/kube-proxy.md @@ -2,7 +2,7 @@ title: kube-proxy id: kube-proxy date: 2018-04-12 -full_link: /docs/reference/command-line-tools-reference/kube-proxy/ +full_link: /zh/docs/reference/command-line-tools-reference/kube-proxy/ short_description: > `kube-proxy` 是集群中每个节点上运行的网络代理。 @@ -15,7 +15,7 @@ tags: title: kube-proxy id: kube-proxy date: 2018-04-12 -full_link: /docs/reference/command-line-tools-reference/kube-proxy/ +full_link: /zh/docs/reference/command-line-tools-reference/kube-proxy/ short_description: > `kube-proxy` is a network proxy that runs on each node in the cluster. diff --git a/content/zh/docs/reference/glossary/kubernetes-api.md b/content/zh/docs/reference/glossary/kubernetes-api.md index fc1dbeac6a..b21b771bfb 100755 --- a/content/zh/docs/reference/glossary/kubernetes-api.md +++ b/content/zh/docs/reference/glossary/kubernetes-api.md @@ -2,7 +2,7 @@ title: Kubernetes API id: kubernetes-api date: 2018-04-12 -full_link: /docs/concepts/overview/kubernetes-api/ +full_link: /zh/docs/concepts/overview/kubernetes-api/ short_description: > Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。 @@ -17,7 +17,7 @@ tags: title: Kubernetes API id: kubernetes-api date: 2018-04-12 -full_link: /docs/concepts/overview/kubernetes-api/ +full_link: /zh/docs/concepts/overview/kubernetes-api/ short_description: > The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster. diff --git a/content/zh/docs/reference/glossary/label.md b/content/zh/docs/reference/glossary/label.md index 6201aaeb29..d35fd15095 100755 --- a/content/zh/docs/reference/glossary/label.md +++ b/content/zh/docs/reference/glossary/label.md @@ -2,7 +2,7 @@ title: 标签 id: label date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels short_description: > 用来为对象设置可标识的属性标记;这些标记对用户而言是有意义且重要的。 @@ -15,7 +15,7 @@ tags: title: Label id: label date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels short_description: > Tags objects with identifying attributes that are meaningful and relevant to users. diff --git a/content/zh/docs/reference/glossary/logging.md b/content/zh/docs/reference/glossary/logging.md index 980555c79a..2dfd03ccf3 100644 --- a/content/zh/docs/reference/glossary/logging.md +++ b/content/zh/docs/reference/glossary/logging.md @@ -2,7 +2,7 @@ title: 日志 id: logging date: 2019-04-04 -full_link: /docs/concepts/cluster-administration/logging/ +full_link: /zh/docs/concepts/cluster-administration/logging/ short_description: > 日志是集群或应用程序记录的事件列表。 @@ -18,7 +18,7 @@ tags: title: Logging id: logging date: 2019-04-04 -full_link: /docs/concepts/cluster-administration/logging/ +full_link: /zh/docs/concepts/cluster-administration/logging/ short_description: > Logs are the list of events that are logged by cluster or application. diff --git a/content/zh/docs/reference/glossary/name.md b/content/zh/docs/reference/glossary/name.md index dcc6028b3d..1c8be25f46 100755 --- a/content/zh/docs/reference/glossary/name.md +++ b/content/zh/docs/reference/glossary/name.md @@ -2,7 +2,7 @@ title: 名称 id: name date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names short_description: > 客户端提供的字符串,用来指代资源 URL 中的对象,如 `/api/v1/pods/some-name`。 @@ -16,7 +16,7 @@ tags: title: Name id: name date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names short_description: > A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`. diff --git a/content/zh/docs/reference/glossary/namespace.md b/content/zh/docs/reference/glossary/namespace.md index 42019215cf..3fe9811aa3 100644 --- a/content/zh/docs/reference/glossary/namespace.md +++ b/content/zh/docs/reference/glossary/namespace.md @@ -2,7 +2,7 @@ title: 命名空间 id: namespace date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces short_description: > 命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。 @@ -16,7 +16,7 @@ tags: title: Namespace id: namespace date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces short_description: > An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster. diff --git a/content/zh/docs/reference/glossary/network-policy.md b/content/zh/docs/reference/glossary/network-policy.md index 25269bcc05..4898c145a7 100755 --- a/content/zh/docs/reference/glossary/network-policy.md +++ b/content/zh/docs/reference/glossary/network-policy.md @@ -2,7 +2,7 @@ title: 网络策略 id: network-policy date: 2018-04-12 -full_link: /docs/concepts/services-networking/network-policies/ +full_link: /zh/docs/concepts/services-networking/network-policies/ short_description: > 网络策略是一种规范,规定了允许 Pod 组之间、Pod 与其他网络端点之间以怎样的方式进行通信。 @@ -18,7 +18,7 @@ tags: title: Network Policy id: network-policy date: 2018-04-12 -full_link: /docs/concepts/services-networking/network-policies/ +full_link: /zh/docs/concepts/services-networking/network-policies/ short_description: > A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints. diff --git a/content/zh/docs/reference/glossary/node.md b/content/zh/docs/reference/glossary/node.md index d1756799b7..1277aa26ab 100755 --- a/content/zh/docs/reference/glossary/node.md +++ b/content/zh/docs/reference/glossary/node.md @@ -2,7 +2,7 @@ title: 节点 id: node date: 2018-04-12 -full_link: /docs/concepts/architecture/nodes/ +full_link: /zh/docs/concepts/architecture/nodes/ short_description: > Kubernetes 中的工作机器称作节点。 @@ -15,7 +15,7 @@ tags: title: Node id: node date: 2018-04-12 -full_link: /docs/concepts/architecture/nodes/ +full_link: /zh/docs/concepts/architecture/nodes/ short_description: > A node is a worker machine in Kubernetes. diff --git a/content/zh/docs/reference/glossary/operator-pattern.md b/content/zh/docs/reference/glossary/operator-pattern.md index 6e7235fb89..e4b47f68c7 100644 --- a/content/zh/docs/reference/glossary/operator-pattern.md +++ b/content/zh/docs/reference/glossary/operator-pattern.md @@ -2,7 +2,7 @@ title: Operator 模式 id: operator-pattern date: 2019-05-21 -full_link: /docs/concepts/extend-kubernetes/operator/ +full_link: /zh/docs/concepts/extend-kubernetes/operator/ short_description: > 一种用于管理自定义资源的专用控制器 @@ -17,7 +17,7 @@ tags: title: Operator pattern id: operator-pattern date: 2019-05-21 -full_link: /docs/concepts/extend-kubernetes/operator/ +full_link: /zh/docs/concepts/extend-kubernetes/operator/ short_description: > A specialized controller used to manage a custom resource diff --git a/content/zh/docs/reference/glossary/pod-security-policy.md b/content/zh/docs/reference/glossary/pod-security-policy.md index e9937009cd..d443e88df0 100644 --- a/content/zh/docs/reference/glossary/pod-security-policy.md +++ b/content/zh/docs/reference/glossary/pod-security-policy.md @@ -2,7 +2,7 @@ title: Pod 安全策略 id: pod-security-policy date: 2018-04-12 -full_link: /docs/concepts/policy/pod-security-policy/ +full_link: /zh/docs/concepts/policy/pod-security-policy/ short_description: > 为 Pod 的创建和更新操作启用细粒度的授权。 @@ -17,7 +17,7 @@ tags: title: Pod Security Policy id: pod-security-policy date: 2018-04-12 -full_link: /docs/concepts/policy/pod-security-policy/ +full_link: /zh/docs/concepts/policy/pod-security-policy/ short_description: > Enables fine-grained authorization of pod creation and updates. diff --git a/content/zh/docs/reference/glossary/rbac.md b/content/zh/docs/reference/glossary/rbac.md index 6f045ed9d0..e0efa640e7 100755 --- a/content/zh/docs/reference/glossary/rbac.md +++ b/content/zh/docs/reference/glossary/rbac.md @@ -2,7 +2,7 @@ title: RBAC(基于角色的访问控制) id: rbac date: 2018-04-12 -full_link: /docs/reference/access-authn-authz/rbac/ +full_link: /zh/docs/reference/access-authn-authz/rbac/ short_description: > 管理授权决策,允许管理员通过 Kubernetes API 动态配置访问策略。 @@ -17,7 +17,7 @@ tags: title: RBAC (Role-Based Access Control) id: rbac date: 2018-04-12 -full_link: /docs/reference/access-authn-authz/rbac/ +full_link: /zh/docs/reference/access-authn-authz/rbac/ short_description: > Manages authorization decisions, allowing admins to dynamically configure access policies through the Kubernetes API. diff --git a/content/zh/docs/reference/glossary/replica-set.md b/content/zh/docs/reference/glossary/replica-set.md index 5f394133b6..40378c2555 100755 --- a/content/zh/docs/reference/glossary/replica-set.md +++ b/content/zh/docs/reference/glossary/replica-set.md @@ -2,7 +2,7 @@ title: ReplicaSet id: replica-set date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/replicaset/ +full_link: /zh/docs/concepts/workloads/controllers/replicaset/ short_description: > ReplicaSet 是下一代副本控制器。 @@ -18,7 +18,7 @@ tags: title: ReplicaSet id: replica-set date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/replicaset/ +full_link: /zh/docs/concepts/workloads/controllers/replicaset/ short_description: > ReplicaSet is the next-generation Replication Controller. diff --git a/content/zh/docs/reference/glossary/resource-quota.md b/content/zh/docs/reference/glossary/resource-quota.md index c0f40f3234..658a1633ce 100755 --- a/content/zh/docs/reference/glossary/resource-quota.md +++ b/content/zh/docs/reference/glossary/resource-quota.md @@ -2,7 +2,7 @@ title: 资源配额 id: resource-quota date: 2018-04-12 -full_link: /docs/concepts/policy/resource-quotas/ +full_link: /zh/docs/concepts/policy/resource-quotas/ short_description: > 资源配额提供了限制每个命名空间的资源消耗总和的约束。 @@ -18,7 +18,7 @@ tags: title: Resource Quotas id: resource-quota date: 2018-04-12 -full_link: /docs/concepts/policy/resource-quotas/ +full_link: /zh/docs/concepts/policy/resource-quotas/ short_description: > Provides constraints that limit aggregate resource consumption per namespace. diff --git a/content/zh/docs/reference/glossary/secret.md b/content/zh/docs/reference/glossary/secret.md index a43dbb6ece..bd4bcfa5d0 100755 --- a/content/zh/docs/reference/glossary/secret.md +++ b/content/zh/docs/reference/glossary/secret.md @@ -17,7 +17,7 @@ tags: title: Secret id: secret date: 2018-04-12 -full_link: /docs/concepts/configuration/secret/ +full_link: /zh/docs/concepts/configuration/secret/ short_description: > Stores sensitive information, such as passwords, OAuth tokens, and ssh keys. diff --git a/content/zh/docs/reference/glossary/selector.md b/content/zh/docs/reference/glossary/selector.md index 5a3e83ef0d..a3dcd0b71b 100644 --- a/content/zh/docs/reference/glossary/selector.md +++ b/content/zh/docs/reference/glossary/selector.md @@ -2,7 +2,7 @@ title: 选择算符 id: selector date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/labels/ +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > 选择算符允许用户通过标签对一组资源对象进行筛选过滤。 @@ -16,7 +16,7 @@ tags: title: Selector id: selector date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/labels/ +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > Allows users to filter a list of resources based on labels. diff --git a/content/zh/docs/reference/glossary/service-account.md b/content/zh/docs/reference/glossary/service-account.md index 4dd29b301b..a056af3a93 100755 --- a/content/zh/docs/reference/glossary/service-account.md +++ b/content/zh/docs/reference/glossary/service-account.md @@ -17,7 +17,7 @@ tags: title: Service Account id: service-account date: 2018-04-12 -full_link: /docs/tasks/configure-pod-container/configure-service-account/ +full_link: /zh/docs/tasks/configure-pod-container/configure-service-account/ short_description: > Provides an identity for processes that run in a Pod. diff --git a/content/zh/docs/reference/glossary/service.md b/content/zh/docs/reference/glossary/service.md index 54a03b3b1a..95e3b9e007 100755 --- a/content/zh/docs/reference/glossary/service.md +++ b/content/zh/docs/reference/glossary/service.md @@ -2,7 +2,7 @@ title: Service id: service date: 2018-04-12 -full_link: /docs/concepts/services-networking/service/ +full_link: /zh/docs/concepts/services-networking/service/ short_description: > 将运行在一组 {{< glossary_tooltip text="Pods" term_id="pod" >}} 上的应用程序公开为网络服务的抽象方法。 diff --git a/content/zh/docs/reference/glossary/statefulset.md b/content/zh/docs/reference/glossary/statefulset.md index ff63c63ce1..8003a09893 100644 --- a/content/zh/docs/reference/glossary/statefulset.md +++ b/content/zh/docs/reference/glossary/statefulset.md @@ -2,7 +2,7 @@ title: StatefulSet id: statefulset date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/statefulset/ +full_link: /zh/docs/concepts/workloads/controllers/statefulset/ short_description: > StatefulSet 用来管理 Deployment 和伸缩一组 Pod,并且能为这些 Pod 提供*序号和唯一性保证*。 aka: @@ -18,7 +18,7 @@ tags: title: StatefulSet id: statefulset date: 2018-04-12 -full_link: /docs/concepts/workloads/controllers/statefulset/ +full_link: /zh/docs/concepts/workloads/controllers/statefulset/ short_description: > Manages the deployment and scaling of a set of Pods, *and provides guarantees about the ordering and uniqueness* of these Pods. diff --git a/content/zh/docs/reference/glossary/static-pod.md b/content/zh/docs/reference/glossary/static-pod.md index 83659846fd..44e2a72bed 100644 --- a/content/zh/docs/reference/glossary/static-pod.md +++ b/content/zh/docs/reference/glossary/static-pod.md @@ -2,7 +2,7 @@ title: 静态 Pod id: static-pod date: 2019-02-12 -full_link: /docs/tasks/configure-pod-container/static-pod/ +full_link: /zh/docs/tasks/configure-pod-container/static-pod/ short_description: > 由特定节点上的 kubelet 守护进程直接管理的 pod。 @@ -16,7 +16,7 @@ tags: title: Static Pod id: static-pod date: 2019-02-12 -full_link: /docs/tasks/configure-pod-container/static-pod/ +full_link: /zh/docs/tasks/configure-pod-container/static-pod/ short_description: > A pod managed directly by the kubelet daemon on a specific node. diff --git a/content/zh/docs/reference/glossary/storage-class.md b/content/zh/docs/reference/glossary/storage-class.md index 49cadefe44..d164e5c103 100644 --- a/content/zh/docs/reference/glossary/storage-class.md +++ b/content/zh/docs/reference/glossary/storage-class.md @@ -2,7 +2,7 @@ title: 存储类别 id: storageclass date: 2018-04-12 -full_link: /docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes short_description: > StorageClass 是管理员用来描述不同的可用存储类型的一种方法。 @@ -17,7 +17,7 @@ tags: title: Storage Class id: storageclass date: 2018-04-12 -full_link: /docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes short_description: > A StorageClass provides a way for administrators to describe different available storage types. diff --git a/content/zh/docs/reference/glossary/sysctl.md b/content/zh/docs/reference/glossary/sysctl.md index 46a6dd98f3..42ed215d6d 100644 --- a/content/zh/docs/reference/glossary/sysctl.md +++ b/content/zh/docs/reference/glossary/sysctl.md @@ -2,7 +2,7 @@ title: sysctl id: sysctl date: 2019-02-12 -full_link: /docs/tasks/administer-cluster/sysctl-cluster/ +full_link: /zh/docs/tasks/administer-cluster/sysctl-cluster/ short_description: > 用于获取和设置 Unix 内核参数的接口 @@ -16,7 +16,7 @@ tags: title: sysctl id: sysctl date: 2019-02-12 -full_link: /docs/tasks/administer-cluster/sysctl-cluster/ +full_link: /zh/docs/tasks/administer-cluster/sysctl-cluster/ short_description: > An interface for getting and setting Unix kernel parameters diff --git a/content/zh/docs/reference/glossary/uid.md b/content/zh/docs/reference/glossary/uid.md index 5990d46d1d..9a937a2f76 100755 --- a/content/zh/docs/reference/glossary/uid.md +++ b/content/zh/docs/reference/glossary/uid.md @@ -2,7 +2,7 @@ title: UID id: uid date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names short_description: > 由 Kubernetes 系统生成、用来唯一标识对象的字符串。 @@ -16,7 +16,7 @@ tags: title: UID id: uid date: 2018-04-12 -full_link: /docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names short_description: > A Kubernetes systems-generated string to uniquely identify objects. diff --git a/content/zh/docs/reference/glossary/volume.md b/content/zh/docs/reference/glossary/volume.md index 279626861d..a170f0f3b8 100755 --- a/content/zh/docs/reference/glossary/volume.md +++ b/content/zh/docs/reference/glossary/volume.md @@ -2,7 +2,7 @@ title: 卷 id: volume date: 2018-04-12 -full_link: /docs/concepts/storage/volumes/ +full_link: /zh/docs/concepts/storage/volumes/ short_description: > 包含可被 Pod 中容器访问的数据的目录。 @@ -16,7 +16,7 @@ tags: title: Volume id: volume date: 2018-04-12 -full_link: /docs/concepts/storage/volumes/ +full_link: /zh/docs/concepts/storage/volumes/ short_description: > A directory containing data, accessible to the containers in a pod. diff --git a/content/zh/docs/reference/glossary/workload.md b/content/zh/docs/reference/glossary/workload.md index 1fb3586d86..d21e50e3b0 100644 --- a/content/zh/docs/reference/glossary/workload.md +++ b/content/zh/docs/reference/glossary/workload.md @@ -2,7 +2,7 @@ title: 工作负载 id: workloads date: 2019-02-13 -full_link: /docs/concepts/workloads/ +full_link: /zh/docs/concepts/workloads/ short_description: > 工作负载是在 Kubernetes 上运行的应用程序。 @@ -15,7 +15,7 @@ tags: title: Workload id: workloads date: 2019-02-13 -full_link: /docs/concepts/workloads/ +full_link: /zh/docs/concepts/workloads/ short_description: > A workload is an application running on Kubernetes. From 2ef43fc486993956a8267314e65848852f8a263d Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sat, 22 Aug 2020 20:48:27 +0800 Subject: [PATCH 2/3] add trailing slash to avoid unnecessary 301 redirect --- content/zh/docs/reference/glossary/annotation.md | 4 ++-- content/zh/docs/reference/glossary/cloud-provider.md | 4 ++-- content/zh/docs/reference/glossary/daemonset.md | 4 ++-- .../zh/docs/reference/glossary/dynamic-volume-provisioning.md | 4 ++-- content/zh/docs/reference/glossary/label.md | 4 ++-- content/zh/docs/reference/glossary/name.md | 4 ++-- content/zh/docs/reference/glossary/namespace.md | 4 ++-- content/zh/docs/reference/glossary/storage-class.md | 4 ++-- content/zh/docs/reference/glossary/uid.md | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/content/zh/docs/reference/glossary/annotation.md b/content/zh/docs/reference/glossary/annotation.md index c5c98c66be..a5da0a060f 100644 --- a/content/zh/docs/reference/glossary/annotation.md +++ b/content/zh/docs/reference/glossary/annotation.md @@ -2,7 +2,7 @@ title: 注解 id: annotation date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations/ short_description: > 注解是以键值对的形式给资源对象附加随机的无法标识的元数据。 @@ -16,7 +16,7 @@ tags: title: Annotation id: annotation date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations/ short_description: > A key-value pair that is used to attach arbitrary non-identifying metadata to objects. diff --git a/content/zh/docs/reference/glossary/cloud-provider.md b/content/zh/docs/reference/glossary/cloud-provider.md index 6204448589..30462f792b 100644 --- a/content/zh/docs/reference/glossary/cloud-provider.md +++ b/content/zh/docs/reference/glossary/cloud-provider.md @@ -2,7 +2,7 @@ title: 云供应商 id: cloud-provider date: 2018-04-12 -full_link: /zh/docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers/ short_description: > 云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。 @@ -16,7 +16,7 @@ tags: title: Cloud Provider id: cloud-provider date: 2018-04-12 -full_link: /zh/docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers/ short_description: > Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. diff --git a/content/zh/docs/reference/glossary/daemonset.md b/content/zh/docs/reference/glossary/daemonset.md index b268005697..ea250d02bc 100644 --- a/content/zh/docs/reference/glossary/daemonset.md +++ b/content/zh/docs/reference/glossary/daemonset.md @@ -2,7 +2,7 @@ title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /zh/docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset/ short_description: > 确保 Pod 的副本在集群中的一组节点上运行。 @@ -18,7 +18,7 @@ tags: title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /zh/docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset/ short_description: > Ensures a copy of a Pod is running across a set of nodes in a cluster. diff --git a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md index 6858cdeded..1d3c67e285 100755 --- a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md +++ b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md @@ -2,7 +2,7 @@ title: 动态卷供应 id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /zh/docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning/ short_description: > 允许用户请求自动创建存储卷。 @@ -17,7 +17,7 @@ tags: title: Dynamic Volume Provisioning id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /zh/docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning/ short_description: > Allows users to request automatic creation of storage Volumes. diff --git a/content/zh/docs/reference/glossary/label.md b/content/zh/docs/reference/glossary/label.md index d35fd15095..c2644dd0d5 100755 --- a/content/zh/docs/reference/glossary/label.md +++ b/content/zh/docs/reference/glossary/label.md @@ -2,7 +2,7 @@ title: 标签 id: label date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > 用来为对象设置可标识的属性标记;这些标记对用户而言是有意义且重要的。 @@ -15,7 +15,7 @@ tags: title: Label id: label date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > Tags objects with identifying attributes that are meaningful and relevant to users. diff --git a/content/zh/docs/reference/glossary/name.md b/content/zh/docs/reference/glossary/name.md index 1c8be25f46..ae6b77e72a 100755 --- a/content/zh/docs/reference/glossary/name.md +++ b/content/zh/docs/reference/glossary/name.md @@ -2,7 +2,7 @@ title: 名称 id: name date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > 客户端提供的字符串,用来指代资源 URL 中的对象,如 `/api/v1/pods/some-name`。 @@ -16,7 +16,7 @@ tags: title: Name id: name date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`. diff --git a/content/zh/docs/reference/glossary/namespace.md b/content/zh/docs/reference/glossary/namespace.md index 3fe9811aa3..29f2108fb9 100644 --- a/content/zh/docs/reference/glossary/namespace.md +++ b/content/zh/docs/reference/glossary/namespace.md @@ -2,7 +2,7 @@ title: 命名空间 id: namespace date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/ short_description: > 命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。 @@ -16,7 +16,7 @@ tags: title: Namespace id: namespace date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/ short_description: > An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster. diff --git a/content/zh/docs/reference/glossary/storage-class.md b/content/zh/docs/reference/glossary/storage-class.md index d164e5c103..ad102de155 100644 --- a/content/zh/docs/reference/glossary/storage-class.md +++ b/content/zh/docs/reference/glossary/storage-class.md @@ -2,7 +2,7 @@ title: 存储类别 id: storageclass date: 2018-04-12 -full_link: /zh/docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes/ short_description: > StorageClass 是管理员用来描述不同的可用存储类型的一种方法。 @@ -17,7 +17,7 @@ tags: title: Storage Class id: storageclass date: 2018-04-12 -full_link: /zh/docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes/ short_description: > A StorageClass provides a way for administrators to describe different available storage types. diff --git a/content/zh/docs/reference/glossary/uid.md b/content/zh/docs/reference/glossary/uid.md index 9a937a2f76..01805ee534 100755 --- a/content/zh/docs/reference/glossary/uid.md +++ b/content/zh/docs/reference/glossary/uid.md @@ -2,7 +2,7 @@ title: UID id: uid date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > 由 Kubernetes 系统生成、用来唯一标识对象的字符串。 @@ -16,7 +16,7 @@ tags: title: UID id: uid date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > A Kubernetes systems-generated string to uniquely identify objects. From 602862b2299c41781bd70a337ac4ce5d98e3b21b Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sat, 22 Aug 2020 21:20:40 +0800 Subject: [PATCH 3/3] add two more pages previously ignored by scripting --- content/zh/docs/reference/glossary/secret.md | 2 +- content/zh/docs/reference/glossary/service-account.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/reference/glossary/secret.md b/content/zh/docs/reference/glossary/secret.md index bd4bcfa5d0..8bbb57df6b 100755 --- a/content/zh/docs/reference/glossary/secret.md +++ b/content/zh/docs/reference/glossary/secret.md @@ -2,7 +2,7 @@ title: Secret id: secret date: 2018-04-12 -full_link: /docs/concepts/configuration/secret/ +full_link: /zh/docs/concepts/configuration/secret/ short_description: > Secret 用于存储敏感信息,如密码、OAuth 令牌和 SSH 密钥。 diff --git a/content/zh/docs/reference/glossary/service-account.md b/content/zh/docs/reference/glossary/service-account.md index a056af3a93..28c7ffd9b6 100755 --- a/content/zh/docs/reference/glossary/service-account.md +++ b/content/zh/docs/reference/glossary/service-account.md @@ -2,7 +2,7 @@ title: 服务账户 id: service-account date: 2018-04-12 -full_link: /docs/tasks/configure-pod-container/configure-service-account/ +full_link: /zh/docs/tasks/configure-pod-container/configure-service-account/ short_description: > 为在 Pod 中运行的进程提供标识。