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

feat: add efk for log collection #113

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CraigMChen
Copy link

Ⅰ. Describe what this PR did

add efk for log collection

Ⅱ. Does this pull request fix one issue?

fixes alibaba/higress#43

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2023

CLA assistant check
All committers have signed the CLA.

helm/templates/elasticsearch.yaml Outdated Show resolved Hide resolved
helm/templates/elasticsearch.yaml Outdated Show resolved Hide resolved
spec:
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we should allow user to change versions when installing.

helm/values.yaml Outdated
memory: 256Mi
volumeClaim:
accessMode: ReadWriteOnce
Copy link
Collaborator

Choose a reason for hiding this comment

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

If the K8s cluster have multiple nodes, should we use ReadWriteOnce or ReadWriteMany?

helm/values.yaml Outdated
es:
host: elasticsearch.{{ .Values.elasticsearch.namespace }}
port: 9200
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like this value is never used.

@CraigMChen CraigMChen requested a review from CH3CHO March 1, 2023 14:40
@CH3CHO
Copy link
Collaborator

CH3CHO commented May 9, 2023

@CraigMChen Hello, Is there any progress on this work? Could you resolve the conflicts first?

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