Skip to content

Commit 01e8d47

Browse files
authored
Merge pull request #64650 from bscott-rh/cluster-logging-redirect
Adding cluster logging redirects
2 parents 832881c + 1c9e77f commit 01e8d47

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 renamed external DNS page
171171
RewriteRule ^container-platform/4\.10/networking/external_dns_operator/nw-installing-external-dns-operator.html /container-platform/4.10/networking/external_dns_operator/nw-installing-external-dns-operator-on-cloud-providers.html [NE,R=301]
172172

173+
# Redirect for cluster logging per Ashleigh Brennan
174+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13)/logging/troubleshooting/cluster-logging-must-gather.html /container-platform/$1/logging/cluster-logging-support.html [NE,R=302]
175+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13)/logging/config/cluster-logging-maintenance-support.html /container-platform/$1/logging/cluster-logging-support.html [NE,R=302]
176+
173177
# Redirects for Telco ZTP changes delivered in https://github.com/openshift/openshift-docs/pull/35889
174178
RewriteRule ^container-platform/(4\.10|4\.11)/scalability_and_performance/ztp-deploying-disconnected.html /container-platform/$1/scalability_and_performance/ztp_far_edge/ztp-deploying-far-edge-clusters-at-scale.html [NE,R=302]
175179
RewriteRule ^container-platform/(4\.10|4\.11)/scalability_and_performance/ztp-configuring-single-node-cluster-deployment-during-installation.html /container-platform/$1/scalability_and_performance/ztp_far_edge/ztp-manual-install.html [NE,R=302]

0 commit comments

Comments
 (0)