빠른 시작 가이드를 따랐습니다(http://docs.projectatomic.io/registry/latest/registry_quickstart/administrators/index.html) EC2 인스턴스에 원자 레지스트리를 설치합니다. 설치 후 웹 콘솔에 로그인할 수 없습니다. oauth 서버로 리디렉션되고 사용자 이름과 비밀번호를 입력하면 토큰과 함께 콘솔로 다시 리디렉션되지만 액세스가 거부되었다는 메시지가 표시됩니다. 로그에는 다음 메시지가 포함되어 있습니다.
May 17 09:12:32 ip-172-31-8-203.us-west-2.compute.internal dockerd-current[5747]: I0517 09:12:32.2628251 scheduler.go:160] Failed to schedule pod: default/docker-registry-1-deploy
May 17 09:12:32 ip-172-31-8-203.us-west-2.compute.internal atomic-registry-master[11798]: I0517 09:12:32.2628251 scheduler.go:160] Failed to schedule pod: default/docker-registry-1-deploy
May 17 09:12:48 ip-172-31-8-203.us-west-2.compute.internal dockerd-current[5747]: 2017/05/17 09:12:48 Couldn't get user data: 403 Forbidden
May 17 09:12:48 ip-172-31-8-203.us-west-2.compute.internal atomic-registry-console[11799]: 2017/05/17 09:12:48 Couldn't get user data:403 Forbidden
답변1
저도 같은 문제가 있어서 1.5.1 및 1.2.1 버전의 마스터 및 레지스트리를 사용하여 설정하기로 결정했습니다.
로그인 문제를 분석한 결과 해당 역할이 레지스트리에 존재하지 않는다는 오류 메시지가 표시되었습니다.
이 문제를 해결하는 방법을 며칠 동안 검색한 결과 누락된 역할이 버그라는 내용의 새로 열린 버그 보고서를 발견했습니다...
며칠 전에 일어난 일입니다.
감사합니다, D.