File tree Expand file tree Collapse file tree
docs/modules/opensearch/examples/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
139139kubectl create secret generic opensearch-credentials \
140140 --from-literal kibanaserver=E4kENuEmkqH3jyHC
141141
142+ # Hide notes because they are very confusing in combination with the port forward below.
142143helm install opensearch-dashboards opensearch-dashboards \
143144 --repo https://opensearch-project.github.io/helm-charts \
144145 --version 3.6.0 \
145146 --values opensearch-dashboards-values.yaml \
147+ --hide-notes \
146148 --wait
147149# end::opensearch-dashboards[]
148150
Original file line number Diff line number Diff line change @@ -139,10 +139,12 @@ echo "Using OpenSearch Dashboards"
139139kubectl create secret generic opensearch-credentials \
140140 --from-literal kibanaserver=E4kENuEmkqH3jyHC
141141
142+ # Hide notes because they are very confusing in combination with the port forward below.
142143helm install opensearch-dashboards opensearch-dashboards \
143144 --repo https://opensearch-project.github.io/helm-charts \
144145 --version 3.6.0 \
145146 --values opensearch-dashboards-values.yaml \
147+ --hide-notes \
146148 --wait
147149# end::opensearch-dashboards[]
148150
You can’t perform that action at this time.
0 commit comments