Skip to content

Commit d470ef5

Browse files
committed
chore: Add hint about port forward
1 parent 5d2d3fe commit d470ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/opensearch/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ helm install opensearch-dashboards opensearch-dashboards \
146146
--wait
147147
# end::opensearch-dashboards[]
148148

149-
echo "Starting port-forwarding of port 5601"
149+
echo "Starting port-forwarding of port 5601 (press Ctrl+C to exit early)"
150150
# tag::opensearch-dashboards-port-forwarding[]
151151
kubectl port-forward services/opensearch-dashboards 5601 > /dev/null 2>&1 &
152152
# end::opensearch-dashboards-port-forwarding[]

docs/modules/opensearch/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ helm install opensearch-dashboards opensearch-dashboards \
146146
--wait
147147
# end::opensearch-dashboards[]
148148

149-
echo "Starting port-forwarding of port 5601"
149+
echo "Starting port-forwarding of port 5601 (press Ctrl+C to exit early)"
150150
# tag::opensearch-dashboards-port-forwarding[]
151151
kubectl port-forward services/opensearch-dashboards 5601 > /dev/null 2>&1 &
152152
# end::opensearch-dashboards-port-forwarding[]

0 commit comments

Comments
 (0)