Warn on istioctl install
when the version is EOL
#41747
Labels
area/user experience
lifecycle/automatically-closed
Indicates a PR or issue that has been closed automatically.
lifecycle/stale
Indicates a PR or issue hasn't been manipulated by an Istio team member for a while
Strawman implementation:
if today > EOL date { warn }
The reason we guess the EOL is because we don't want to do a dynamic internet lookup. Because we might be wrong, we may want to say something like "Warning: may be installing an EOL version: see istio.io/support for supported releases" or something, rather than "You are installing a EOL version"
cc @therealmitchconnors
The text was updated successfully, but these errors were encountered: