Skip to content

Commit

Permalink
Merge pull request #479 from feichashao/etcd_script
Browse files Browse the repository at this point in the history
Deprecate etcd-health-check and ask to use managed-script instead
  • Loading branch information
openshift-merge-bot[bot] authored Nov 17, 2023
2 parents b8819c4 + 488e9da commit 1b906de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cluster/etcd_health.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
},
Expand Down

0 comments on commit 1b906de

Please sign in to comment.