Skip to content

Commit 425e50b

Browse files
authored
Merge pull request #71276 from bscott-rh/logging-redirects-70789
Logging redirects
2 parents 4422bfc + 8e00373 commit 425e50b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ AddType text/vtt vtt
170170
# Redirect for cluster logging per Ashleigh Brennan
171171
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/troubleshooting/cluster-logging-must-gather.html /container-platform/$1/logging/cluster-logging-support.html [NE,R=302]
172172
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/config/cluster-logging-maintenance-support.html /container-platform/$1/logging/cluster-logging-support.html [NE,R=302]
173+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/logging/config/cluster-logging-tolerations.html /container-platform/$1/logging/scheduling_resources/logging-taints-tolerations.html [NE,R=302]
174+
RewriteRule ^(rosa|dedicated)/logging/config/cluster-logging-tolerations.html /$1/logging/scheduling_resources/logging-taints-tolerations.html [NE,R=302]
175+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/logging/config/cluster-logging-moving-nodes.html /container-platform/$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
176+
RewriteRule ^(rosa|dedicated)/logging/config/cluster-logging-moving-nodes.html /$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
173177

174178
# Redirect for log collection forwarding per https://github.com/openshift/openshift-docs/pull/64406
175179
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/config/cluster-logging-collector.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-collector.html [NE,R=302]

0 commit comments

Comments
 (0)