Skip to content
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

Merged
merged 2 commits into from
Mar 30, 2021
Merged

etcd election timout 설정 추가 #21

merged 2 commits into from
Mar 30, 2021

Conversation

zugwan
Copy link
Contributor

@zugwan zugwan commented Mar 24, 2021

느린 디스크 등의 문제로 etcd 리더 변경이 자주 발생하는 환경에서 timeout 값 (기본: 1000ms -> 예: 10000) 증가시키면 문제 상황을 완화할 수 있습니다. 이를 설정하는 변수를 추가하였습니다.

@@ -0,0 +1,6 @@
dependencies:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helm-toolkit 은 어떤 library 때문에 사용되는 건가요?

Copy link
Contributor Author

@zugwan zugwan Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@Jaesang Jaesang left a 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

cluster-api-openstack/values.yaml Outdated Show resolved Hide resolved
zugwan added 2 commits March 26, 2021 00:50
If a disk or network has performance problems, increasing the timeout
value can prevent unnecessary and frequent changes to the etcd leader.
@zugwan zugwan force-pushed the capo_etcd_timeout branch from d50633f to 5c2ddf6 Compare March 26, 2021 00:51
@zugwan
Copy link
Contributor Author

zugwan commented Mar 30, 2021

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

수정 내용 반영 후 코멘트를 남기었다고 생각했는데 최종 제출을 안한 듯 하네요.

chats/ 디렉토리를 포함하여 반영하였습니다.

@Jaesang Jaesang merged commit 6295b07 into main Mar 30, 2021
@estherk0 estherk0 deleted the capo_etcd_timeout branch June 28, 2021 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants