[Bug]: kubectl get node -o wide not listing node details
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 ?
- Yes
- Yes, and don't ask me again
- No Enter your choice (number): 1
Here's
To Reproduce Steps to reproduce the behavior:
- Enter inquiry >>> list the nodes with the ip
- Select '1'
- See no details of nodes and IP listed as expected
Expected behavior A list of nodes with details of IP each nodes, version, age
, os-image, container runtime
Additional context Add any other context or logs here.
Wanted to confirm if you used gemini-1.5-flash model ?
Wanted to confirm if you used
gemini-1.5-flashmodel ?
yup, i'm using gemini-1.5-flash model ...
Wanted to confirm if you used
gemini-1.5-flashmodel ?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 ?