-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elasticsearch): improve post install notes (#623)
- Loading branch information
1 parent
d9d9c03
commit c5b53ba
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
Use `plural watch datahub` to track the status of your application | ||
Use `plural watch elasticsearch` to track the status of your application. When it's fully provisioned, you can fetch the creds by running: | ||
|
||
``` | ||
kubectl get secret elasticsearch-es-elastic-user -n elasticsearch -o go-template --template="{{.data.elastic | base64decode}}" | ||
``` | ||
|
||
The username will always be `elastic`. | ||
|
||
We also deploy a kibana instance available at {{ .Values.hostname }} | ||
|
||
|