-
Notifications
You must be signed in to change notification settings - Fork 337
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
init container - iptables-nft-restore failed #12658
Comments
@dbones It seems like the kernel on your cluster nodes doesn't fully support iptables (maybe some modules are missing?). If you're using non-standard hardware (like an Orange PI), make sure the OS installed on these machines includes full iptables support. |
Closing. If @bartsmykla suggestion doesn't help, feel free to reopen |
hi, this is not my best area of expertise, (and from my extremely limited understanding, i think i have the correct modules now, but im not really sure.... any help would be greatly appricated as i would love to test this software out for a number of other larger projects) my setup on the orange-pi
I have tried the following (but it did not work, still have the same error) Missing modules Identified that i did not have tried iptables (with nf_tables and then legacy)
now its set to
Checked the CNI output (i think, and it doe snot look liek there are any issues)
Checked with AI (because i have no idea what else to do) it also said try doing
|
forgot to mention, here is the mods in this area i have loaded
|
Removing closed state labels due to the issue being reopened. |
Kuma Version
2.9.3
Describe the bug
deploying the demo application (kumahq/kuma-demo)
as kubernetes sets up the pods, the init container on both (redis, and demo-app), does not work, with a failed code
To Reproduce
kuma 2.9.3 has been installed onto the K3s Cluster (Arm CPU) using GitOps
helm chart setttings:
deploy application
Expected behavior
application should be deployed, added to the mesh with a working side car
Additional context (optional)
Cluster
Overview
Pod
The text was updated successfully, but these errors were encountered: