st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

feat: multiplatform build setup - linux/arm64 #113

Closed kkulak closed 3 months ago

kkulak commented 3 months ago

Description

I couldn't run your operator on the EKS with ARM nodes, but I've managed to build the image locally with linux/armd64 target platform. I had to upgrade bitnami/kubectl:1.21.8 as well, because it was not supporting multiplatform builds: right now it does.

It's my first contribution to the project, so please check the changes carefully.

Is there any chance to get this reviewed, merged and released anytime soon? @gold-kou @R-HNF

Checklist

Please check if applicable

Might be related to https://github.com/st-tech/gatling-operator/issues/74

kkulak commented 3 months ago

@kane8n @gold-kou thanks for the reviews! May I ask one of You to merge the PR and release the operator? I don't have the required permissions to do it on my own.

kane8n commented 3 months ago

@kkulak Thanks for the PR, we released it as v0.9.5!