mirror of https://github.com/kubernetes/kops.git
Fix port conflict on etcd-cilium vs dns-controller memberlist
Both were allocated port 3993; etcd-cilium is new and so it is less impactful to renumber that.
This commit is contained in:
parent
de7cc70c3d
commit
86fb6031fd
|
|
@ -30,7 +30,7 @@ const (
|
|||
EtcdEventsGRPC = 3997
|
||||
|
||||
EtcdCiliumQuarantinedClientPort = 3992
|
||||
EtcdCiliumGRPC = 3993
|
||||
EtcdCiliumGRPC = 3991
|
||||
|
||||
// DNSControllerGossipWeaveMesh is the port where dns-controller listens for the weave-mesh backend gossip
|
||||
DNSControllerGossipWeaveMesh = 3998
|
||||
|
|
|
|||
Loading…
Reference in New Issue