Azure / Azure/azure-libraries-for-java

[FEATURE REQ] KubernetesClustersImpl.listKubernetesVersions(Region.WEST_EUROPE) differs from az aks get-versions --location west-europe

Đang mở
#810 5 bình luận 0 reaction 0 người được giao Xem trên GitHub
AKS customer-reported feature-request Mgmt
Ngôn ngữ chính
Java
Star
97
Fork
102
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**Describe the bug**
The library function KubernetesClustersImpl.listKubernetesVersions() differs from the results that are given by `az aks get-versions --location west-europe`.

***Exception or Stack Trace***
None

**To Reproduce**
Steps to reproduce the behavior:
Execute function and `az aks get-versions --location west-europe`.

***Code Snippet***
`Azure.authenticate(credentials).withDefaultSubscription().kubernetesClusters().listKubernetesVersions(Region.EUROPE_WEST);`
`az aks get-versions --location west-europe --output table`

**Expected behavior**
I expect that the library is on-par with what the AZ cli gives, *or* that there is way to differentiate the results. In my case, I'm looking for the 'default' version, which the Azure Portal gives me (which is N-1 according to the docs). Using this library, I can't get the default version.

So it would be nice to have a function like: listKubernetesProductionVersions(Region.WEST_EUROPE), and a function like defaultKubernetesProductionVersion(Region.WEST_EUROPE).

**Screenshots**
None.

**Setup (please complete the following information):**
N/A

**Information Checklist**
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [x] Bug Description Added
- [x] Repro Steps Added
- [x] Setup information Added

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Bắt đầu tại KubernetesClustersImpl.listKubernetesVersions và so sánh các kết quả của nó với `az aks get-versions --location west-europe --output table`. Xác định cách thư viện nên cung cấp các phiên bản Kubernetes production và mặc định, sau đó xác minh rằng hành vi này phân biệt các phiên bản được yêu cầu với kết quả từ CLI và portal.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
java, kubernetes
Lĩnh vực
cloud
Loại issue
Tính năng
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.