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
I forgot updating this issue. This was due to the pod being scheduled on ARM64 nodes. As most of the images we pull do support ARM64 I assumed these would also support it.
A potential fix is to set a default nodeSelector value kubernetes.io/arch: amd64 in the values.yaml to prevent being scheduled on other architectures. Until the images support all architectures.
marcofranssen
added a commit
to marcofranssen/sigstore-helm-charts
that referenced
this issue
Nov 28, 2022
Due to the toolbelt/netcat initContainer this is the only supported architecture
Resolvessigstore#376
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Description
When deploying the rekor 1.0.0 Helm chart it fails with following errors the following components:
trillian initContainers:
redis:
See below my values file.
Version
rekor 1.0.0 helm-chart
The text was updated successfully, but these errors were encountered: