Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
83 stars 65 forks source link

Cannot find 'k8s-extension #532

Closed jereesh closed 2 years ago

jereesh commented 2 years ago

Describe the bug When 'k8s-extension is being installed using az command error occurred

To Reproduce Steps to reproduce the behavior:

  1. Go to power shell where azure cli is installed
  2. type az extension add --name k8s-extension
  3. See error "No matching extensions for 'k8s-extension'. Use --debug for more information."

Expected behavior The Extension is successfully installed

Environment (please complete the following information):

c-ryan-k commented 2 years ago

@jereesh - I believe this should be raised to the CLI-Extensions repo where the k8s-extension lives: https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension

If for some reason this is caused by a conflict with the azure-iot extension - let us know and we can reopen and investigate.