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

Istio cni node agent install failing in minikube with cilium cni plugin #20286

Open
angelosanramon opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@angelosanramon
Copy link

What Happened?

Created a minikube instance with cilium cni plugin, then deployed istio cni node agent. The istio cni pod not getting created.

istio-system     istio-cni-node-n5kbp                               0/1     Running   0               9m56s

The pod log shows:

2025-01-17T15:25:21.968829Z	warn	Configuration has been reconciled multiple times in a short period of time. This may be due to a conflicting component constantly reverting our work. Hint: Cilium CNI was detected; ensure 'cni.exclusive=false' in the Cilium configuration.

Resoluion:
Re-created minikube instance without cni plugin, then install cilium cni driver manually using helm with --set cni.exclusive=false option. Then installed istio cni node agent successfully.

Attach the log file

The pod log shows:

2025-01-17T15:25:21.968829Z	warn	Configuration has been reconciled multiple times in a short period of time. This may be due to a conflicting component constantly reverting our work. Hint: Cilium CNI was detected; ensure 'cni.exclusive=false' in the Cilium configuration.

Operating System

macOS (Default)

Driver

HyperKit

@angelosanramon angelosanramon changed the title Istio cni install failing in minikube with cilium cni plugin Istio cni node agent install failing in minikube with cilium cni plugin Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant