Self Signed X.509 Certificates How-to - Manage Units

How to deploy and manage units

Basic Usage

To deploy a single unit of Self Signed Certificates Operator using its default configuration

juju deploy self-signed-certificates --channel edge

The Self Signed Certificates Operator works with single replica for the moment.

juju deploy self-signed-certificates --channel edge -n 1.

Replication

Both scaling-up and scaling-down operations are performed using juju scale-application:

juju scale-application  self-signed-certificates <desired_num_of_units>

Note: The operator does not support multiple replicas at the moment. Warning: scaling-down to zero units will destroy your data!