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

Replace a dead node #48

Closed
dahankzter opened this issue Dec 18, 2019 · 0 comments · Fixed by #250
Closed

Replace a dead node #48

dahankzter opened this issue Dec 18, 2019 · 0 comments · Fixed by #250
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@dahankzter
Copy link
Contributor

This operation requires the use of replace_address_first_boot. This means we probably need a tag that the operator can use to identify this special scenario.

@dahankzter dahankzter added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 18, 2019
@dahankzter dahankzter added this to the 1.0 milestone Dec 18, 2019
@dahankzter dahankzter removed this from the 1.0 milestone Jan 29, 2020
@mmatczuk mmatczuk added this to the 1.0 milestone Sep 22, 2020
@ezbz ezbz changed the title Replace node Replace a dead node Nov 14, 2020
zimnx added a commit that referenced this issue Nov 16, 2020
Dead node can be replaced using special label added to member service.

When label "scylla/replace" with empty string value is added to member
service, Operator will remove PVC attached to dead node, delete dead pod
and remove member service.
New pod will be scheduled on different node, and scylla will be run with
additional parameter `--replace-address-first-boot` together with IP
address of deleted node.

Fixes #48
zimnx added a commit that referenced this issue Nov 16, 2020
Dead node can be replaced using special label added to member service.

When label "scylla/replace" with empty string value is added to member
service, Operator will remove PVC attached to dead node, delete dead pod
and remove member service.
New pod will be scheduled on different node, and scylla will be run with
additional parameter `--replace-address-first-boot` together with IP
address of deleted node.

Fixes #48
zimnx added a commit that referenced this issue Nov 18, 2020
Dead node can be replaced using special label added to member service.

When label "scylla/replace" with empty string value is added to member
service, Operator will remove PVC attached to dead node, delete dead pod
and remove member service.
New pod will be scheduled on different node, and scylla will be run with
additional parameter `--replace-address-first-boot` together with IP
address of deleted node.

Fixes #48
zimnx added a commit that referenced this issue Nov 20, 2020
Dead node can be replaced using special label added to member service.

When label "scylla/replace" with empty string value is added to member
service, Operator will remove PVC attached to dead node, delete dead pod
and remove member service.
New pod will be scheduled on different node, and scylla will be run with
additional parameter `--replace-address-first-boot` together with IP
address of deleted node.

Fixes #48
zimnx added a commit that referenced this issue Nov 20, 2020
Dead node can be replaced using special label added to member service.

When label "scylla/replace" with empty string value is added to member
service, Operator will remove PVC attached to dead node, delete dead pod
and remove member service.
New pod will be scheduled on different node, and scylla will be run with
additional parameter `--replace-address-first-boot` together with IP
address of deleted node.

Fixes #48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants