-
Notifications
You must be signed in to change notification settings - Fork 176
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
[ 챕터 5.3 / P331 ] helm 을 이용한 jenkins 설치후 빌드 오류 발생. #32
Comments
인프런과 책은 플랫폼(쿠버네티스 버전 등)이 다릅니다. |
인프런의 그림으로 배우는 쿠버네티스 수강중이며, 제공해주신 vagrant로 프로비저닝한 VM을 사용중이며 책 환경 또한 제공해주신 vagrant로 프로비저닝한 VM을 사용을 사용중이며, 실습은 각각 버전에 맞게 진행을 하고 있습니다. 혹시 다른 분들이 동일 오류를 겪을시 도움이 될까하여 글 남겨 습니다. 좋은 강의 감사합니다. |
친절한 안내에 감사드립니다. |
@osgeum 님 [ 배포 상태 ] [root@m-k8s ~]# uptime
10:00:17 up 20 min, 1 user, load average: 0.11, 0.25, 0.27
[root@m-k8s ~]# k get nodes
NAME STATUS ROLES AGE VERSION
m-k8s Ready master 16m v1.18.4
w1-k8s Ready <none> 13m v1.18.4
w2-k8s Ready <none> 10m v1.18.4
w3-k8s Ready <none> 7m46s v1.18.4
[root@m-k8s ~]# ls /etc/sys
sysconfig/ sysctl.conf sysctl.d/ systemd/ system-release system-release-cpe
[root@m-k8s ~]# ls /etc/sysconfig/docker
ls: cannot access /etc/sysconfig/docker: No such file or directory
[root@m-k8s ~]# ls /etc/sysconfig/
anaconda cbq console crond firewalld init iptables-config kdump kubelet modules network nfs readonly-root rpc-rquotad rsyslog selinux wpa_supplicant
authconfig chronyd cpupower ebtables-config grub ip6tables-config irqbalance kernel man-db netconsole network-scripts rdisc rpcbind rsyncd run-parts sshd
[root@m-k8s ~]# which docker
/usr/bin/docker 또한 /bin/docker에도 특별한 심볼릭 링크도 없습니다.
해당 사항을 재현할 수 있는 정보해 주실 수 있을까요? |
저의 책 실습 환경 입니다.
재현은 책 Page 303 ~ 쭉 실행하면서 Page 341 젠킨스 Freestyle project 설정, Page 344 Build Now 버튼 클릭후 빌드 실패, |
참고
젠킨스 FreeStyle 성공 그리고 같은 분이 나오신 것도 중요한 UX 관점의 내용이겠지만... 현재 책은 순서대로 따라가게 되어 있습니다. Ch5를 진행할 때의 도커 버전은 다음과 같습니다.
|
아 그렇네요. 제가 그 부분을 건너 띄고 수행을 했네요. |
중요 이슈를 받기 어려운 사항은 다음과 같습니다.
책에 사용되는 환경 및 기술과 관련된
질문
또는 책에서 구성한
환경외
조건에서 발생한 이슈개개인의 환경에 영향을 받는
vagrant
에러(error)와 관련된 이슈하지만 다음의 사항에 모두 해당 한다면 이슈를 부탁드립니다.
책의
오타
및형식의 오류
이와 같은 경우에는 다음의 절차를 따라서 진행
위의 사항 외에
이슈
라면 가능한 빨리(평균적으로 1일 이내) 회신드리도록 하겠습니다.[ 내용 ]
도커 이미지 빌드시 오류 내용.
Checking out Revision 5ed2bf9132d6fabf9481ea8f90b1bdddd74490fe (refs/remotes/origin/main)
/bin/docker: 2: .: Can't open /etc/sysconfig/docker
Build step 'Execute shell' marked build as failure
Finished: FAILURE
해결방법
개인 적인 해결 방법
hostPath: "/etc/sysconfig/docker"
mountPath: "/etc/sysconfig/docker"
hostPath: "/etc/sysconfig/docker"
mountPath: "/etc/sysconfig/docker"
개인 github에 수정된 jenkins-config.yaml 커밋후
jenkins-install.sh 파일의 5번 라인 개인 jenkins-config.yaml 파일 커밋된 개인 github 경로 수정후
helm uninstall jenkins 이후 ./jenkins-install.sh 재실행
인프런 질문에도 동일한 에러 문의를 확인 하였고, 저도 동일하게 에러가 발생되어 글남깁니다.
확인 부탁드립니다.
The text was updated successfully, but these errors were encountered: