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

Add HA etcd sample #36

Merged
merged 1 commit into from
Mar 14, 2019
Merged

Conversation

alexander-demicev
Copy link

3 node HA etcd sample

@jwmatthews
Copy link
Member

@alaypatel07 we would like create a HA deployment of etcd to aid us with observing ocp migrations and teasing out issues.

Do you have any suggestions for improving this example to make it a better representation of an ha etcd deployment?

Copy link

@alaypatel07 alaypatel07 left a comment

Choose a reason for hiding this comment

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

@jwmatthews @alexander-demichev Overall looks good. Added few NITs for running it in ha

Copy link

@alaypatel07 alaypatel07 left a comment

Choose a reason for hiding this comment

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

@alexander-demichev Please find the requested changes in comments above

@jwmatthews jwmatthews removed their request for review March 13, 2019 22:42
--listen-peer-urls http://0.0.0.0:2380 \
--listen-client-urls http://0.0.0.0:2379 \
--advertise-client-urls http://${HOSTNAME}.etcd:2379 \
--initial-advertise-peer-urls http://${HOSTNAME}:2380 \

Choose a reason for hiding this comment

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

This needs to be --initial-advertise-peer-urls http://${HOSTNAME}.etcd:2380 \

Copy link

@alaypatel07 alaypatel07 left a comment

Choose a reason for hiding this comment

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

/lgtm

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.

None yet

3 participants