I don't know if it can, but the only thing that goes in that direction that I know of is KAS. Maybe the others have some ideas I don't.
Cameron McFarland (b5bc7812) at 18 Mar 19:11
Cameron McFarland (b2fc1d20) at 18 Mar 19:11
Merge branch 'cmcfarland/pipfix' into 'master'
... and 4 more commits
When running pip installs, there are sometimes errors that the pip install performed by the patroni user cannot read (or write) to /root/.cache.
Let us be specific in where we keep the pip cache by using the patroni install location for the cached installs.
Agreed.
Cameron McFarland (b5bc7812) at 18 Mar 18:51
Repair rspec tests
Cameron McFarland (4ea6761c) at 18 Mar 18:50
Drop caching since we don't really need it
Cameron McFarland (329d6262) at 18 Mar 18:36
Update the cache location to use the variable for the install direc...