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
Custom checks to validate the key entries for ISTIO in K8 CRD Yml file:
Kubelinter should able to validate the the kubernetes ISTIO object of kind VirtualService for following entries in yml
retries
timeout
circuit breaker
loadBalancer (simple: ROUND_ROBIN) or any other algorithm
if above entries not found in k8 yaml ,kubelinter should raise the error and appropriate remediation.
The text was updated successfully, but these errors were encountered:
Hi @srikanthreddi4u, thanks for filing this. I have not used the VirtualService object in Istio. Would you mind adding some more detail here for each of the items you mentioned around: a) what happens if it's not specified (ie, what's the default and why is that bad?) and b) any good resources that we can link to in the remediations?
Custom checks to validate the key entries for ISTIO in K8 CRD Yml file:
Kubelinter should able to validate the the kubernetes ISTIO object of kind VirtualService for following entries in yml
if above entries not found in k8 yaml ,kubelinter should raise the error and appropriate remediation.
The text was updated successfully, but these errors were encountered: