Skip to content

Commit a9fa101

Browse files
authored
Merge pull request #46776 from asa3311/sync-zh-125
[zh] sync ingress-controller style-guide scheduling-hugepages
2 parents cb77066 + 79c4006 commit a9fa101

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

content/zh-cn/docs/concepts/services-networking/ingress-controllers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Kubernetes 作为一个项目,目前支持和维护
130130
works with the [NGINX](https://www.nginx.com/resources/glossary/nginx/) webserver (as a proxy).
131131
* 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).
132132
* 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).
133+
* [OpenNJet Ingress Controller](https://gitee.com/njet-rd/open-njet-kic) is a [OpenNJet](https://njet.org.cn/)-based ingress controller.
133134
* 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.
134135
* [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.
135136
-->
@@ -145,6 +146,8 @@ Kubernetes 作为一个项目,目前支持和维护
145146
* [OCI Native Ingress Controller](https://github.com/oracle/oci-native-ingress-controller#readme)
146147
是一个适用于 Oracle Cloud Infrastructure 的 Ingress 控制器,可帮助你管理
147148
[OCI 负载均衡](https://docs.oracle.com/en-us/iaas/Content/Balance/home.htm)
149+
* [OpenNJet Ingress Controller](https://gitee.com/njet-rd/open-njet-kic) 是一个基于
150+
[OpenNJet](https://njet.org.cn/) 的 Ingress 控制器。
148151
* [Pomerium Ingress 控制器](https://www.pomerium.com/docs/k8s/ingress.html)
149152
基于 [Pomerium](https://pomerium.com/),能提供上下文感知的准入策略。
150153
* [Skipper](https://opensource.zalando.com/skipper/kubernetes/ingress-controller/) HTTP

content/zh-cn/docs/contribute/style/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,11 +503,11 @@ also known as PascalCase. Do not write API kinds with code formatting.
503503
504504
Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List.
505505
506-
For more information about PascalCase and code formatting, please review the related guidance on
506+
For more information about PascalCase and code formatting, review the related guidance on
507507
[Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects)
508508
and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code).
509509
510-
For more information about Kubernetes API terminologies, please review the related
510+
For more information about Kubernetes API terminologies, review the related
511511
guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology).
512512
-->
513513
### API 资源名称

content/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Configure and manage huge pages as a schedulable resource in a clus
1313

1414
<!-- overview -->
1515

16-
{{< feature-state state="stable" >}}
16+
{{< feature-state feature_gate_name="HugePages" >}}
1717

1818
<!--
1919
Kubernetes supports the allocation and consumption of pre-allocated huge pages

0 commit comments

Comments
 (0)