diff --git a/cmd/kops/trust_keypair.go b/cmd/kops/trust_keypair.go index fe02ff3bad..2dc64cf2f9 100644 --- a/cmd/kops/trust_keypair.go +++ b/cmd/kops/trust_keypair.go @@ -32,7 +32,7 @@ import ( ) var ( - trustKeypairLong = templates.LongDesc(i18n.T(` + trustKeypairLong = pretty.LongDesc(i18n.T(` Trust one or more keypairs in a keyset. Trusting adds the certificates of the specified keypairs to trust diff --git a/cmd/kops/upgrade_cluster.go b/cmd/kops/upgrade_cluster.go index f4f9990109..31ecbd1346 100644 --- a/cmd/kops/upgrade_cluster.go +++ b/cmd/kops/upgrade_cluster.go @@ -41,7 +41,7 @@ import ( ) var ( - upgradeClusterLong = templates.LongDesc(i18n.T(` + upgradeClusterLong = pretty.LongDesc(i18n.T(` Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready Kubernetes version. After this command is run, use ` + pretty.Bash("kops update cluster") + ` and ` + pretty.Bash("kops rolling-update cluster") + ` to finish a cluster upgrade. diff --git a/docs/cli/kops_trust_keypair.md b/docs/cli/kops_trust_keypair.md index 2823a7297c..8b069ec7fa 100644 --- a/docs/cli/kops_trust_keypair.md +++ b/docs/cli/kops_trust_keypair.md @@ -9,7 +9,8 @@ Trust a keypair. Trust one or more keypairs in a keyset. - Trusting adds the certificates of the specified keypairs to trust stores. It is the reverse of thekops distrust keypair command. +Trusting adds the certificates of the specified keypairs to trust +stores. It is the reverse of the `kops distrust keypair` command. ``` kops trust keypair KEYSET ID... [flags] diff --git a/docs/cli/kops_upgrade_cluster.md b/docs/cli/kops_upgrade_cluster.md index 0076858870..973fb48b58 100644 --- a/docs/cli/kops_upgrade_cluster.md +++ b/docs/cli/kops_upgrade_cluster.md @@ -7,7 +7,9 @@ Upgrade a kubernetes cluster. ### Synopsis -Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended production ready Kubernetes version. After this command is run, usekops update cluster andkops rolling-update cluster to finish a cluster upgrade. +Automates checking for and applying Kubernetes updates. This upgrades a cluster to the latest recommended +production ready Kubernetes version. After this command is run, use `kops update cluster` and `kops rolling-update cluster` +to finish a cluster upgrade. ``` kops upgrade cluster [CLUSTER] [flags]