jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Apache License 2.0
183 stars 115 forks source link

ARM64 image #93

Closed Evantage-WS closed 1 year ago

Evantage-WS commented 1 year ago

Hi, I am running K8s on my Macos/M1 and I want to use this helm chart, is it possible that you add an ARM64 version?

I found this repo for bitnami openldap on arm64: https://github.com/Marsu31/bitnami-openldap-arm64/blob/main/bitnami/openldap/2.6/debian-11/Dockerfile

jp-gouin commented 1 year ago

Hi @Evantage-WS , if this image is published on Dockerhub or another container repository, you can update the values.yaml with image.repository pointing to your ARM image.

Evantage-WS commented 1 year ago

Hi @jp-gouin,

Thanks for your answer.

Yes, already tried that, I get the pod up and running, but a lot of network errors in the log, so I stopped testing.

jp-gouin commented 1 year ago

Ok might have been errors related to config user not having the proper name PR is in progress to resolve that However it should not impact the replication and the run of container

What exactly were your errors ?

Evantage-WS commented 1 year ago

Sorry, I already uninstalled it all. The error was somehting like setting up a connection and immediatly there was a reset. The was no ldap client using that server or even installed. The container was up and running, but this was shown in the log.

SamuelLHuber commented 1 year ago

@Evantage-WS the bitnami docker image used as base of this chart seems to have an ARM64 image now listed on dockerhub.

Evantage-WS commented 1 year ago

@SamuelLHuber, thanks for the info

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.