I would like to extend the default "service port range" in K0s Kubernetes distro.
I know that in kubernetes, setting --service-node-port-range option in /etc/kubernetes/manifests/kube-apiserver.yaml will do the trick.
But, how to do so or where is that option in the K0s distro?
It looks like you could use
spec.api.extraArgsto pass theservice-node-port-rangeparameter to api-server.Spec api:
Example: