We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
Please raise on the operator repo: https://github.com/fluent/fluent-operator
Sorry, something went wrong.
@anthonyoride this issue was automatically closed because it did not follow the issue template
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: