Skip to content

Commit 7abf359

Browse files
authored
Merge pull request #23522 from VladMasarik/patch-2
Updated ingress.md TLS section
2 parents 018cc1a + 73780ca commit 7abf359

File tree

1 file changed

+7
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+7
-0
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,13 @@ secure the channel from the client to the load balancer using TLS. You need to m
413413
sure the TLS secret you created came from a certificate that contains a Common
414414
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.
415415

416+
{{< note >}}
417+
Keep in mind that TLS will not work on the default rule because the
418+
certificates would have to be issued for all the possible sub-domains. Therefore,
419+
`hosts` in the `tls` section need to explicitly match the `host` in the `rules`
420+
section.
421+
{{< /note >}}
422+
416423
{{< codenew file="service/networking/tls-example-ingress.yaml" >}}
417424

418425
{{< note >}}

0 commit comments

Comments
 (0)