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
Describe the bug
When running popeye against a 1.13 cluster, in which the ingresses still need to have Γ piVersion: extensions/v1beta1`, it fails with the following message:
Running a cluster with K8s 1.13, and existing ingresses, just run popeye -s ing
See error
Expected behavior
Ingresses are being found & sanitized.
Versions (please complete the following information):
OS: Mac OSX Mojave (10.14.6)
Popeye [e.g. 0.4.3]
K8s [e.g. 1.13.0]
Additional context
I was able to fix this locally by using Ingress from k8s.io/api/extensions/v1beta1instead of k8s.io/api/networking/v1beta1, but this breaks compatibility with newer K8s versions. I don't know how to fix this properly... βΉοΈ
The text was updated successfully, but these errors were encountered:
@djablonski-moia Thank you for this report! I'll take a look and see how Popeye can support older resources. I think I have some ideas there. That said and given the various CVEs it might be wise to run newer k8s versions (if possible!!) as the Popeye currently does not scan for those (which could be a great addition...)
Describe the bug
When running popeye against a 1.13 cluster, in which the ingresses still need to have Γ piVersion: extensions/v1beta1`, it fails with the following message:
To Reproduce
Steps to reproduce the behavior:
popeye -s ing
Expected behavior
Ingresses are being found & sanitized.
Versions (please complete the following information):
Additional contextβΉοΈ
I was able to fix this locally by using
Ingress
fromk8s.io/api/extensions/v1beta1
instead ofk8s.io/api/networking/v1beta1
, but this breaks compatibility with newer K8s versions. I don't know how to fix this properly...The text was updated successfully, but these errors were encountered: