-
Notifications
You must be signed in to change notification settings - Fork 64
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
Konnectivity is not offered, and therefore no eBPF for Cilium #4737
Comments
This could be traced back to the missing feature gate for Konnectivity. I thought it defaults to Maybe the by default recommended configuration of the |
Hi @almereyda |
Am I right in concluding then, that this is rather a documentation issue for now, and should be closed here, relocated into |
Before we move the issue around, can you please clarify what problem you see with the current documentation? https://docs.kubermatic.com/kubermatic/v2.20/tutorials_howtos/networking/cni_cluster_network/#enabling-konnectivity-in-kubermaticconfiguration seems to point out that you need the feature gate to use Konnectivity. |
also:
|
Sorry that I'm sometimes having a really hard time following the documentation. This page did not come into my eyes when following the installation instructions, until I encountered my perceived error from the OP. The steps are sometimes spread accross many places, outdated kubermatic/docs#1126, and not linearily written. One jumps across many areas of the documentation when setting up the whole stack. You are very right that the requested information is there in the documentation, for me it was just not easily discoverable. I think I'm easily distracted by the always present sidebar, a little lost on individual documents without a scrolling ToC and sometimes don't realise which links and backlinks exist within pages: which section asks me to follow another section first, before proceeding, from where are sections linked, and in which order do the steps need to be followed. Sometimes colourful info boxes could help my eyes to find rest between the interchangeable code snippets, screenshots and text deserts. And to be even more frank: I think I was misguided by kubermatic/kubermatic#8129 and didn't understand that it talks about enabling Konnectivity on newly create user clusters by default within the dashboard and always thought that this ticket also enabled Konnectivity within the seed cluster deployment by default. I think the Metrics, Logging & Aggregation plus the Networking sections from within the Tutorials & How-tos actually need to be part of Installation instead, because they are required for a fully working installation. |
Thanks a lot for the feedback, this is super valuable as an outside perspective. I think the idea behind this being on separate pages is that it's optional features you can also add to your KKP installation later on if you want/need them (not saying this is the only way to do it though). Making every optional choice during the initial setup feels very confusing to be honest.
Hope it's okay for me to quizz you a bit (more feedback helps us better pinpoint the problem) - for MLA I see your point about maybe being in Installation, but can you point out the sections of Networking you needed for a fully working installation? Is it the Konnectivity part? Because I don't think we'd consider that a requirement for a fully working installation right now. Things hidden behind a feature gate never should be integral to a functional KKP installation. |
Actually I should have been aware of this, yet due to the spread issues everywhere, I didn't remember the one that I already answered to:
Also I'm having issues on the cluster right now using nodeport-proxy (envoy), Cilium and Konnectivity together. So the rationale to not activate it right away might not be the worst. I'll document that case in the appropriate location at the Kubermatic issue tracker, and come back here to think more about how to improve the documentation from my perspective. Indeed there are many degrees of freedom involved here, so drawing a line between mandatory and optional components is indeed tricky. Maybe some kind of architecture diagram could help evaluating the perimeters. |
Thanks again for the feedback @almereyda I understand that multiple issues about Konnectivity may be misleading, but that is how we are trying to organise our work - one of the issues that you listed is an Epic and the other one the last remaining subtask of that epic. Anyways - it probably would not be an issue if we proceeded with making it default already. As we postponed that, I should at least mention the current state in those issues. |
@embik The whole monitoring, metering and MLA space is a little confusing right now, to be honest. The parts work, but their interplay and distinction is not the clearest. Why I have recorded Additionally it is almost undocumented how to investigate and repair a broken Konnectivity configuration, which ultimately turns it into a SPOF from our point of view. Which I have documented in: Closing here, as the OP was resolved, and follow up discussions had been refactored. |
What happened
In creating a user cluster, no Konnectivity is offered, despite it is now default kubermatic/kubermatic#8129
whyfore Cilium does not offer eBPF mode.
(ref. image and description in #4533 (comment))
This results in the deployment of OpenVPN as SDN
Expected behavior
Konnectivity is available for selection, and Cilium can be set to eBPF mode.
The text was updated successfully, but these errors were encountered: