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: admin_guide/managing_networking.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -1112,7 +1112,7 @@ port from pods in the *_same_* namespace, and connections on ports `80` and
1112
1112
[[admin-guide-networking-networkpolicy-routers]]
1113
1113
=== NetworkPolicy and Routers
1114
1114
1115
-
When using the *ovs-multitenant* plugin, traffic from the xref:../architecture/topics/routers.adoc[routers] is automatically allowed into all namespaces. This is because the routers are
1115
+
When using the *ovs-multitenant* plugin, traffic from the routers is automatically allowed into all namespaces. This is because the routers are
1116
1116
usually in the _default_ namespace, and all namespaces allow connections from
1117
1117
pods in that namespace. With the *ovs-networkpolicy* plugin, this does not
1118
1118
happen automatically. Therefore, if you have a policy that isolates a namespace
[*_master-config.yaml_* file]. If the parameter is not defined, the API server
35
+
xref:../install_config/master_node_configuration.adoc#master-node-config-project-config[*_master-config.yaml_* file]. If the parameter is not defined, the API server
37
36
creates a default template that creates a project with the requested name, and
38
37
assigns the requesting user to the "admin" role for that project.
Copy file name to clipboardExpand all lines: architecture/networking/routes.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -604,7 +604,7 @@ and "-". The default is the hashed internal key name for the route. |
604
604
|`*haproxy.router.openshift.io/timeout*` | Sets a server-side timeout for the route. xref:time-units[(TimeUnits)] | `ROUTER_DEFAULT_SERVER_TIMEOUT`
605
605
|`*router.openshift.io/haproxy.health.check.interval*`| Sets the interval for the back-end health checks. xref:time-units[(TimeUnits)] | `ROUTER_BACKEND_CHECK_INTERVAL`
606
606
|`*haproxy.router.openshift.io/ip_whitelist*` | Sets a xref:whitelist[whitelist] for the route. |
607
-
|`*haproxy.router.openshift.io/hsts_header*` | Sets a xref:hsts[Strict-Transport-Security] header for the edge terminated or re-encrypt route. |
607
+
|`*haproxy.router.openshift.io/hsts_header*` | Sets a Strict-Transport-Security header for the edge terminated or re-encrypt route. |
Copy file name to clipboardExpand all lines: install_config/upgrading/automated_upgrades.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ start an upgrade.
208
208
209
209
The quick installer supports upgrading between minor versions of {product-title}
210
210
(one minor version at a time, e.g., 3.5 to 3.6) as well as between
211
-
xref:../../release_notes/ocp_3_6_release_notes.adoc#ocp-36-asynchronous-errata-updates[asynchronous errata updates] within a minor version (e.g., 3.6.z).
211
+
asynchronous errata updates within a minor version (e.g., 3.6.z).
212
212
213
213
If you have an older format installation configuration file in
214
214
*_~/.config/openshift/installer.cfg.yml_* from an installation of a previous
@@ -231,7 +231,7 @@ To start an upgrade with the quick installer:
231
231
[NOTE]
232
232
====
233
233
If the quick installer fails, note the error output and check
234
-
xref:upgrading_known_issues.adoc#install-config-upgrading-known-issues[Known Issues] for any additional steps.
- xref:../install_config/install/advanced_install.adoc#advanced-install-configuring-system-containers[Installation of etcd, Docker Daemon, and Ansible Installer as System Containers]
0 commit comments