Skip to content

Commit f233c60

Browse files
authored
Merge pull request #84931 from jldohmann/OSDOCS-12653
OSDOCS-12653: update pullspec
2 parents 3cb0271 + d5d44d4 commit f233c60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/nw-ipfailover-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For {rh-openstack-first}, you do not need to re-create the deployment YAML file.
9595
====
9696
+
9797
.Example deployment YAML for IP failover configuration
98-
[source,yaml]
98+
[source,yaml,subs="attributes+"]
9999
----
100100
apiVersion: apps/v1
101101
kind: Deployment
@@ -122,7 +122,7 @@ spec:
122122
node-role.kubernetes.io/worker: ""
123123
containers:
124124
- name: openshift-ipfailover
125-
image: quay.io/openshift/origin-keepalived-ipfailover
125+
image: registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9:v{product-version}
126126
ports:
127127
- containerPort: 63000
128128
hostPort: 63000

modules/nw-ipfailover-remove.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
spec:
9191
containers:
9292
- name: remove-ipfailover
93-
image: quay.io/openshift/origin-keepalived-ipfailover:{product-version}
93+
image: registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9:v{product-version}
9494
command: ["/var/lib/ipfailover/keepalived/remove-failover.sh"]
9595
nodeSelector: <1>
9696
kubernetes.io/hostname: <host_name> <2>

0 commit comments

Comments
 (0)