Skip to content

[release-1.15] pilot: fix issue with TLS and TCP order dependency#40224

Merged
istio-testing merged 3 commits intoistio:release-1.15from
istio-testing:cherry-pick-40072-to-release-1.15
Aug 2, 2022
Merged

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

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 review from a team as code owners August 2, 2022 13:56
@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
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/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants