【问题标题】:While Setting up Fluent Bit as a DaemonSet to send logs to CloudWatch Logs getting error as Failed to pull image将 Fluent Bit 设置为 DaemonSet 以将日志发送到 CloudWatch Logs 时出现错误,因为无法提取图像
【发布时间】:2021-12-15 09:41:28
【问题描述】:

我需要使用 FluentBit 将集群日志发送到 Cloudwatch 我已经设置了 fluentbit 守护进程,但是在运行命令时

kubectl get pods -n amazon-cloudwatch

出现以下错误:

Failed to pull image amazon/aws-for-fluent-bit:2.10.0: rpc error: code 
= Unknown desc = Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit Warning Failed 19 minutes kubelet Error: ErrImagePull Normal BackOff 19 minutes kubelet Back-off pulling image amazon/aws-for-fluent-bit:2.10.0 Warning Failed 19 minutes kubelet Error: ImagePullBackOff

谁能帮忙解决这个问题?

提前致谢。

【问题讨论】:

    标签: amazon-web-services amazon-eks amazon-cloudwatchlogs fluent-bit


    【解决方案1】:

    从 AWS 公共 ECR 而不是 dockerhub 中提取您的 AWS Fluent Bit 图像,将您的图像 url 更改为:public.ecr.aws/aws-observability/aws-for-fluent-bit:stable

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-19
      • 2020-02-27
      • 2020-11-08
      • 2020-01-25
      • 2022-12-05
      • 2016-11-07
      相关资源
      最近更新 更多