Document name restrictions for multi-port services (#9282)
* Document name restrictions for multi-port services Add note in documentation about port name restrictions. * fix whitespace undo unrelated whitespace deletion
This commit is contained in:
@@ -267,6 +267,8 @@ spec:
|
|||||||
targetPort: 9377
|
targetPort: 9377
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that the port names must only contain lowercase alphanumeric characters and `-`, and must begin & end with an alphanumeric character. `123-abc` and `web` are valid, but `123_abc` and `-web` are not valid names.
|
||||||
|
|
||||||
## Choosing your own IP address
|
## Choosing your own IP address
|
||||||
|
|
||||||
You can specify your own cluster IP address as part of a `Service` creation
|
You can specify your own cluster IP address as part of a `Service` creation
|
||||||
|
|||||||
Reference in New Issue
Block a user