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
1. Based on your Kubernetes cluster deployment, set the following environment variable to provide a name to use for the Azure resource group that contains your Azure Arc-enabled cluster and resources:
302
302
@@ -319,7 +319,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
319
319
For more information, see the following resources:
1. Before you continue, wait for the extension to fully install. To have your terminal session wait until the installation completes, run the following command:
517
517
@@ -525,7 +525,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
525
525
For more information, see the following resources:
526
526
527
527
-[Install the Azure Container Apps extension](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#install-the-container-apps-extension)
## Update CoreDNS for a Kubernetes cluster in Azure Local
627
627
628
-
If your Azure Kubernetes cluster is hosted in Azure Local, you must manually update the CoreDNS configuration for your cluster. This step adds a new *config map* to the your Azure Kubernetes namespace. In comparison, Azure Logic Apps automatically completes this step when your Kubernetes cluster is hosted in Azure. However, for a cluster hosted elsewhere, you must manually complete this step.
628
+
If your Azure Kubernetes cluster is hosted in Azure Local, you must manually update the CoreDNS configuration for your cluster. This step adds a new *config map* to your Azure Kubernetes namespace. In comparison, Azure Logic Apps automatically completes this step when your Kubernetes cluster is hosted in Azure. However, for a cluster hosted elsewhere, you must manually complete this step.
629
629
630
630
For more information, see the following documentation:
631
631
@@ -642,12 +642,12 @@ az containerapp connected-env prepare setup-core-dns
642
642
643
643
| Arguments | Description |
644
644
|-----------|-------------|
645
-
|**`--distro`**| The supported distribution to use for setting up the core DNS file. Allowed values: `AksAzureLocal`|
645
+
|**`--distro`**| The supported distribution to use for updating the CoreDNS configuration. Allowed values: `AksAzureLocal`|
646
646
|**`--kube-config`**| The path to the Kubernetes configuration file, also known as a ([*kubeconfig file*](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)), that contains the configuration parameters for accessing Kubernetes clusters. |
647
647
|**`--kube-context`**| The Kubernetes context from the on-premises host for your cluster. In Kubernetes, a *context* defines how to communicate with a Kubernetes cluster. |
648
648
|**`--yes -y`**| Don't prompt for confirmation. |
649
649
650
-
For more information, see [az containerapp connected-env](/cli/azure/containerapp/connected-env).
650
+
For more information, see [**az containerapp connected-env**](/cli/azure/containerapp/connected-env).
0 commit comments