Enabling the load balancer feature will allow users to expose application they deploy over an external IP address assigned by cloud provider.
-
-
- Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs.
-
+
+
+
Ensure that your cloud provider allows you to create load balancers if you want to use this feature. Might incur costs.
+
+
-
+
Enabling this feature will allow users to use specific features like autoscaling and to see container and node resource usage.
-
-
- Ensure that metrics server or
- prometheus is running inside your cluster.
-
+
);
}
diff --git a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx
index 8845c81b4..9da619ba9 100644
--- a/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx
+++ b/app/react/kubernetes/ingresses/CreateIngressView/IngressForm.tsx
@@ -11,6 +11,7 @@ import { Widget, WidgetBody, WidgetTitle } from '@@/Widget';
import { Tooltip } from '@@/Tip/Tooltip';
import { Button } from '@@/buttons';
import { TooltipWithChildren } from '@@/Tip/TooltipWithChildren';
+import { TextTip } from '@@/Tip/TextTip';
import { Annotations } from './Annotations';
import { Rule, ServicePorts } from './types';
@@ -370,9 +371,8 @@ export function IngressForm({