File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/opensearch/examples/getting_started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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[]
151151kubectl port-forward services/opensearch-dashboards 5601 > /dev/null 2>&1 &
152152# end::opensearch-dashboards-port-forwarding[]
Original file line number Diff line number Diff 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[]
151151kubectl port-forward services/opensearch-dashboards 5601 > /dev/null 2>&1 &
152152# end::opensearch-dashboards-port-forwarding[]
You can’t perform that action at this time.
0 commit comments