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

Cilium on rp4 fails to start #4194

Closed
githubcdr opened this issue Sep 6, 2021 · 6 comments
Closed

Cilium on rp4 fails to start #4194

githubcdr opened this issue Sep 6, 2021 · 6 comments

Comments

@githubcdr
Copy link

Bug Report

Cilium deploy does not work on ARM platform

Description

Cilium on rp4 is installed with wrong architecture

Logs

wrong exec format

Environment

Client:
Tag: v0.12.0
SHA: ff9681a
Built:
Go version: go1.16.7
OS/Arch: linux/amd64
Server:
NODE: 10.18.24.106
Tag: v0.12.0
SHA: ff9681a
Built:
Go version: go1.16.7
OS/Arch: linux/arm64
Enabled: RBAC

@smira
Copy link
Member

smira commented Sep 6, 2021

There's nothing related to Talos here, usually this error means that Cilium doesn't support arm64.

@xunholy
Copy link
Contributor

xunholy commented Oct 17, 2021

You'll want to specify "none" when selecting the CNI in your setup during Talos, then you'll want to use the Cilium v1.10+ which includes the arm64 image post this version. The exact values and steps I use are captured here if you wish to look @githubcdr https://github.com/xUnholy/k8s-gitops/tree/main/k8s/namespaces/base/kube-system/cilium/install

Just remember to change the respective values for IPs/CIDRs to your desired ones and you will have a working Cilium CNI running on Talos. 🙏

@githubcdr
Copy link
Author

Thanks, will give it a try

@githubcdr
Copy link
Author

Installing cilium works on Talos with following command;

helm install cilium cilium/cilium --set nodeinit.enabled=false --namespace kube-system

The node init process will fail with following error if installed vanilla;

nsenter: failed to execute sh: No such file or directory

@smira
Copy link
Member

smira commented Nov 15, 2021

see also cilium/cilium#16771

@smira smira closed this as completed Nov 15, 2021
@smira
Copy link
Member

smira commented Nov 15, 2021

And cilium/cilium#17883

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants