NLnetLabs / krillmanager

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

ximon18 commented 4 years ago

There are two minor issues with the renew command:

  1. It should refuse to run prior to a completed initial setup, but currently does not.

  2. 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.

# krillmanager renew
Finding local NGINX container
Launching certbot -q --nginx renew --disable-renew-updates in NGINX container 
Error: No such container: certbot
ximon18 commented 4 years ago

Fixed in the v0.1.4 release.