description="'Enabling ingress controllers in your cluster allows them to be available in the Portainer UI for users to publish applications over HTTP/HTTPS. A controller must have a class name for it to be included here.'"
// updateIngressControllerClassMap must be done after updateEndpoint, as a hacky workaround. A better solution: saving ingresscontrollers somewhere else, is being discussed
`Removing ingress controllers may cause applications to be unaccessible. All ingress configurations from affected applications will be removed.<br/><br/>Do you wish to continue?`,
(confirmed)=>{
if(confirmed){
returnthis.$async(this.configureAsync);
}
}
);
}else{
returnthis.$async(this.configureAsync);
}
returnthis.$async(this.configureAsync);
}
/* #endregion */
@ -292,6 +280,7 @@ class KubernetesConfigureController {