Skip to content

Commit

Permalink
Merge pull request #534 from sighupio/chore-create-pki-help-messages
Browse files Browse the repository at this point in the history
chore: improve create pki help messages
  • Loading branch information
ralgozino authored Aug 23, 2024
2 parents 940d32f + 1b58915 commit 3e6b46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/create/pki.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ func NewPKICmd() *cobra.Command {

pkiCmd := &cobra.Command{
Use: "pki",
Short: "Creates the Public Key infrastructure files needed.",
Long: `Creates the Public Key infrastructure files needed (CA, certificates, keys, etc.) by a Kubernetes cluster and its etcd database.
You can limit the creation of the PKI to just etcd or just Kubernetes using the flags, if not specified the command will create the PKI for both of them.`,
Short: "Creates the Public Key Infrastructure files needed for an on-premises cluster.",
Long: `Creates the Public Key Infrastructure files needed (CA, certificates, keys, etc.) by a Kubernetes cluster and its etcd database.
You can limit the creation of the PKI to just etcd or just Kubernetes using the flags, if not specified the command will create the PKI for both of them.`,
PreRun: func(cmd *cobra.Command, _ []string) {
cmdEvent = analytics.NewCommandEvent(cobrax.GetFullname(cmd))

Expand Down

0 comments on commit 3e6b46e

Please sign in to comment.