Replies: 1 comment
-
|
@dwon-kim I converted this entry into a Discussion item since Issues are used only for bug reporting.
Last but not least, we're not supporting v1.0.0 releases anymore. You should use edge versions, which have maintained code, from which we cut off stable releases available behind a subscription plan. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I noticed that when
ServiceTypeisNodePort, the Konnectivity Server's NodePort is explicitly set toKonnectivityServerSpec.Port(default: 8132):https://github.com/clastix/kamaji/blob/master/internal/resources/konnectivity/service_resource.go#L153-L155
Questions
NodePort range issue: The default port 8132 is outside the Kubernetes default NodePort range (30000-32767). Does this mean users must modify --service-node-port-range on the API server to use Konnectivity with NodePort service type?
Design intention: What is the reason for explicitly setting the NodePort instead of letting Kubernetes auto-assign one from the default range? Is it to ensure a predictable port for Konnectivity Agent connections?
Recommended configuration: What is the recommended approach for using Konnectivity with NodePort service type? - Extend the NodePort range to include 8132?
Environment
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions