k8sgpt-ai/k8sgpt

[Bug]: Auth update command not working

amitamrutiya opened this issue · 0 comments

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

v0.3.26

Kubernetes Version

v1.29.1

Host OS and its Version

Linux

Steps to reproduce

  1. Add auth provider by k8sgpt auth add
  2. Update auth provider by k8sgpt auth update [flags]

Expected behaviour

The k8sgpt auth update command should be executed in accordance with the update command's description.

Actual behaviour

If the k8sgpt auth update command is used as per the description, it will display the message: "Error: accepts 1 arg(s), received 0."

image

Additional Information

I believe this issue is related to an incorrect description of the auth update command. I can resolve this problem if it is deemed valid.