You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying the helm chart with default values does not work on an arm64 node.
$kubectl get pods
NAME READY STATUS RESTARTS AGE
passbolt-job-create-gpg-keys-v2nnc 0/1 CrashLoopBackOff 4 (80s ago) 3m24s
$ kubectl logs passbolt-job-create-gpg-keys-v2nnc
gpg: keybox '/var/lib/passbolt/.gnupg/pubring.kbx' created
gpg: /var/lib/passbolt/.gnupg/trustdb.gpg: trustdb created
gpg: directory '/var/lib/passbolt/.gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/var/lib/passbolt/.gnupg/openpgp-revocs.d/9641A262B547F112675D97F13808BB375FCA444E.rev'
gpg: WARNING: unsafe ownership on homedir '/var/lib/passbolt/.gnupg'
gpg: WARNING: unsafe ownership on homedir '/var/lib/passbolt/.gnupg'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 138 100 138 0 0 814 0 --:--:-- --:--:-- --:--:-- 816
100 54.6M 100 54.6M 0 0 54.9M 0 --:--:-- --:--:-- --:--:-- 81.8M
/bin/bash: line 38: ./kubectl: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered:
cgiraldo
added a commit
to cgiraldo/charts-passbolt
that referenced
this issue
Dec 17, 2024
Thank you for using the passbolt helm chart. In order to solve you issue there is an environment variable to configure the kubectl binary download command so you download the kubectl for the desired architecture. I hope this solve your issue, otherwise let us know.
Deploying the helm chart with default values does not work on an arm64 node.
The text was updated successfully, but these errors were encountered: