You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this project uses the uitls function called RunCommandOnHost which runs kubectl command under the hood on various occasions using os.exec, this feature upgrade request work item is open to scope the work which is required to move away from this.
Translating the kubectl to the exact command is something we need to figure out, translating the kubectl what we run from command prompt needs to be implemented via API, might be best approach will be to write a separate helper and start this by translating one collector which uses kubctl under the hood.
FYI : few co-maintainer and founders - cc: @arnaud-tincelin , @JunSun17 or anyone interested and reading this (Please feel free to add any solutions which you have in mind)
The text was updated successfully, but these errors were encountered:
Currently this project uses the uitls function called
RunCommandOnHost
which runskubectl
command under the hood on various occasions usingos.exec
, this feature upgrade request work item is open to scope the work which is required to move away from this.Key challenges:
Translating the
kubectl
to the exact command is something we need to figure out, translating thekubectl
what we run from command prompt needs to be implemented via API, might be best approach will be to write a separate helper and start this by translating one collector which useskubctl
under the hood.Some helpful link:
Thanks,
FYI : few co-maintainer and founders - cc: @arnaud-tincelin , @JunSun17 or anyone interested and reading this (Please feel free to add any solutions which you have in mind)
The text was updated successfully, but these errors were encountered: