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

ship logs to loomsystems #227

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

ship logs to loomsystems #227

wants to merge 6 commits into from

Conversation

yatirdagan
Copy link

No description provided.

yatirdagan added 4 commits November 20, 2018 15:37
Signed-off-by: yatirdagan <yatir1230@gmail.com>
Signed-off-by: yatirdagan <yatir1230@gmail.com>
Signed-off-by: yatirdagan <yatir1230@gmail.com>
Signed-off-by: yatirdagan <yatir1230@gmail.com>
@repeatedly
Copy link
Member

Do other users want this image?
I'm not sure loomsystems is popular in k8s environemnt so
I can't judge loomsystems destination should be supported or not in official images.

@yatirdagan
Copy link
Author

yatirdagan commented Dec 6, 2018 via email

- name: FLUENT_UID
value: "0"
- name: LOOM_RECIEVER_HOST
value: "129.213.38.169"

Choose a reason for hiding this comment

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

Is this the correct IP? It doesn't resolve to any domain name.

Copy link
Author

Choose a reason for hiding this comment

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

fixed

imagePullPolicy: Always
env:
- name: FLUENT_UID
value: "0"

Choose a reason for hiding this comment

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

In the other images we don't set this by default but leave it to the user. Don't think we should be changing that here.

Copy link
Author

Choose a reason for hiding this comment

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

fixed

- name: LOOM_RECIEVER_HOST
value: "129.213.38.169"
- name: LOOM_RECIEVER_SSL_PORT
value: "9999"

Choose a reason for hiding this comment

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

Are these ports correct? They are non-standard ports.

Copy link
Author

@yatirdagan yatirdagan Dec 6, 2018

Choose a reason for hiding this comment

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

fixed, these setting will defined by the user

imagePullPolicy: Always
env:
- name: LOOM_RECIEVER_HOST
value: "{{RECEIVER HOST}}"

Choose a reason for hiding this comment

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

If these are meant to be set by the user we should mention in the docs that they are expected to set these.

@repeatedly
Copy link
Member

BTW, we dropped v0.12 and alpine version support before: https://github.com/fluent/fluentd-kubernetes-daemonset#alpine-linux-this-is-deprecated-use-debian-images-instead
If you want to support loomsystems, please use debian images.

And you need to add you to maintainer list: https://github.com/fluent/fluentd-kubernetes-daemonset#maintainers

@cosmo0920 cosmo0920 added the pending Can't merge by some reason label Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending Can't merge by some reason
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants