Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aks check acr crash #18314

Closed
phenixita opened this issue Jun 1, 2021 · 3 comments · Fixed by #18727
Closed

aks check acr crash #18314

phenixita opened this issue Jun 1, 2021 · 3 comments · Fixed by #18727
Labels
AKS az aks/acs/openshift Service Attention This issue is responsible by Azure service team.

Comments

@phenixita
Copy link

This is autogenerated. Please review and update as needed.

Describe the bug

When I try to execute the following command I get an error.

Command Name
az aks check-acr

Errors:

The command failed with an unexpected error. Here is the traceback:
invalid literal for int() with base 10: '16+'
Traceback (most recent call last):
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 231, in invoke
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 657, in execute
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 720, in _run_jobs_serially
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 691, in _run_job
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 328, in __call__
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/command_operation.py", line 121, in handler
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/acs/custom.py", line 1573, in aks_check_acr
ValueError: invalid literal for int() with base 10: '16+'

To Reproduce:

I have a public AKS cluster (no private config) and it's attached to my ACR (with az aks update -n myAKSCluster -g myResourceGroup --attach-acr ).

Expected Behavior

Environment Summary

Windows-10-10.0.19041-SP0
Python 3.8.9
Installer: MSI

azure-cli 2.24.0 *

Extensions:
azure-devops 0.18.0
dev-spaces 1.0.5

Additional Context

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 1, 2021
@phenixita
Copy link
Author

image

@yonzhan yonzhan added the AKS az aks/acs/openshift label Jun 1, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jun 1, 2021
@yonzhan yonzhan added Service Attention This issue is responsible by Azure service team. and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 1, 2021
@ghost
Copy link

ghost commented Jun 1, 2021

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.

Issue Details

This is autogenerated. Please review and update as needed.

Describe the bug

When I try to execute the following command I get an error.

Command Name
az aks check-acr

Errors:

The command failed with an unexpected error. Here is the traceback:
invalid literal for int() with base 10: '16+'
Traceback (most recent call last):
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 231, in invoke
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 657, in execute
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 720, in _run_jobs_serially
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 691, in _run_job
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 328, in __call__
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/command_operation.py", line 121, in handler
  File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/acs/custom.py", line 1573, in aks_check_acr
ValueError: invalid literal for int() with base 10: '16+'

To Reproduce:

I have a public AKS cluster (no private config) and it's attached to my ACR (with az aks update -n myAKSCluster -g myResourceGroup --attach-acr ).

Expected Behavior

Environment Summary

Windows-10-10.0.19041-SP0
Python 3.8.9
Installer: MSI

azure-cli 2.24.0 *

Extensions:
azure-devops 0.18.0
dev-spaces 1.0.5

Additional Context

Author: phenixita
Assignees: -
Labels:

AKS, Service Attention

Milestone: -

@yonzhan
Copy link
Collaborator

yonzhan commented Jun 1, 2021

route to service team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AKS az aks/acs/openshift Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants