diff --git a/app/assets/css/bootstrap-override.css b/app/assets/css/bootstrap-override.css index 0ed5d556f..25121d7bf 100644 --- a/app/assets/css/bootstrap-override.css +++ b/app/assets/css/bootstrap-override.css @@ -22,6 +22,10 @@ justify-content: center; } +.justify-left { + justify-content: left; +} + .blue { background: var(--bg-dashboard-item) !important; } diff --git a/app/kubernetes/views/configure/configure.html b/app/kubernetes/views/configure/configure.html index 70944239c..7cf6afa8d 100644 --- a/app/kubernetes/views/configure/configure.html +++ b/app/kubernetes/views/configure/configure.html @@ -25,36 +25,36 @@
- +
Enabling the load balancer feature will allow users to expose application they deploy over an external IP address assigned by cloud provider.
+
+
- +
Configuring ingress controllers will allow users to expose application they deploy over a HTTP route.
+
+
Ingress class name is required.
-This field must consist of lower case alphanumeric characters or '-', start with an - alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123').
- This ingress class is already defined. +
+
Ingress class type is required.
+- +
+ By ENABLING resource over-commit, you are able to assign more resources to namespaces than is physically available in the cluster. This may lead to unexpected + deployment failures if there is insufficient resource to service demand. +
+
+
- +
Enabling this feature will allow users to use specific features like autoscaling and to see container and node resource usage.
+
+