Skip to content

[release-1.14] pilot: fix issue with TLS and TCP order dependency#40217

Merged
istio-testing merged 5 commits intoistio:release-1.14from
istio-testing:cherry-pick-40072-to-release-1.14
Aug 9, 2022
Merged

[release-1.14] pilot: fix issue with TLS and TCP order dependency#40217
istio-testing merged 5 commits intoistio:release-1.14from
istio-testing:cherry-pick-40072-to-release-1.14

Conversation

@istio-testing
Copy link
Copy Markdown
Collaborator

This is an automated cherry-pick of #40072

Currently, tls_inspector is only added if its the first Service. If its
after TCP, it is missed.

example config:

```yaml
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
  name: tcp
spec:
  addresses:
  - 10.10.10.10/24
  exportTo:
  - .
  hosts:
  - '*.tcp'
  ports:
  - name: tcp-443
    number: 443
    protocol: TCP
@istio-testing istio-testing requested a review from a team August 2, 2022 02:24
@istio-testing istio-testing added the release-notes-none Indicates a PR that does not require release notes. label Aug 2, 2022
@istio-testing istio-testing added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 2, 2022
@istio-testing istio-testing added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 9, 2022
@istio-testing istio-testing merged commit 8d2a60d into istio:release-1.14 Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes-none Indicates a PR that does not require release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants