istio icon indicating copy to clipboard operation
istio copied to clipboard

Istio Operator chart overlapping labels (when running side by side)

Open palmobar opened this issue 3 years ago • 2 comments
trafficstars

Bug Description

In order to run a canary upgrade I want to run two istio operators in the istio-operator namespace. I've noticed that the pod's labels have no version information like so:

deployment.yaml (excerpt):

[...]
kind: Deployment
[...]
spec:
  replicas: 1
  selector:
    matchLabels:
      name: istio-operator
  template:
    metadata:
      labels:
        name: istio-operator

so the matchLabels is only for istio-operator . This poses a problem for example with the endpoints:

$ kubectl -n istio-operator get endpoints
NAME                    ENDPOINTS                             AGE
istio-operator-1-11-2   10.1.2.3:8383,10.2.3.4:8383   13d
istio-operator-1-13-3   10.1.2.3:8383,10.2.3.4:8383   2h

Version

latest chart
1.13.3

Additional Information

No response

palmobar avatar May 05 '22 08:05 palmobar

@palmobar can you please post the detailed steps that you took to reproduce this error? Otherwise it is a bit difficult to see where the problem is. Thanks.

litong01 avatar Jun 17 '22 19:06 litong01

🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2022-06-17. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions.

Created by the issue and PR lifecycle manager.

istio-policy-bot avatar Oct 01 '22 05:10 istio-policy-bot