Skip to content

Commit

Permalink
Merge pull request #2481 from SataQiu/update-ha-considerations
Browse files Browse the repository at this point in the history
docs: fix the bug that keepalived image missing curl
  • Loading branch information
k8s-ci-robot authored May 20, 2021
2 parents 7c378dc + 5f8b25b commit 002f29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ha-considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 002f29d

Please sign in to comment.