DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Fix some help messages in the EDS plugin #93

Closed L3n41c closed 3 years ago

L3n41c commented 3 years ago

What does this PR do?

Fix some help messages in the EDS plugin

Motivation

$ kubectl eds canary fail --help
fail canary deployment

Usage:
  ExtendedDaemonset canary fail [ExtendedDaemonSet name] [flags]

Examples:

    # fail a canary deployment
    kubectl eds fail foo

instead of kubectl eds canary fail [EDSname]

$ kubectl eds canary validate --help
validate canary replicaset

Usage:
  ExtendedDaemonset canary validate an ExtendedDaemonSet canary replicaset [flags]

Examples:

    # validate a canary replicaset
    kubectl canary validate foo

instead of kubectl eds canary validate [EDSname]

Additional Notes

Anything else we should know when reviewing?

Describe your test plan

Write there any instructions and details you may have to test your PR.