We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 GetImage()는 imageKey에 대해서 하나의 결과값만 찾아서 리턴하고 있습니다.
cb-tumblebug/src/core/resource/image.go
Line 535 in 66db487
그런데 NHNCLOUD의 경우 동일한 imageKey에 대해서 두 개의 결과(VM용, K8s용)가 있기 때문에 이미지 조회시 이슈가 발생하고 있습니다.
cb-tumblebug/assets/cloudimage.csv
Lines 124 to 133 in 66db487
관련하여 개선 방향에 대한 의견을 부탁 드립니다. @seokho-son
The text was updated successfully, but these errors were encountered:
아래 파라미터로 /ns/{nsId}/k8sClusterDynamic 호출시 GetImage()에서 K8s용 이미지 ID가 조회되어야 하는데 VM용 이미지 ID 값이 조회되어 활용되는 상황입니다.
{ "commonImage": "nhncloud+kr1+ubuntu20.04", "commonSpec": "nhncloud+kr1+m2.c4m8", "connectionName": "nhncloud-kr1", "name": "k8scluster04", "nodeGroupName": "k8snodegroup04" }
Sorry, something went wrong.
resolved by #1952
No branches or pull requests
현재 GetImage()는 imageKey에 대해서 하나의 결과값만 찾아서 리턴하고 있습니다.
cb-tumblebug/src/core/resource/image.go
Line 535 in 66db487
그런데 NHNCLOUD의 경우 동일한 imageKey에 대해서 두 개의 결과(VM용, K8s용)가 있기 때문에 이미지 조회시 이슈가 발생하고 있습니다.
cb-tumblebug/assets/cloudimage.csv
Lines 124 to 133 in 66db487
관련하여 개선 방향에 대한 의견을 부탁 드립니다.
@seokho-son
The text was updated successfully, but these errors were encountered: