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
I get this message trying to use wait when Pilot Version tracking is disabled (the default).
istioctl experimental wait gateway httpbin-gateway
Error: invalid character 'P' looking for beginning of value
I added some logic to dump the response that since it seems to be a unmarshalling type error.
The response was:
Pilot Version tracking is disabled. Please set the PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING environment variable to true to enable.
It would be good to check for the existence of this value and return a better message from the istioctl experimental wait.
Version
> istioctl version
no running Istio pods in "istio-system"
1.16.0
Although I'm not sure which release made setting the value a requirement. I assume this is broken back that far.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Bug Description
I get this message trying to use wait when Pilot Version tracking is disabled (the default).
I added some logic to dump the response that since it seems to be a unmarshalling type error.
The response was:
It would be good to check for the existence of this value and return a better message from the istioctl experimental wait.
Version
Additional Information
No response
The text was updated successfully, but these errors were encountered: