From 488e9da685512383485808832496bc7405ee9c43 Mon Sep 17 00:00:00 2001 From: feichashao Date: Tue, 14 Nov 2023 16:54:39 +0800 Subject: [PATCH] Deprecate etcd-health-check and ask to use managed-script instead --- cmd/cluster/etcd_health.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cluster/etcd_health.go b/cmd/cluster/etcd_health.go index 94f9076c..1edf29a7 100644 --- a/cmd/cluster/etcd_health.go +++ b/cmd/cluster/etcd_health.go @@ -80,6 +80,7 @@ func newCmdEtcdHealthCheck() *cobra.Command { Long: `Checks etcd component health status for member replacement`, Args: cobra.ExactArgs(1), DisableAutoGenTag: true, + Deprecated: "please use the managed-script SREP/etcd-complete-health-check to avoid backplane elevation", Run: func(cmd *cobra.Command, args []string) { cmdutil.CheckErr(EtcdHealthCheck(args[0])) },