When creating a kind cluster with default values, http port for kind control plane should be detected dynamically · Issue #12405 · podman-desktop/podman-desktop · GitHub
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
On RHEL for example, I am trying to create a kind cluster with default parameters: http port: 9090, https: 9443. But by default, rhel has 9090 port number dedicated to a RHEL web console. We should detect that prior to setting a default port number for Kind cluster create page.