bitwalker / libcluster

Automatic cluster formation/healing for Elixir applications
MIT License
1.98k stars 188 forks source link

Update k8s strategy documentation #169

Closed cybrox closed 2 years ago

cybrox commented 3 years ago

Summary of changes

Added a short example of rel/env.sh.eex to make the kubernetes strategy in :mode :dns work with releases that have been assembled with mix release.

Also changed the doc block to not handle escape characters as the \ in the sed command got lost.

Checklist