How to start Kubernets pattern in debug mode despite all input parameters are mandatory Issue When you start Kubernetes pattern in debug mode, you will see debug form with all mandatory input parameters.CauseIdeally, the Prometheus URL should be non-mandatory on the debug form, but due to PRB1414327 we can’t make the PrometheusURL parameter non-mandatory on the debug form. If users who are not using Prometheus might get confused about the debug session input parameters.ResolutionUsers who are not using Prometheus or service mesh extension can start the debug session by entering any value in the PrometheusURL field. Users who have configured Prometheus and are using service extension can enter a valid value into the PrometheusURL field and start the debug session.