mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
[Federation][Kubefed] Address review comment
This commit is contained in:
parent
5f69e169dc
commit
e825ca53bd
@ -40,12 +40,12 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
unjoin_long = templates.LongDesc(`
|
unjoin_long = templates.LongDesc(`
|
||||||
Unjoin removes a cluster from a federation.
|
Unjoin a cluster from a federation.
|
||||||
|
|
||||||
Current context is assumed to be a federation endpoint.
|
Current context is assumed to be a federation endpoint.
|
||||||
Please use the --context flag otherwise.`)
|
Please use the --context flag otherwise.`)
|
||||||
unjoin_example = templates.Examples(`
|
unjoin_example = templates.Examples(`
|
||||||
# Unjoin removes the specified cluster from a federation.
|
# Unjoin the specified cluster from a federation.
|
||||||
# Federation control plane's host cluster context name
|
# Federation control plane's host cluster context name
|
||||||
# must be specified via the --host-cluster-context flag
|
# must be specified via the --host-cluster-context flag
|
||||||
# to properly cleanup the credentials.
|
# to properly cleanup the credentials.
|
||||||
|
Loading…
Reference in New Issue
Block a user