Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0
stars
1
forks
source link
`krillmanager renew` should fail gracefully #19
Closed
ximon18 closed 4 years ago
There are two minor issues with the
renew
command:It should refuse to run prior to a completed initial setup, but currently does not.
If it fails to find a running NGINX container it should abort, but currently does not.
In both cases it just prints a cryptic error message.