Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
안녕하세요. 아래 환경으로 학습 환경 2 구축 중에 에러가 발생했습니다.
위 에러 메세지로 구글링하면 아주 다양한 해결책이 나오는데요, 그 중 거의 유일한 해결책이 Vagrantfile의
vbox.gui옵션을true로 바꾸는 것이었습니다. (VM, Vagrant 재설치, 다른 버전으로 설치, 여러가지 커맨드 실행, 권한 허용 등의 방법이 소용이 없었습니다.)vm, 도커와 k8s 환경에 익숙하지 않아 이 부분이 어떤 이유로 문제를 해결했는지 알 수 없지만 저와 같은 현상이었던 사람이 꽤 많은 것 같아 PR을 올립니다.
제가 바꾼 옵션이 특정 환경에서만 적용되는 것이라면 따로 리드미에 언급만 해도 좋을 것 같습니다.