You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/private-link.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,12 +159,12 @@ If you opted out of using Azure private DNS zones during private endpoint creati
159
159
160
160
1. Follow the guidance from your DNS server vendor to add the necessary DNS zones and A records to match the table in the portal. Ensure that you select a DNS server that is appropriately scoped for your network. Every Kubernetes cluster that uses this DNS server now resolves the private endpoint IP addresses and must be associated with the Azure Arc Private Link Scope, or the connection will be refused.
161
161
162
-
## Configure private links for a Kubernetes cluster when onboarding to Azure Arc
162
+
## Configure private links
163
163
164
164
> [!NOTE]
165
165
> Configuring private links for Azure Arc enabled Kubernetes clusters is supported starting from version 1.2.9 of connectedk8s CLI extension. Ensure that you are using connectedk8s CLI extension version greater than or equal to 1.2.9.
166
166
167
-
When connecting a Kubernetes cluster to Azure Arc for the first time, you can optionally configure private links by connecting the Kubernetes cluster to Azure Arc and enabling private connectivity:
167
+
You can configure private links for an existing Azure Arc-enabled Kubernetes cluster or when onboarding a Kubernetes cluster to Azure Arc for the first time using the command below:
| --enable-private-link |Property to enable/disable private links feature. Set it to "True" to enable connectivity with private links. |
176
176
| --private-link-scope-resource-id | id of the private link scope resource created earlier. For example: /subscriptions//resourceGroups//providers/Microsoft.HybridCompute/privateLinkScopes/ |
177
177
178
-
## Configure an existing Azure Arc-enabled Kubernetes cluster with private links
179
-
180
-
> [!NOTE]
181
-
> Configuring private links for Azure Arc enabled Kubernetes clusters is supported starting from version 1.2.9 of connectedk8s CLI extension. Ensure that you are using connectedk8s CLI extension version greater than or equal to 1.2.9.
182
-
183
-
If you have an existing Azure Arc-enabled Kubernetes cluster, you can enable private link for it by running the following command:
| --enable-private-link |Property to enable/disable private links feature. Set it to "True" to enable connectivity with private links. |
192
-
| --private-link-scope-resource-id | id of the private link scope resource created earlier. For example: /subscriptions//resourceGroups//providers/Microsoft.HybridCompute/privateLinkScopes/ |
193
-
194
178
## Troubleshooting
195
179
196
180
If you run into problems, the following suggestions may help:
0 commit comments