0

I keep getting : no matches for kind "PeerAuthentication" in version "security.istio.io/v1beta1" when I'm trying to follow steps describe here :

https://istio.io/docs/tasks/security/authentication/mtls-migration/#lock-down-to-mutual-tls-by-namespace

I looked for this error to understand how I can solve it, but I found nothing.

Does this mean something for someone?

Thanks

TJ Bandrowsky
  • 842
  • 8
  • 12
Julie Nocq
  • 31
  • 5

1 Answers1

3

I discovered it's due to the fact that PeerAuthentication is only supported by istio 1.5. As I install Istio 1.4.6 just couple of days before 1.5, I did not realised that. Plus, the fact that it is not mentionned on the doc page is helping.

Julie Nocq
  • 31
  • 5