Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recipe for elasticsearch. #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added recipe for elasticsearch. #27

wants to merge 1 commit into from

Conversation

ameydev
Copy link
Contributor

@ameydev ameydev commented May 31, 2021

No description provided.

@ameydev ameydev requested a review from PrasadG193 May 31, 2021 14:21
name: elastic
url: https://helm.elastic.co
type: helm
namespace: ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we set some default namespace?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay sure.

@PrasadG193
Copy link
Member

@PrasadG193
Copy link
Member

Same for Kibana. Do we need to create Kibana CR as well?
https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-kibana.html

@PrasadG193
Copy link
Member

As described in - https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-kibana.html, we should also print a note containing - username, password, and link to dashboard

- Recipe for ELC stack with eck-operator
retry=0
while true;
do
currentState=$(kubectl -n elastic-system get elasticsearches elasticsearch -o jsonpath='{.status.health}')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"elasticsearches" - typo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants