Too many warnings
See original GitHub issueIt is common to get a lot of very low value warnings from this provider. When I’m deploying a single chart to a cluster running Kubernetes 1.18, I get 47 warnings of the form:
warning: extensions/v1beta1/Ingress is deprecated by networking.k8s.io/v1beta1/Ingress and not supported by Kubernetes v1.20+ clusters.
This is frustrating for several reasons:
- It doesn’t apply to me - I’m not running a v1.20+ cluster
- It’s not actionable - I don’t own the Helm chart, and can’t fix it, but also don’t need to
- It’s super noisy - I get piles of these warnings, eroding my experience and trust in the tool
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
The Psychology of Warnings - Human Factors
The increasing trend toward multiple warnings also has the subtle effect of "diluting" the strength of more important ones. For example, one warning...
Read more >Do too many warnings cause problems?
This month, Earnsy investigates whether too many written warnings in manuals cause problems. There seems to be enough concern about excessive warnings, ...
Read more >Too Many Warnings [Explicit]
Check out Too Many Warnings [Explicit] by Sinn on Amazon Music. Stream ad-free or purchase CD's and MP3s now on Amazon.com.
Read more >too many warnings generated; suppressing subsequent ones
Hello, can't update macbook pro 2015 from 10.14 to 10.14.1. Notebook just rebooting and nothing happening.
Read more >Warning: Too many warning signs are bad for your health
There's no data to show that coffee causes cancer. Under Proposition 65, java sellers may still have to warn you about it.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Rarely would I find that useful. Instead, I would find it more useful if it simply said
This chart is not compatible with Kubernetes versions newer than X. To see more information, run
pulumi compatibility` or something like that.Would you find it useful if it was only one warning per Helm chart? Maybe something like
This Chart contains the following deprecated apiVersions: extensions/v1beta1/Deployment
?