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

trillian chart does not deploy on Apple Silicon macs, but it could #589

Open
federico-falconieri-form3 opened this issue Aug 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@federico-falconieri-form3
Copy link

federico-falconieri-form3 commented Aug 17, 2023

The latest trillian chart does not deploy on apple silicon. As is, this is not exactly a bug but a conscious decision introduced in #424 to address #376.
But docker for mac on apple silicon macs can run amd64 images...

Solution: make the node scheduling optional

@federico-falconieri-form3 federico-falconieri-form3 added the bug Something isn't working label Aug 17, 2023
@federico-falconieri-form3
Copy link
Author

federico-falconieri-form3 commented Aug 17, 2023

apologies, this was already resolved by #500. My issue is unrelated.

EDIT: there is a bug related to this.

I've run into this problem by installing the rekor chart, which depends on trillian. The trillian chart is set at version 0.1.17 there BUT the move to chainguard image that removed the node selection (#500) was introduced later... now trillian is at 0.2.8

I'm going to test if it is sufficient to just bump the dependency version

@federico-falconieri-form3
Copy link
Author

Leaving this here, could be useful for others: to install the current version of the rekor chart (1.3.6) on an Apple Silicon mac it is sufficient to use this values file:

trillian:
  logServer:
    nodeSelector:
      kubernetes.io/arch: arm64
  logSigner:
    nodeSelector:
      kubernetes.io/arch: arm64

Although I've resolved the problem on my specific situation, I'll leave it to the maintainers to decide if the issue should be closed or not...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant