gchq / Palisade

A Tool for Complex and Scalable Data Access Policy Enforcement
Apache License 2.0
96 stars 18 forks source link

etcd port number defaults clashing with k8s #339

Closed nw1984 closed 5 years ago

nw1984 commented 5 years ago

Port numbers 2379 and 2380 are default ports for kubernetes. startETCD.sh reports the following docker: Error response from daemon: driver failed programming external connectivity on endpoint etcd-gcr-v3.3.12 (be02d120bdeebd4042690c451a91b9cac97493edc16d538edfc0babab5e8586e): Error starting userland proxy: listen tcp 0.0.0.0:2380: bind: address already in use.

if run with kubernetes enabled. This ticket should move the etcd ports for palisade to something other than 2379 and 2380

ac74475 commented 5 years ago

We should change the default etcd ports for the example deployments to use different ports

ac74475 commented 5 years ago

merged into develop