microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
733 stars 532 forks source link

Azure Kubernetes Service on Azure Stack HCI - connectK8 Guidance #2578

Open ddesonier opened 1 month ago

ddesonier commented 1 month ago

Is your feature request related to a new Jumpstart scenario you would like to contribute?

No

Is your feature request related to a problem? Please describe.

When deploying AKS as described in the Azure Kubernetes Service on Azure Stack HCI section, the command az connectedk8s proxy -n hcibox-aks -g <name of your resource group> resulted in an error in az cli Failed to post access token to client proxyFailed to connect to MSI. Please make sure MSI is configured correctly. Get Token request returned: <Response [400]> From Az Powershell the error was The command failed with an unexpected error. Here is the traceback: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cp311-win_amd64.pyd', Cannot load '_MD5.pyd': cannot load library 'C:\Users\ddesonier\.azure\cliextensions\connectedk8s\Crypto\Util\..\Hash\_MD5.pyd': error 0xc1

Describe the solution you'd like.

This is easily resolved when updating connectedK8s az extension update --name connectedk8s Suggest adding a call out box or add to trouble shooting

Describe alternatives you've considered.

Additional context.

dkirby-ms commented 1 month ago

Thank you for the feedback. We can consider updating the docs with additional troubleshooting in a future release.

likamrat commented 4 days ago

Re-open for future docs enhancement tracking