vmware-tanzu / tanzu-framework

Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
196 stars 193 forks source link

Suppress Annoying warning message "due to client-side throttling, not priority and fairness" #3109

Open kdvolder opened 2 years ago

kdvolder commented 2 years ago

Bug description

Every time I run tanzu cli it prints this kind of gibberish at me:


| Retrieving installation details for buildservice... I0809 16:24:12.566805  120344 request.go:665] Waited for 1.050007539s due to client-side throttling, not priority and fairness, request: GET:https://fe49f135bd4df09d2df5025b396c4dd8.yl4.us-west-1.eks.amazonaws.com/apis/serving.knative.dev/v1?timeout=32s

Why does a user care about this 'priority or fairness' info? If I should care... I don't know what it means, please improve the message.
If I shouldn't care then... please don't print that gibberish it just looks messy and unprofessional.

**Version** (include the SHA if the version is not obvious)

All versions since the beginning of time?

**Environment where the bug was observed (cloud, OS, etc)**

Linux for me, but probably every other os too.
kdvolder commented 2 years ago

BTW: This isn't exactly a show-stopper / important bug. I've been ignoring that error for like... forever, and things seem to work just fine. But I guess I finally decided to raise an issue just in case someone actually can give a shot at actually fixing it :-).