Skip to content

Commit 8f7b12f

Browse files
committed
simplification of eck 3.3 statement
1 parent 4ee69a1 commit 8f7b12f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

deploy-manage/remote-clusters/_snippets/eck_rcs_expose.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ kubectl expose service quickstart-es-remote-cluster \
2222

2323
:::{applies-item} eck: ga 3.3
2424

25-
Starting in ECK 3.3, you can customize the service used for the remote cluster interface directly in the {{es}} resource. This allows you to choose the `Service` type or apply any supported `spec` fields without creating a separate Kubernetes Service.
26-
27-
For example, the manifest below configures the remote cluster service as a `LoadBalancer`:
25+
Starting in ECK 3.3, you can expose the remote cluster service (defaults to port 9443) directly from the {{es}} resource manifest:
2826

2927
```yaml
3028
apiVersion: elasticsearch.k8s.elastic.co/v1
@@ -45,8 +43,6 @@ spec:
4543
...
4644
```
4745
1. On cloud providers that support external load balancers, setting the type to `LoadBalancer` provisions a load balancer for your service. Alternatively, expose the service `<cluster-name>-es-remote-cluster` through one of the Kubernetes Ingress controllers that support TCP services.
48-
49-
You can also configure other service types (such as `NodePort`) or attach annotations required by your environment.
5046
:::
5147
::::
5248

0 commit comments

Comments
 (0)