-
Notifications
You must be signed in to change notification settings - Fork 47
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
[GCP] How can a user lookup a vm image which is not in the image list #1184
Comments
GCP 콘솔에서는 해당 이미지를 활용한 VM 구동을 확인하였습니다. |
@MZC-CSC @CliffSynn @hippo-an (cc: @seokho-son ) [Image 목록 관련]
[제안]
|
[Image Name 형식]
|
@powerkimhub 확인 감사합니다.
|
|
안녕하세요. @powerkimhub 말씀하신 내용과 관련하여 image list 를 조회하기 위한 api 를 호출시 사용되는 image project id list 를 조회할 수 있는 api 를 찾아보았지만 찾지 못하였습니다. 문의에 대한 답변이 오면 답변 남겨드리도록 하겠습니다. 드라이버 내 image project id list 를 업데이트를 하는 방식에 대해서 조사한 내용에 대해 공유드리겠습니다.
gcloud compute images list 다음 단계를 따라서
참고로 호출한 gcloud command 는 다음과 같습니다. gcloud compute images list --project "${item}" --no-standard-images 추출된
|
|
@powerkimhub
ListImage() ([]*ImageInfo, error)
GetImage(imageIID IID) (ImageInfo, error), CheckWindowsImage(imageIID IID) (bool, error)
리스트 추가는 바로 반영 가능하나, 사용 측면에서 고려가 필요해 보입니다. |
GCP에서 하기 딥러닝 관련 이미지를 활용하고 싶은데,
현재는 CB-SP를 통한 이미지 정보 조회에서 오류가 발생합니다.
이미지 조회시 오류:
cp-asia-northeast2[Error from: http://localhost:1024/spider/vmimage/c1-deeplearning-tf-2-15-cu121-v20240417-debian-11] Status code: 500 Internal Server Error, Message: {"message":"ProjectId information not found in URL."}
ProjectId information not found in URL.
해당 이미지는 CB-SP에서 리턴하는 GCP 이미지 리스트(8921개 중)에도 포함되어 있지 않습니다.
이 리스트에는 특정 패턴의 이미지만 포함되어 있는 것 같긴하네요. (이미지 아이디 패턴: https://www.googleapis.com/compute/v1/projects/windows-sql-cloud/global/images/sql-server-2014-standard-windows-server-2012-r2-dc-v20160520)
아마도, GCP 드라이버의 경우, 특정 패턴의 이미지 명칭만 수용하는 것으로 보이는데,
처리 방안을 문의 드립니다.
(참고: https://cloud.google.com/deep-learning-vm/docs/images?hl=ko)
The text was updated successfully, but these errors were encountered: