vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

Ability to set apiServerAddress for Kind cluster #351

Closed jorgemoralespou closed 3 weeks ago

jorgemoralespou commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently API server of the local educates cluster only listens on 127.0.0.1 and it's not accesible from other machines.

Describe the solution you'd like

It'll be nice if one could set the apiServerAddress so that if needed (as advanced configuration) one could bind the cluster to a specific ip or to 0.0.0.0 so that it can be accessed from another machine on the same network.

Describe alternatives you've considered

No response

Additional information

No response

jorgemoralespou commented 4 weeks ago

This is solved in the new installer