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
The following AWS documentation guides us on how to install using fluent-bit-compatible.yaml.
Set up Fluent Bit as a DaemonSet to send logs to CloudWatch Logs - Amazon CloudWatch
Download and deploy the Fluent Bit daemonset to the cluster by running one of the following commands. (snip) ・If you want the Fluent Bit configuration that is more similar to Fluentd, run this command. kubectl apply -f https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml
However, currently only docker is specified in the fluent-bit-compatible.yaml parser, and cri is not specified.
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml
Line 99 in 5215e6d
I think it needs to be fixed in the same way fluent-bit.yaml
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml
Line 71 in 5215e6d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following AWS documentation guides us on how to install using fluent-bit-compatible.yaml.
Set up Fluent Bit as a DaemonSet to send logs to CloudWatch Logs - Amazon CloudWatch
However, currently only docker is specified in the fluent-bit-compatible.yaml parser, and cri is not specified.
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml
Line 99 in 5215e6d
I think it needs to be fixed in the same way fluent-bit.yaml
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml
Line 71 in 5215e6d
The text was updated successfully, but these errors were encountered: