Charmed Karapace K8s
- Canonical
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 1 | 22 Jul 2024 |
juju deploy karapace-k8s --channel edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
get-password
Fetch the password of the provided internal user of the charm, used for internal charm operations. It is for internal charm users only, and SHOULD NOT be used by applications.
- Params
-
username string
The username, the default value 'operator'. Possible values - operator
-
set-password
Change an internal system user's password. It is for internal charm users and SHOULD NOT be used by applications. This action must be called on the leader unit.
- Params
-
password string
The password will be auto-generated if this option is not specified.
-
username string
The internal username to set password for.
- Required
username
-
set-tls-private-key
Sets the private key identifying the target unit, which will be used for certificate signing requests (CSR). When updated, certificates will be reissued to the unit. Run for each unit separately. Requires a valid relation to an application providing the
certificates
relation interface.- Params
-
internal-key string
The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified. Can be raw-string, or base64 encoded.