Skip to content

Commit 751fd62

Browse files
committed
chore: Adjust discovery ListenerClass
When running the getting started script against a local kind cluster, stackablectl will automatically choose the stable-nodes preset, which works out of the box with both external-stable and external-unstable. However, when using helm, the default preset (ephemeral-nodes) is used and causes OpenSearch cluster pods to not start up, because kind doesn't support LoadBalancers. This is the reason why we chose to do the less invasive change, and change the ListenerClass to external-unstable.
1 parent d470ef5 commit 751fd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/opensearch/examples/getting_started/opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
key: roles_mapping.yml
4747
nodes:
4848
roleConfig:
49-
discoveryServiceListenerClass: external-stable
49+
discoveryServiceListenerClass: external-unstable
5050
roleGroups:
5151
default:
5252
replicas: 3

0 commit comments

Comments
 (0)