From 79c400672275dfce3dafc17500f4e889a983fb53 Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Tue, 11 Jun 2024 18:43:22 +0800 Subject: [PATCH] sync ingress-controller style-guide scheduling-hugepages Update ingress-controllers.md --- .../docs/concepts/services-networking/ingress-controllers.md | 3 +++ content/zh-cn/docs/contribute/style/style-guide.md | 4 ++-- .../zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/zh-cn/docs/concepts/services-networking/ingress-controllers.md b/content/zh-cn/docs/concepts/services-networking/ingress-controllers.md index 8e1611e847..44bdb70859 100644 --- a/content/zh-cn/docs/concepts/services-networking/ingress-controllers.md +++ b/content/zh-cn/docs/concepts/services-networking/ingress-controllers.md @@ -130,6 +130,7 @@ Kubernetes 作为一个项目,目前支持和维护 works with the [NGINX](https://www.nginx.com/resources/glossary/nginx/) webserver (as a proxy). * The [ngrok Kubernetes Ingress Controller](https://github.com/ngrok/kubernetes-ingress-controller) is an open source controller for adding secure public access to your K8s services using the [ngrok platform](https://ngrok.com). * The [OCI Native Ingress Controller](https://github.com/oracle/oci-native-ingress-controller#readme) is an Ingress controller for Oracle Cloud Infrastructure which allows you to manage the [OCI Load Balancer](https://docs.oracle.com/en-us/iaas/Content/Balance/home.htm). +* [OpenNJet Ingress Controller](https://gitee.com/njet-rd/open-njet-kic) is a [OpenNJet](https://njet.org.cn/)-based ingress controller. * The [Pomerium Ingress Controller](https://www.pomerium.com/docs/k8s/ingress.html) is based on [Pomerium](https://pomerium.com/), which offers context-aware access policy. * [Skipper](https://opensource.zalando.com/skipper/kubernetes/ingress-controller/) HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress, designed as a library to build your custom proxy. --> @@ -145,6 +146,8 @@ Kubernetes 作为一个项目,目前支持和维护 * [OCI Native Ingress Controller](https://github.com/oracle/oci-native-ingress-controller#readme) 是一个适用于 Oracle Cloud Infrastructure 的 Ingress 控制器,可帮助你管理 [OCI 负载均衡](https://docs.oracle.com/en-us/iaas/Content/Balance/home.htm)。 +* [OpenNJet Ingress Controller](https://gitee.com/njet-rd/open-njet-kic) 是一个基于 + [OpenNJet](https://njet.org.cn/) 的 Ingress 控制器。 * [Pomerium Ingress 控制器](https://www.pomerium.com/docs/k8s/ingress.html) 基于 [Pomerium](https://pomerium.com/),能提供上下文感知的准入策略。 * [Skipper](https://opensource.zalando.com/skipper/kubernetes/ingress-controller/) HTTP diff --git a/content/zh-cn/docs/contribute/style/style-guide.md b/content/zh-cn/docs/contribute/style/style-guide.md index 0e9b1e515b..73cba49278 100644 --- a/content/zh-cn/docs/contribute/style/style-guide.md +++ b/content/zh-cn/docs/contribute/style/style-guide.md @@ -503,11 +503,11 @@ also known as PascalCase. Do not write API kinds with code formatting. Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List. -For more information about PascalCase and code formatting, please review the related guidance on +For more information about PascalCase and code formatting, review the related guidance on [Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects) and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code). -For more information about Kubernetes API terminologies, please review the related +For more information about Kubernetes API terminologies, review the related guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology). --> ### API 资源名称 diff --git a/content/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md b/content/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md index d08cc6a99d..cdbf260105 100644 --- a/content/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md +++ b/content/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md @@ -13,7 +13,7 @@ description: Configure and manage huge pages as a schedulable resource in a clus -{{< feature-state state="stable" >}} +{{< feature-state feature_gate_name="HugePages" >}}