Closed AleksandarSavchev closed 5 months ago
How to categorize this issue?
/area quality /kind bug
What happened: The extension does not support istio CRD from version networking.istio.io/v1.
networking.istio.io/v1
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Create a Shoot with shoot-dns-service extension enabled.
Create istio CRDs from https://raw.githubusercontent.com/istio/istio/master/manifests/charts/base/crds/crd-all.gen.yaml.
Make sure shoot-dns-service Pod in the Shoot control plane fails with:
$ k logs shoot-dns-service-5f88589ddd-l5pz5
creating reconciler default failed: gardener/cml/resources/NON_UNIQUE_MAPPING: non unique version mapping for VirtualService.networking.istio.io
$ k api-resources | grep virtualservices virtualservices vs networking.istio.io/v1 true VirtualService
**Anything else we need to know?**: **Environment**: - External-dns-management version: v0.18.5
cc @MartinWeindel
Thanks for reporting the new version.
How to categorize this issue?
/area quality /kind bug
What happened: The extension does not support istio CRD from version
networking.istio.io/v1
.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Create a Shoot with shoot-dns-service extension enabled.
Create istio CRDs from https://raw.githubusercontent.com/istio/istio/master/manifests/charts/base/crds/crd-all.gen.yaml.
Make sure shoot-dns-service Pod in the Shoot control plane fails with:
creating reconciler default failed: gardener/cml/resources/NON_UNIQUE_MAPPING: non unique version mapping for VirtualService.networking.istio.io
$ k api-resources | grep virtualservices virtualservices vs networking.istio.io/v1 true VirtualService