]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
containers: use quay.io/ceph/keepalived in docs 49204/head
authorUli Fahrer <github@uli-fahrer.de>
Fri, 2 Dec 2022 21:22:04 +0000 (22:22 +0100)
committerUli Fahrer <github@uli-fahrer.de>
Fri, 2 Dec 2022 21:29:21 +0000 (22:29 +0100)
the documentation should reflect the keepalived
container image fork rather than arcts/keepalived

Signed-off-by: Uli Fahrer <github@uli-fahrer.de>
src/cephadm/containers/keepalived/README.md

index a70d61e319b780c6ea08ec7d33e411a5fd0db892..50f8fa7e99affb3da08a88476a86253270bab9ea 100644 (file)
@@ -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
 ```