istio / old_issues_repo

Deprecated issue-tracking repo, please post new issues or feature requests to istio/istio instead.
37 stars 9 forks source link

kubernetesenv adapter clusterDomain check #382

Closed AWKIF closed 6 years ago

AWKIF commented 6 years ago

Is this a BUG or FEATURE REQUEST?:

Bug: Not sure

What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details

istioctl version 0.8.0
kubectl version 1.10.3

Is Istio Auth enabled or not ? No auth

What happened: I changed my kubernetes cluster default DNS domain from cluster.local to something else. So i changed the mixer and the kubernetesenv adapter conf related to information given in this ticket: https://github.com/istio/istio/issues/1755 The issue is that the kubernetesenv adapter is checking that the cluster domain contains 3 segments separeted by dots, so i got this error because my domain is not in this format. "clusterDomainName: must have three segments"

What you expected to happen: No error when starting kubernetesenv adapter when default kubernetes cluster domain is not svc.cluster.local

How to reproduce it: Change clusterDomainName params with something else not containing 3 parts

Thanks :)

douglas-reid commented 6 years ago

kubernetesenv adapter no longer does anything with service names or parsing. Closing this issue.