sync ingress-controller style-guide scheduling-hugepages
Update ingress-controllers.mdpull/46776/head
parent
98c4285021
commit
79c4006722
|
@ -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
|
||||
|
|
|
@ -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 资源名称
|
||||
|
|
|
@ -13,7 +13,7 @@ description: Configure and manage huge pages as a schedulable resource in a clus
|
|||
|
||||
<!-- overview -->
|
||||
|
||||
{{< feature-state state="stable" >}}
|
||||
{{< feature-state feature_gate_name="HugePages" >}}
|
||||
|
||||
<!--
|
||||
Kubernetes supports the allocation and consumption of pre-allocated huge pages
|
||||
|
|
Loading…
Reference in New Issue