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

Multi-platform Support for InfluxDB v1 on Docker/Helm ( linux/arm64 ) #25367

Open
GotoRen opened this issue Sep 19, 2024 · 0 comments
Open

Multi-platform Support for InfluxDB v1 on Docker/Helm ( linux/arm64 ) #25367

GotoRen opened this issue Sep 19, 2024 · 0 comments

Comments

@GotoRen
Copy link

GotoRen commented Sep 19, 2024

Use case:

Currently, when using the InfluxDB Helm Charts with Docker-Desktop Kubernetes Engine, the influxdb:1.8.10-alpine image is automatically selected. However, the container registry does not contain a Docker image that supports ARM-based operating systems.

Proposal:

Provide an official Docker image for InfluxDB v1 that supports linux/arm64.
Update the Helm charts to allow users to select the architecture-specific image versions.

Current behaviour:

│ Events:                                                                                                                                                                                                                                     │   Type     Reason            Age                From               Message
│   ----     ------            ----               ----               -------                                                                                                                                                                  │   Warning  FailedScheduling  100s               default-scheduler  0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
│   Normal   Scheduled         99s                default-scheduler  Successfully assigned influxdb/influxdb-0 to docker-desktop                                                                                                              │   Normal   BackOff           20s (x4 over 95s)  kubelet            Back-off pulling image "influxdb:1.8.10-alpine"
│   Warning  Failed            20s (x4 over 95s)  kubelet            Error: ImagePullBackOff                                                                                                                                                  │   Normal   Pulling           8s (x4 over 98s)   kubelet            Pulling image "influxdb:1.8.10-alpine"
│   Warning  Failed            5s (x4 over 96s)   kubelet            Failed to pull image "influxdb:1.8.10-alpine": no matching manifest for linux/arm64/v8 in the manifest list entries                                                      │   Warning  Failed            5s (x4 over 96s)   kubelet            Error: ErrImagePull

Desired behaviour:
With the growing number of ARM-based devices, especially with the popularity of ARM-based servers and developer boards, having multi-platform support becomes increasingly important. The flexibility to run InfluxDB v1 on these devices would greatly broaden its usability and appeal.

Alternatives considered:
The best approach for cases where InfluxDB v1 needs to be used would be to build the image manually. Although switching to InfluxDB v2 is an option, it is not compatible with InfluxDB v1.

I believe it is crucial for the InfluxDB v1 Docker image to support multi-platform ( more specifically, linux/arm64 ).

Thank you for considering this request!

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

1 participant