kubectl-ai icon indicating copy to clipboard operation
kubectl-ai copied to clipboard

[Bug]: kubectl get node -o wide not listing node details

Open chenoi opened this issue 5 months ago • 3 comments

Environment (please complete the following):

  • OS: [Ubuntu 20.04]
  • kubectl-ai version (run kubectl-ai version): [0.0.8]
  • LLM provider: [gemini]
  • LLM model: [gemini-1.5-flash]

Describe the bug No nodes details listed when command executed

list the nodes with the ip Running: kubectl get nodes -o wide

Do you want to proceed ?

  1. Yes
  2. Yes, and don't ask me again
  3. No Enter your choice (number): 1

Here's

To Reproduce Steps to reproduce the behavior:

  1. Enter inquiry >>> list the nodes with the ip
  2. Select '1'
  3. See no details of nodes and IP listed as expected

Expected behavior A list of nodes with details of IP each nodes, version, age

Image

, os-image, container runtime

Additional context Add any other context or logs here.

chenoi avatar Jul 29 '25 09:07 chenoi

Wanted to confirm if you used gemini-1.5-flash model ?

droot avatar Jul 30 '25 17:07 droot

Wanted to confirm if you used gemini-1.5-flash model ?

yup, i'm using gemini-1.5-flash model ...

chenoi avatar Aug 01 '25 06:08 chenoi

Wanted to confirm if you used gemini-1.5-flash model ?

yup, i'm using gemini-1.5-flash model ...

ok, we have seen gemini models 2.0+ onwards are much better at agentic stuff and 2.5 versions to offer best tool calling. So would recommend using those. Any specific reasons for using 1.5 if you don't mind sharing ?

droot avatar Aug 01 '25 16:08 droot