You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we override the default kubeadm NodePort range to 80-60000, but sometimes it would be nice to be able to customize this range in my kURL spec. E.G. something like
spec:
kubernetes:
nodePortRange: 80-62000
Use case
I've got an ActiveMQ that runs on a default port of 61616, and I'd like to keep it on the default port with a NodePort.
The text was updated successfully, but these errors were encountered:
@dexhorthy@MitchellJThomas one thing to consider here: using non-standard node port ranges will prevent a kURL installer from being a "CNCF certified installer". We've been working on submitting kURL to the CNCF as a "certified kubernetes installer" (https://www.cncf.io/certification/software-conformance/) and node port range is the last issue to resolve. We've recently introduced an optional flag to use the standard node port range for an installer in #614 as we work towards compliance.
It's not possible to have a certified Kubernetes distribution that uses a non-standard nodeport range.
This issue is a reasonable request, but I want to make sure that the conformance test issue is considered here. Using "standard" node ports will allow you to have a "certified kubernetes installer", if this is important for your distribution.
Overview
Right now we override the default kubeadm NodePort range to 80-60000, but sometimes it would be nice to be able to customize this range in my kURL spec. E.G. something like
Use case
I've got an ActiveMQ that runs on a default port of 61616, and I'd like to keep it on the default port with a NodePort.
The text was updated successfully, but these errors were encountered: