From 974fec84978a03f60a795a5a909f2f415fcf430d Mon Sep 17 00:00:00 2001 From: Uli Fahrer Date: Fri, 2 Dec 2022 22:22:04 +0100 Subject: [PATCH] containers: use quay.io/ceph/keepalived in docs the documentation should reflect the keepalived container image fork rather than arcts/keepalived Signed-off-by: Uli Fahrer --- src/cephadm/containers/keepalived/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cephadm/containers/keepalived/README.md b/src/cephadm/containers/keepalived/README.md index a70d61e319b78..50f8fa7e99aff 100644 --- a/src/cephadm/containers/keepalived/README.md +++ b/src/cephadm/containers/keepalived/README.md @@ -1,4 +1,4 @@ -# arcts/keepalived +# quay.io/ceph/keepalived A small [ubi8-minimal](https://catalog.redhat.com/software/containers/registry/registry.access.redhat.com/repository/ubi8/ubi-minimal) based Docker container that provides a method of IP high availability via [keepalived](http://www.keepalived.org/) (VRRP failover), and optional Kubernetes API Server monitoring. If allowed to auto configure (default behaviour) it will automatically generate a unicast based failover configuration with a minimal amount of user supplied information. @@ -6,7 +6,7 @@ For specific information on Keepalived, please see the man page on [keepalived.c ## Index -- [arcts/keepalived](#arctskeepalived) +- [quay.io/ceph/keepalived](#cephkeepalived) - [Index](#index) - [Prerequisites](#prerequisites) - [Configuration](#configuration) @@ -213,7 +213,7 @@ docker run -d --net=host --cap-add NET_ADMIN \ -e KEEPALVED_TRACK_INTERFACE_2=eth1 \ -e KEEPALIVED_VIRTUAL_IPADDRESS_1="10.10.0.3/24 dev eth0" \ -e KEEPALIVED_VIRTUAL_IPADDRESS_EXCLUDED_1="172.16.1.20/24 dev eth1" \ -arcts/keepalived +quay.io/ceph/keepalived ``` ##### Example Backup Run Command @@ -229,5 +229,5 @@ docker run -d --net=host --cap-add NET_ADMIN \ -e KEEPALVED_TRACK_INTERFACE_2=eth1 \ -e KEEPALIVED_VIRTUAL_IPADDRESS_1="10.10.0.3/24 dev eth0" \ -e KEEPALIVED_VIRTUAL_IPADDRESS_EXCLUDED_1="172.16.1.20/24 dev eth1" \ -arcts/keepalived +quay.io/ceph/keepalived ``` -- 2.39.5