From 5f8b25bd13d3e9ba3523b2bafede4cfb04b2e4ca Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Thu, 20 May 2021 18:34:05 +0800 Subject: [PATCH] docs: fix the bug that keepalived image missing curl --- docs/ha-considerations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ha-considerations.md b/docs/ha-considerations.md index b03acf44..af13040a 100644 --- a/docs/ha-considerations.md +++ b/docs/ha-considerations.md @@ -39,7 +39,7 @@ This combination can be run either as services on the operating system or as sta The `keepalived` configuration consists of two files: the service configuration file and a health check script which will be called periodically to verify that the node holding the virtual IP is still operational. -The files are assumed to reside in a `/etc/keepalived` directory. Note that however some Linux distributions may keep them elsewhere. The following configuration has been successfully used with `keepalived` version 1.3.5: +The files are assumed to reside in a `/etc/keepalived` directory. Note that however some Linux distributions may keep them elsewhere. The following configuration has been successfully used with `keepalived` version 2.0.17: ```bash ! /etc/keepalived/keepalived.conf @@ -191,7 +191,7 @@ metadata: namespace: kube-system spec: containers: - - image: osixia/keepalived:1.3.5-1 + - image: osixia/keepalived:2.0.17 name: keepalived resources: {} securityContext: