From 9a1211a7a8d6ac0a4b949d5002618450b589be43 Mon Sep 17 00:00:00 2001 From: sluetze <13255307+sluetze@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:34:19 +0200 Subject: [PATCH] fix 404 link for ovn-kubernetes --- .../networking/configure_egress_ip_node_assignable/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/openshift/networking/configure_egress_ip_node_assignable/rule.yml b/applications/openshift/networking/configure_egress_ip_node_assignable/rule.yml index 6249f48548b0..0620191370cc 100644 --- a/applications/openshift/networking/configure_egress_ip_node_assignable/rule.yml +++ b/applications/openshift/networking/configure_egress_ip_node_assignable/rule.yml @@ -12,7 +12,7 @@ description: -| The necessary labeling on the designated nodes is configurable without reboot via
$ oc label nodes $NODENAME k8s.ovn.org/egress-assignable="" 
for details see the Red Hat Documentation - {{{ weblink(link="https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/networking/ovn-kubernetes-network-plugin#nw-egress-ips-about_configuring-egress-ips-ovn") }}} + {{{ weblink(link="https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/ovn-kubernetes_network_plugin/configuring-egress-ips-ovn") }}}

rationale: -|