Skip to content

Commit 5adb39d

Browse files
committed
Multicast is no longer built-in or needed to run on Kubernetes.
1 parent d9dff44 commit 5adb39d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

elasticsearch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ cloud:
2828
namespace: ${NAMESPACE}
2929
discovery:
3030
type: kubernetes
31-
zen.ping.multicast.enabled: false

run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export NODE_MASTER=${NODE_MASTER:-true}
1313
export NODE_DATA=${NODE_DATA:-true}
1414
export HTTP_ENABLE=${HTTP_ENABLE:-true}
1515
export NETWORK_HOST=${NETWORK_HOST:-_site_}
16-
export MULTICAST=${MULTICAST:-true}
1716
export HTTP_CORS_ENABLE=${HTTP_CORS_ENABLE:-true}
1817
export HTTP_CORS_ALLOW_ORIGIN=${HTTP_CORS_ALLOW_ORIGIN:-*}
1918

0 commit comments

Comments
 (0)