influxdata / influxdata/helm-charts
Failed to deploy Telegraf
- Dominant language
- Mustache
- Stars
- 257
- Forks
- 347
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 9
Description
I am trying to deploy Telegraf by its helm chart to Kubernetes.
However, when I follow the readme by https://github.com/influxdata/helm-charts
```sh
helm repo add influxdata https://helm.influxdata.com/
helm upgrade --install my-release influxdata/telegraf
```
I got error
> Failed to pull image "telegraf:1.24-alpine": rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/library/telegraf:1.24-alpine": no match for platform in manifest: not found
Usually, the image name is `docker.io/someOrganization/telegraf:1.24-alpine`, however, Telegraf image is not under an org at https://hub.docker.com/_/telegraf
I am thinking should `docker.io/library/telegraf:1.24-alpine` be `docker.io/telegraf:1.24-alpine`?
Any idea? Thanks! 😃
Contributor guide
Research direction
Start with the Telegraf Helm chart and the README installation commands, then inspect how the chart configures the container image repository and tag. Reproduce the reported install and verify whether the configured image reference supports the target Kubernetes platform; done means the chart installs successfully with a pullable Telegraf image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100