Sunil Arora
Sunil Arora
Yes, structured output can solve the issue and is worth trying. Last time when I tried, for some reason, it was affecting the response times significantly in a bad way....
@sambitr can you try running the command with `--show-tool-output` flag. ``` kubectl-ai --show-tool-output ``` and share the output here.
> Is there something in the code that double checks to be sure of it's result? Can you pl. say more ?
/cc @frankfarzan
A reference page for k8s deployment: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#deployment-v1-apps
Thanks for the detailed comment @bgrant0607 . This is helpful as we are beginning the design for supporting filtering in `fn` commands. (#2015 ) Will try to answer part of...
Mostly likely, no work is required. I would like @phanimarupaka to audit the fn commands to see if everything is in place and consistent.
ref: https://github.com/GoogleContainerTools/kpt/pull/2781
/cc @mortent @mikebz
>I have opened kubernetes-sigs/kustomize/pull/3934 to address the issue but I haven't seen much activity there. Even if it gets accepted I'm not sure how easy it will be to get...