Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3k forks source link

az acr helm install-cli kills previous installs of helm #17439

Open williamohara opened 3 years ago

williamohara commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

i used helm directly to deploy open source packages directly to my Azure Kubernetes Cluster. I wanted to start to develop my own charts for my containers in acr. everything stopped working when I entered az acr helm install-cli now I just want to undo what I just did - and I don't se any other way to do so without removing az cli completely

Command Name az acr helm list

Errors:

the following arguments are required: --name/-n

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

Environment Summary

Linux-4.19.128-microsoft-standard-x86_64-with-debian-bullseye-sid
Python 3.6.10
Installer: DEB

azure-cli 2.20.0 *

Extensions:
aks-preview 0.5.5

Additional Context

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @toddysm, @yugangw-MSFT, @luisdlp.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug i used helm directly to deploy open source packages directly to my Azure Kubernetes Cluster. I wanted to start to develop my own charts for my containers in acr. everything stopped working when I entered `az acr helm install-cli` now I just want to undo what I just did - and I don't se any other way to do so without removing az cli completely **Command Name** `az acr helm list` **Errors:** ``` the following arguments are required: --name/-n ``` ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - _Put any pre-requisite steps here..._ - `az acr helm list` ## Expected Behavior ## Environment Summary ``` Linux-4.19.128-microsoft-standard-x86_64-with-debian-bullseye-sid Python 3.6.10 Installer: DEB azure-cli 2.20.0 * Extensions: aks-preview 0.5.5 ``` ## Additional Context
Author: williamohara
Assignees: -
Labels: `Container Registry`, `Service Attention`, `needs-triage`, `question`
Milestone: -
yungezz commented 3 years ago

route to appropriate team

yugangw-msft commented 3 years ago

az acr helm install-cli installs 2.16.3. If you remember the old version, you can run the command again with --client-version to do so.