-
Notifications
You must be signed in to change notification settings - Fork 12
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
etcd election timout 설정 추가 #21
Conversation
@@ -0,0 +1,6 @@ | |||
dependencies: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm-toolkit 은 어떤 library 때문에 사용되는 건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm install시 chart폴더가 없다는 에러가 나는데, 폴더에서 helm dep update를 해서 charts폴더에 helm-toolkit 차트가 있어야 Install이 됩니다.
$ helm install cluster-jaesang ./cluster-api-openstack -f values-override.yaml
Error: found in Chart.yaml, but missing in charts/ directory: helm-toolkit
If a disk or network has performance problems, increasing the timeout value can prevent unnecessary and frequent changes to the etcd leader.
d50633f
to
5c2ddf6
Compare
수정 내용 반영 후 코멘트를 남기었다고 생각했는데 최종 제출을 안한 듯 하네요. chats/ 디렉토리를 포함하여 반영하였습니다. |
느린 디스크 등의 문제로 etcd 리더 변경이 자주 발생하는 환경에서 timeout 값 (기본: 1000ms -> 예: 10000) 증가시키면 문제 상황을 완화할 수 있습니다. 이를 설정하는 변수를 추가하였습니다.