Skip to content

Commit fcfcc73

Browse files
Xudong Liutengqm
andauthored
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <[email protected]>
1 parent 469b890 commit fcfcc73

File tree

1 file changed

+3
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+3
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,9 @@ Any default load balancer implementation (for example, the one provided by
642642
the cloud provider) will ignore Services that have this field set.
643643
`spec.loadBalancerClass` can be set on a Service of type `LoadBalancer` only.
644644
Once set, it cannot be changed.
645-
The value of `spec.loadBalancerClass` must be a label-style identifier, with an optional prefix, e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users.
645+
The value of `spec.loadBalancerClass` must be a label-style identifier,
646+
with an optional prefix such as "`internal-vip`" or "`example.com/internal-vip`".
647+
Unprefixed names are reserved for end-users.
646648
You must enable the `ServiceLoadBalancerClass` feature gate to use this field.
647649

648650
#### Internal load balancer

0 commit comments

Comments
 (0)