diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx index c51138017..c8620cf56 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx @@ -149,15 +149,23 @@ function InnerForm({
- - Enabling the load balancer feature will allow users to expose - applications they deploy over an external IP address assigned by the - cloud provider. - - - If you want to use this feature, ensure your cloud provider allows - you to create load balancers. This may incur costs. - +
+
+ + Enabling the load balancer feature will allow users to expose + applications they deploy over an external IP address assigned by + the cloud provider. + +
+
+
+
+ + If you want to use this feature, ensure your cloud provider + allows you to create load balancers. This may incur costs. + +
+
- - You may set up ingress defaults (hostnames and annotations) via - Create/Edit ingress. Users may then select them via the hostname - dropdown in Create/Edit application. - +
+
+ + You may set up ingress defaults (hostnames and annotations) via + Create/Edit ingress. Users may then select them via the hostname + dropdown in Create/Edit application. + +
+
@@ -263,12 +275,17 @@ function InnerForm({ {!isRBACEnabled && isRBACEnabledQuery.isSuccess && } - -

- By default, all the users have access to the default namespace. - Enable this option to set accesses on the default namespace. -

-
+
+
+ +

+ By default, all the users have access to the default + namespace. Enable this option to set accesses on the default + namespace. +

+
+
+
- -

- By DISABLING resource over-commit (highly recommended), you can - ONLY assign namespaces CPU and memory resources that are less (in - aggregate) than the cluster total minus any system resource - reservation. -

-
- -

- By ENABLING resource over-commit, you can assign namespaces more - resources than are physically available in the cluster. This may - lead to unexpected deployment failures if there are insufficient - resources to service demand. -

-
+
+
+ +

+ By DISABLING resource over-commit (highly recommended), you + can ONLY assign namespaces CPU and memory resources that are + less (in aggregate) than the cluster total minus any system + resource reservation. +

+
+
+
+
+
+ +

+ By ENABLING resource over-commit, you can assign namespaces + more resources than are physically available in the cluster. + This may lead to unexpected deployment failures if there are + insufficient resources to service demand. +

+
+
+
{initialValues.storageClasses.length === 0 && ( - - Unable to detect any storage class available to persist data. - Users won't be able to persist application data inside this - cluster. - +
+
+ + Unable to detect any storage class available to persist data. + Users won't be able to persist application data inside + this cluster. + +
+
)} {initialValues.storageClasses.length > 0 && ( <> - -

- Select which storage options will be available for use when - deploying applications. Have a look at your storage driver - documentation to figure out which access policy to configure - and if the volume expansion capability is supported. -

-

- You can find more information about access modes{' '} - - in the official Kubernetes documentation - - . -

-
+
+
+ +

+ Select which storage options will be available for use + when deploying applications. Have a look at your storage + driver documentation to figure out which access policy to + configure and if the volume expansion capability is + supported. +

+

+ You can find more information about access modes{' '} + + in the official Kubernetes documentation + + . +

+
+
+