Skip to content

Commit 49e681b

Browse files
Merge pull request #223331 from miwithro/patch-191
Update http-proxy.md
2 parents aa6984c + 530d7a2 commit 49e681b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/http-proxy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the HTTP proxy configuration feature for Azure Kubernetes Servi
44
services: container-service
55
author: nickomang
66
ms.topic: article
7-
ms.date: 05/23/2022
7+
ms.date: 01/09/2023
88
ms.author: nickoman
99
---
1010

@@ -25,6 +25,7 @@ The following scenarios are **not** supported:
2525
- Custom CAs for API server communication
2626
- Windows-based clusters
2727
- Node pools using Virtual Machine Availability Sets (VMAS)
28+
- Using * as wildcard attached to a domain suffix for noProxy
2829

2930
By default, *httpProxy*, *httpsProxy*, and *trustedCa* have no value.
3031

@@ -52,7 +53,7 @@ The schema for the config file looks like this:
5253

5354
`httpProxy`: A proxy URL to use for creating HTTP connections outside the cluster. The URL scheme must be `http`.
5455
`httpsProxy`: A proxy URL to use for creating HTTPS connections outside the cluster. If this is not specified, then `httpProxy` is used for both HTTP and HTTPS connections.
55-
`noProxy`: A list of destination domain names, domains, IP addresses or other network CIDRs to exclude proxying.
56+
`noProxy`: A list of destination domain names, domains, IP addresses or other network CIDRs to exclude proxying.
5657
`trustedCa`: A string containing the `base64 encoded` alternative CA certificate content. For now we only support `PEM` format. Another thing to note is that, for compatibility with Go-based components that are part of the Kubernetes system, the certificate MUST support `Subject Alternative Names(SANs)` instead of the deprecated Common Name certs.
5758

5859
Example input:

0 commit comments

Comments
 (0)