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
kubectl prints warnings that are prepended to the JSON message returned by the getJSON() function, for example:
Throttling request took 1.50705208s, request: GET:<URL>
This breaks the parsing of the message and the check fails.
I worked around this issue by adding --v=1 when calling kubectl. If it's possible if would be nice to separate the warning from the JSON message and print it to the output.
The text was updated successfully, but these errors were encountered:
kubectl prints warnings that are prepended to the JSON message returned by the
getJSON()
function, for example:This breaks the parsing of the message and the check fails.
I worked around this issue by adding
--v=1
when calling kubectl. If it's possible if would be nice to separate the warning from the JSON message and print it to the output.The text was updated successfully, but these errors were encountered: