You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/mta-7-installing-web-console-on-openshift.adoc
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,22 @@ To successfully deploy, the {ProductShortName} Operator requires 2 RWO persisten
30
30
|Description
31
31
32
32
|`hub database`
33
-
|10 GB
33
+
|`10Gi`
34
34
|RWO
35
35
|Hub database
36
36
37
37
|`hub bucket`
38
-
|100 GB
38
+
|`100Gi`
39
39
|RWX
40
40
|Hub file storage; required if the `rwx_supported` configuration option is set to `true`
41
41
42
42
|`keycloak postgresql`
43
-
|1 GB
43
+
|`1Gi`
44
44
|RWO
45
45
|Keycloak back end database
46
46
47
47
|`cache`
48
-
|100 GB
48
+
|`100Gi`
49
49
|RWX
50
50
|Maven m2 cache; required if the `rwx_supported` configuration option is set to `true`
51
51
|====
@@ -87,7 +87,7 @@ The most commonly used CR settings are listed in this table:
87
87
|Description
88
88
89
89
|`cache_data_volume_size`
90
-
|`100 GB`
90
+
|`100Gi`
91
91
|Size requested for the cache volume; ignored when `rwx_supported=false`
92
92
93
93
|`cache_storage_class`
@@ -103,27 +103,27 @@ The most commonly used CR settings are listed in this table:
103
103
|Flag to indicate whether namespace isolation using network policies is enabled
104
104
105
105
|`hub_database_volume_size`
106
-
|`10 GB`
106
+
|`10Gi`
107
107
|Size requested for the Hub database volume
108
108
109
109
|`hub_bucket_volume_size`
110
-
|`100 GB`
110
+
|`100Gi`
111
111
|Size requested for the Hub bucket volume
112
112
113
113
|`hub_bucket_storage_class`
114
114
|Default storage class
115
115
|Storage class used for the bucket volume
116
116
117
117
|`keycloak_database_data_volume_size`
118
-
|`1 GB`
118
+
|`1Gi`
119
119
|Size requested for the Keycloak database volume
120
120
121
121
|`pathfinder_database_data_volume_size`
122
-
|`1 GB`
122
+
|`1Gi`
123
123
|Size requested for the Pathfinder database volume
124
124
125
125
|`maven_data_volume_size`
126
-
|`100 GB`
126
+
|`100Gi`
127
127
|Size requested for the Maven m2 cache volume; deprecated in {ProductShortName} 6.0.1
128
128
129
129
|`rwx_storage_class`
@@ -147,15 +147,15 @@ The most commonly used CR settings are listed in this table:
147
147
|Maximum number of CPUs the pod is allowed to use
148
148
149
149
|`analyzer_container_limits_memory`
150
-
|`4GB`
150
+
|`4Gi`
151
151
|Maximum amount of memory the pod is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
152
152
153
153
|`analyzer_container_requests_cpu`
154
154
|`1`
155
155
|Minimum number of CPUs the pod needs to run
156
156
157
157
|`analyzer_container_requests_memory`
158
-
|`4GB`
158
+
|`4Gi`
159
159
|Minimum amount of memory the pod needs to run
160
160
|====
161
161
@@ -222,11 +222,11 @@ To prevent out-of-memory events and protect nodes, use the `--eviction-hard` set
222
222
223
223
.Example of node memory allocation settings
224
224
225
-
- Node capacity: `32 GB`
225
+
- Node capacity: `32Gi`
226
226
227
-
- `--system-reserved` setting: `3 GB`
227
+
- `--system-reserved` setting: `3Gi`
228
228
229
-
- `--eviction-hard` setting: `100 MiB`
229
+
- `--eviction-hard` setting: `100Mi`
230
230
231
231
The amount of memory available for running pods on this node is 28.9 GB. This amount is calculated by subtracting the `system-reserved` and `eviction-hard` values from the overall capacity of the node. If the memory usage exceeds this amount, the node starts evicting pods.
0 commit comments