-
Notifications
You must be signed in to change notification settings - Fork 9
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
Install Meridio on kind cluster: proxy-load-balancer-a1-xxx stuck failed Readiness probe #429
Comments
I haven't tried these instructions recently. You can try this to setup your KinD cluster (Spire, NSM, GW/TG):
And then you can install Meridio like this:
And Multus you can install in the same way
|
Hi @LionelJouin , Thanks for responses, The pods proxy-load-balancer still not ready
Pod stateless-lb-frontend-attr-1 were stuck at INIT/crash state as before. Regards, |
In that case the first thing to check is if the interface in the attractor instance exist and what is the bird status. It seems similar to this tutorial case: https://meridio.nordix.org/training/troubleshooting-ctf/scenario-2 The logs of the frontend container could be also useful |
Hi @LionelJouin , Do I need to create NetworkAttachmentDefinition meridio-nad like in ? Regards, |
If you use a network-attachment type of interface in your attractor, then yes, you will need to create a NAD (NetworkAttachmentDefinition) |
Hi @LionelJouin ,
Now, all pods are up and running
I'll try to use network-attachment type later. Regards, |
Hi @LionelJouin , Regards, Regards, |
Hi,
I'm following up instructions https://meridio.nordix.org/docs/demo/multus-kind-ovs/#installation
to install Meridio on kind cluster.
However, some pods got not-ready state as below
ipam-trench-a-0 1/1 Running 0 6m41s
meridio-operator-548db54687-njlcw 1/1 Running 0 7m35s
nsp-trench-a-0 1/1 Running 0 6m41s
proxy-load-balancer-a1-9mfq6 0/1 Running 0 6m40s
proxy-load-balancer-a1-p5mrg 0/1 Running 0 6m39s
stateless-lb-frontend-attr-1-7b6d9d56f7-6gtd4 0/2 Init:CrashLoopBackOff 6 (35s ago) 6m41s
stateless-lb-frontend-attr-1-7b6d9d56f7-9x4sv 0/2 Init:CrashLoopBackOff 6 (42s ago) 6m41s
k describe pod proxy-load-balancer-a1-9mfq6 -n red
Warning Unhealthy 17s (x29 over 4m17s) kubelet Readiness probe failed: service unhealthy (responded with "NOT_SERVING")
k describe pod stateless-lb-frontend-attr-1-7b6d9d56f7-6gtd4 -n red
Args:
-c
sysctl -w net.ipv4.conf.all.forwarding=1 ; sysctl -w net.ipv4.fib_multipath_hash_policy=1 ; sysctl -w net.ipv4.conf.all.rp_filter=0 ; sysctl -w net.ipv4.conf.default.rp_filter=0 ; sysctl -w net.ipv6.conf.all.forwarding=1 ; sysctl -w net.ipv6.fib_multipath_hash_policy=1
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 1
Started: Tue, 13 Jun 2023 23:35:43 +1000
Finished: Tue, 13 Jun 2023 23:35:43 +1000
Ready: False
Warning BackOff 11m (x4 over 12m) kubelet Back-off restarting failed container
I followed strictly the step in https://meridio.nordix.org/docs/demo/multus-kind-ovs/#installation
Still don't know why pod of proxy and frond-end are not up/running
I need your help to install Meridio on kind cluster.
Is there any prerequisite when installing Meridio on kind cluster?
Regards,
Duong
The text was updated successfully, but these errors were encountered: