Skip to content

Commit b423476

Browse files
authored
Merge pull request #27959 from stoned/nodeport-ref
Fix link to nodeport Service type
2 parents 4ee9430 + d299e40 commit b423476

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/kubernetes-api/service-resources

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubernetes-api/service-resources/service-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ServiceSpec describes the attributes that a user creates on a service.
9696

9797
- **ports.nodePort** (int32)
9898

99-
The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
99+
The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport
100100

101101
- **ports.appProtocol** (string)
102102

0 commit comments

Comments
 (0)