-
Notifications
You must be signed in to change notification settings - Fork 210
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
0.16.17 release regression test failure #2795
Comments
me too $ curl -LO https://github.com/cilium/cilium-cli/releases/download/v0.16.17/cilium-linux-arm64.tar.gz
$ sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
$ cilium install
strconv.ParseUint: parsing "": invalid syntax
|
Experiencing the same |
Switch to using the bridge CNI plugin by default. With the latest playbook fixes it should work now and it is the fastest to set up. The latest cilium release is hosed, so it's a good time to switch: cilium/cilium-cli#2795 Signed-off-by: Krisztian Litkey <[email protected]>
Switch to using the bridge CNI plugin by default. With the latest playbook fixes it should work now and it is the fastest to set up. The latest cilium release is hosed, so it's a good time to switch: cilium/cilium-cli#2795 Signed-off-by: Krisztian Litkey <[email protected]>
Install curl in the release make target so that CILIUM_VERSION gets set properly. Fixes: #2795 Fixes: #2802 Signed-off-by: Michi Mutsuzaki <[email protected]>
Install curl in the release make target so that CILIUM_VERSION gets set properly. Fixes: #2795 Fixes: #2802 Signed-off-by: Michi Mutsuzaki <[email protected]>
thank you for reporting the issue. it's fixed in https://github.com/cilium/cilium-cli/releases/tag/v0.16.18 🙏 |
Switch to using the bridge CNI plugin by default. With the latest playbook fixes it should work now and it is the fastest to set up. The latest cilium release is hosed, so it's a good time to switch: cilium/cilium-cli#2795 Signed-off-by: Krisztian Litkey <[email protected]>
|
hmm that's strange. could you post the output from
|
ah i think i know what's going on. the formula needs to be updated to pass this additional flag: https://github.com/cilium/cilium-cli/blame/b4a467c5c5941c76fac6806c41cce2ea03f6c9b2/Makefile#L18 |
Switch to using the bridge CNI plugin by default. With the latest playbook fixes it should work now and it is the fastest to set up. The latest cilium release is hosed, so it's a good time to switch: cilium/cilium-cli#2795 Signed-off-by: Krisztian Litkey <[email protected]>
Switch to using the bridge CNI plugin by default. With the latest playbook fixes it should work now and it is the fastest to set up. The latest cilium release is hosed, so it's a good time to switch: cilium/cilium-cli#2795 Signed-off-by: Krisztian Litkey <[email protected]>
I see, doing the change now 👍 |
👋 seeing some regression test failure with 0.16.17 build
relates to Homebrew/homebrew-core#189650
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/10857969003/job/30135351920?pr=189650
The text was updated successfully, but these errors were encountered: