• 카테고리

    질문 & 답변
  • 세부 분야

    데브옵스 · 인프라

  • 해결 여부

    미해결

storageos 설치 중 에러

21.04.21 19:17 작성 조회수 117

1

storageos-scheduler-85c9889f58-b8hxb, POD에서 아래와 같은 에러가 발생합니다.

Failed to pull image "gcr.io/google_containers/hyperkube:v1.19.3": rpc error: code = Unknown desc = Error response from daemon: manifest for gcr.io/google_containers/hyperkube:v1.19.3 not found: manifest unknown: Failed to fetch "v1.19.3" from request "/v2/google_containers/hyperkube/manifests/v1.19.3".

제가 docker pull "gcr.io/google_containers/hyperkube:v1.19.3" 명령으로 수동 pull을 해봤습니다. 다음과 같은 에러입니다.

[root@k8s-master ~]# docker pull gcr.io/google_containers/hyperkube:v1.19.3

Error response from daemon: manifest for gcr.io/google_containers/hyperkube:v1.19.3 not found: manifest unknown: Failed to fetch "v1.19.3" from request "/v2/google_containers/hyperkube/manifests/v1.19.3".

대안을 찾아야 할 것 같습니다.

답변 2

·

답변을 작성해보세요.

1

일단, 아래 URL에

https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/hyperkube?pli=1&gcrImageListsize=30&gcrImageListquery=%255B%257B_22k_22_3A_22_22_2C_22t_22_3A10_2C_22v_22_3A_22_5C_22v1.19_5C_22_22%257D%255D

 733ed53eac23 <gcr-copy-button entity="::item" aria-label="전체 이미지 이름 복사" md-labeled-by-tooltip="md-tooltip-555" style="box-sizing:border-box"><pan-icon size="18" icon="copy" class="p6n-gcr-copy-icon-button" ng-click="$ctrl.onClick($event)" role="button" tabindex="0" style="box-sizing:border-box;cursor:pointer"> <div class="p6n-icon p6n-icon-18 p6n-icon-copy" style="box-sizing:border-box;border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;margin:-3px 0px 0px;outline:0px;padding:0px;vertical-align:middle;display:inline-block;line-height:0;height:18px;width:18px"><md-icon ng-if="icon != 'working'" md-svg-icon="icon-18:copy" ng-attr-aria-label="{{innerAriaLabel === null ? undefined : innerAriaLabel || icon}}" role="img" aria-label="copy" style="box-sizing:border-box;color:rgba(0, 0, 0, 0.54);margin:auto;background-repeat:no-repeat;display:inline-block;vertical-align:middle;fill:currentcolor;height:18px;width:18px;min-height:initial;min-width:initial"><svg id="copy_cache556" width="100%" height="100%" viewbox="0 0 18 18" xmlns="http://www.w3.org/2000/svg" fit preserveaspectratio="xMidYMid meet" focusable="false"><path d="M8 7v7h5V7H8zM3.99 2h7.942v2H4.985v8H3V2.995A1 1 0 0 1 3.99 2zM6 5.996c0-.55.446-.996.998-.996h7.004c.55 0 .998.445.998.996v9.008c0 .55-.446.996-.998.996H6.998A.996.996 0 0 1 6 15.004V5.996z" fill-rule="evenodd"></path></svg></md-icon></div> </pan-icon></gcr-copy-button> <gcr-tag-bar entity="item" is-editable="::ctrl.hasEditPermission" project-id="google-containers" host="gcr.io" path="hyperkube" style="box-sizing:border-box"><pan-tag-bar jslog="47830" style="box-sizing:border-box"> <div class="p6n-tag-bar" ng-transclude style="box-sizing:border-box;border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;margin:-4px 0px -3px;outline:0px;padding:0px;vertical-align:baseline;position:relative;top:1px"><pan-tag ng-if="::!$ctrl.usePlainStyles" class="p6n-fixed-font" ng-repeat="tag in $ctrl.entity.getTagsList() | limitTo:$ctrl.visibleTagsCount" jslog="47829;track:generic_click" style="box-sizing:border-box;font-family:Inconsolata, monospace"> <div class="p6n-tag" ng-if="!$ctrl.key" style="box-sizing:border-box;border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0px;outline:0px;padding:3px 8px;vertical-align:baseline;background-color:rgba(0, 0, 0, 0.08);color:rgba(0, 0, 0, 0.99);display:inline-block;border-radius:12px;white-space:nowrap"><ng-transclude style="box-sizing:border-box">v1.19.0-alpha.0</ng-transclude></div> <div class="p6n-tag" ng-if="!$ctrl.key" style="box-sizing:border-box;border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0px;outline:0px;padding:3px 8px;vertical-align:baseline;background-color:rgba(0, 0, 0, 0.08);color:rgba(0, 0, 0, 0.99);display:inline-block;border-radius:12px;white-space:nowrap"></div> <div class="p6n-tag" ng-if="!$ctrl.key" style="box-sizing:border-box;border:0px;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0px;outline:0px;padding:3px 8px;vertical-align:baseline;background-color:rgba(0, 0, 0, 0.08);color:rgba(0, 0, 0, 0.99);display:inline-block;border-radius:12px;white-space:nowrap"></div> </pan-tag></div> </pan-tag-bar></gcr-tag-bar>

버전이 있어 이것으로 대체했더니 POD를 수행되었습니다.

정상적으로 동작하네요.

정말 오픈소스는 넘 힘들어요..

0

안녕하세요.

수고하셨습니다.

맞습니다. 오픈소스는 너무 힘들어요..

그리고 실습 버전이 달라도 잘 안될때가 많더라고요.

혹시 쿠버네티스 버전이 어떻게 되실까요?

제 실습환경은 1.15버전이였는데, 같은 쿠버네티스 버전에 제 가이드대로 똑같이 했을때 안되는건지요?