8000 serviceEntry addresses only the last address is effective,can not find other address config in envoy config · Issue #34577 · istio/istio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
10000 Skip to content
serviceEntry addresses only the last address is effective,can not find other address config in envoy config #34577
Open
@13567436138

Description

@13567436138

(NOTE: This is used to report product bugs:
To report a security vulnerability, please visit https://istio.io/about/security-vulnerabilities
To ask questions about how to use Istio, please visit https://discuss.istio.io)

Bug description
serviceEntry addresses only the last address is effective,can not find other address config in envoy config

[ ] Docs
[ ] Installation
[x ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
[ ] Upgrade

Expected behavior
192.168.198.177 and 192.168.198.178 both effective
Steps to reproduce the bug

apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
  name: details-se
spec:
  hosts:
  - details.bookinfo.com
  addresses:
  - 192.168.198.177/32
  - 192.168.198.178/32
  location: MESH_INTERNAL
  ports:
  - number: 9080
    name: http
    protocol: HTTP
  resolution: STATIC
  workloadSelector:
    labels:
      app: details

1628311481(1)

there is no 192.168.198.177's config

Version (include the output of istioctl version --remote and kubectl version --short and helm version --short if you used Helm)
istio 1.10.0
How was Istio installed?

Environment where the bug was observed (cloud vendor, OS, etc)

Additionally, please consider running istioctl bug-report and attach the generated cluster-state tarball to this issue.
Refer cluster state archive for more details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0