Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
56 stars 37 forks source link

Install connectedk8s AZ CLI extension if needed #166

Closed agreaves-ms closed 5 months ago

agreaves-ms commented 9 months ago

This update will do the following:

This update fixes the following:

Currently, if the machine that is running this script does not have the connectedk8s extension installed when the script attempts to connect the cluster to Azure Arc the end user will experience the script hanging. This is due to AZ CLI prompting the user to enter y to install this extension however, std out is piped to null which prevents the end user from seeing this message.