Skip to content

Commit d97196a

Browse files
Reflect default resource requests for router pods in documentation
Pull request openshift/origin#8495 added default resource request values for a router pod and that should be mentioned in the documentation.
1 parent 04ea138 commit d97196a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

install_config/install/deploy_router.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ appropriate permissions.
128128
endif::[]
129129
====
130130

131+
[IMPORTANT]
132+
====
133+
Router pods created using `oadm router` have default resource requests
134+
that a node must satisfy for the router pod to be deployed. In an
135+
effort to increase the reliability of infrastructure components, the default
136+
resource requests are used to increase the QoS tier of the router pods above
137+
pods without resource requests. The default values represent the observed minimum
138+
resources required for a basic router to be deployed and can be edited in the
139+
routers deployment configuration and you may want to increase them based on the
140+
load of the router.
141+
====
142+
131143
ifdef::openshift-enterprise[]
132144
The default router service account, named *router*, is automatically created during quick and advanced installations. To verify that this account already exists:
133145
endif::[]

0 commit comments

Comments
 (0)