loxilb-io / loxilb

eBPF based cloud-native load-balancer for Kubernetes|Edge|Telco|IoT|XaaS.
https://www.loxilb.io
Apache License 2.0
1.5k stars 122 forks source link

k3s base sanity fails #819

Closed RMinusS closed 1 month ago

RMinusS commented 2 months ago

Describe the bug I am trying to run k3s-base-sanity cicd locally in my system but it fails. When I checked even the main repository reports some failure : https://github.com/loxilb-io/loxilb/actions/workflows/k3s-base-sanity.yml

To Reproduce

 cd cicd/k3s-base-sanity/
 ./config.sh 
 ./validation.sh

Expected behavior It should work fine.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Sometimes it does works fine.

TrekkieCoder commented 1 month ago

@RMinusS Can you double check again with latest images ?

RMinusS commented 1 month ago

@TrekkieCoder Thanks a lot for quick response and fix. Works like a charm now.