mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Remove outdated documented Mesos issue that service ports must be named
The described behavior cannot be reproduced in current master anymore. Compare mesosphere/kubernetes-mesos#322
This commit is contained in:
parent
22fc45c98a
commit
f8dd75091d
@ -39,7 +39,6 @@ This is problematic when default Docker networking has been configured, such as
|
|||||||
|
|
||||||
The k8sm project has implemented a work-around: service endpoints are terminated at HostIP:HostPort, where the HostIP is the IP address of the Mesos slave and the HostPort is the host port declared in the pod container port specification.
|
The k8sm project has implemented a work-around: service endpoints are terminated at HostIP:HostPort, where the HostIP is the IP address of the Mesos slave and the HostPort is the host port declared in the pod container port specification.
|
||||||
Host ports that are not defined, or else defined as zero, will automatically be assigned a (host) port resource from a resource offer.
|
Host ports that are not defined, or else defined as zero, will automatically be assigned a (host) port resource from a resource offer.
|
||||||
When using the `controller-manager` provided by this project users should be sure to assign a `name` to each `service.spec.port` object, otherwise errors may reported in the endpoints controller manager regarding non-unique port values (#322).
|
|
||||||
|
|
||||||
To disable the work-around and revert to vanilla Kubernetes service endpoint termination:
|
To disable the work-around and revert to vanilla Kubernetes service endpoint termination:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user