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

Fluent bit does not run as a daemonset when using the fluent operator #1005

Closed
anthonyoride opened this issue Dec 1, 2023 · 2 comments
Closed

Comments

@anthonyoride
Copy link

anthonyoride commented Dec 1, 2023

Bug Report

Describe the bug
i have deployed fluentbit using the operator following the official guide https://github.com/kubesphere-sigs/fluent-operator-walkthrough. however i don't see the fluent bit daemonsets.

To Reproduce

  • Steps to reproduce the problem:

below is my resource definition as seen from the official guide

apiVersion: fluentbit.fluent.io/v1alpha2
kind: FluentBit
metadata:
name: fluent-bit
namespace: fluent
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: kubesphere/fluent-bit:v1.8.11
positionDB:
hostPath:
path: /var/lib/fluent-bit/
resources:
requests:
cpu: 10m
memory: 25Mi
limits:
cpu: 500m
memory: 200Mi
fluentBitConfigName: fluent-bit-only-config
tolerations:
- operator: Exists

Expected behavior
with the above custom resource, fluent bits daemonsets should be created

@patrick-stephens
Copy link

Please raise on the operator repo: https://github.com/fluent/fluent-operator

@patrick-stephens patrick-stephens transferred this issue from fluent/fluent-bit Dec 1, 2023
Copy link

github-actions bot commented Dec 1, 2023

@anthonyoride this issue was automatically closed because it did not follow the issue template

@github-actions github-actions bot closed this as completed Dec 1, 2023
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

No branches or pull requests

2 participants