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
Include ingress resource in preferred versions list
Since several versions of Kubernetes, the ingress resource has been
assigned to the API group `networking.k8s.io`, but still compatible
with the group `extensions`. This cohabitation brings a weird behavior
to Katafygio, where every 30 minutes, the API group would switch from
the group `extensions` and `networking.k8s.io`.
To avoid that, Katafygio should ignore the old API group and use only
the new one.
0 commit comments