Skip to content

Commit b103fa7

Browse files
committed
[zh-cn] sync service ingress
Signed-off-by: xin.li <[email protected]>
1 parent 0e5ef2d commit b103fa7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,10 @@ A minimal Ingress resource example:
171171
An Ingress needs `apiVersion`, `kind`, `metadata` and `spec` fields.
172172
The name of an Ingress object must be a valid
173173
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
174-
For general information about working with config files, see [deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/), [configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/), [managing resources](/docs/concepts/cluster-administration/manage-deployment/).
174+
For general information about working with config files, see
175+
[deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/),
176+
[configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/),
177+
[managing resources](/docs/concepts/cluster-administration/manage-deployment/).
175178
Ingress frequently uses annotations to configure some options depending on the Ingress controller, an example of which
176179
is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/rewrite/README.md).
177180
Different [Ingress controllers](/docs/concepts/services-networking/ingress-controllers) support different annotations.

content/zh-cn/docs/concepts/services-networking/service.md

-2
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,6 @@ spec:
933933
-->
934934
#### 预留 NodePort 端口范围以避免发生冲突 {#avoid-nodeport-collisions}
935935
936-
{{< feature-state for_k8s_version="v1.29" state="stable" >}}
937-
938936
<!--
939937
The policy for assigning ports to NodePort services applies to both the auto-assignment and
940938
the manual assignment scenarios. When a user wants to create a NodePort service that

0 commit comments

Comments
 (0)