We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e5fa17 + 26bcedd commit 5158035Copy full SHA for 5158035
.s2i/httpd-cfg/01-commercial.conf
@@ -696,6 +696,10 @@ AddType text/vtt vtt
696
RewriteRule ^dedicated/osd_private_connections/?(.*)$ /dedicated/osd_cluster_admin/osd_private_connections/$1 [NE,R=301]
697
698
RewriteRule ^dedicated/nodes/rosa-managing-worker-nodes.html /dedicated/osd_cluster_admin/osd_nodes/osd-managing-worker-nodes.html [NE,R=301]
699
+
700
+ # Redirect to get Custom Metrics Autoscaler into OSD
701
+ RewriteRule ^dedicated/nodes/cma/?(.*)$ - [L,R=302]
702
703
RewriteRule ^dedicated/nodes/?(.*)$ /dedicated/osd_cluster_admin/osd_nodes/osd-$1 [NE,R=301]
704
705
RewriteRule ^dedicated/osd_notifications/notifications.html /dedicated/osd_cluster_admin/osd_logging/osd-accessing-the-service-logs.html [NE,R=301]
0 commit comments