-
Notifications
You must be signed in to change notification settings - Fork 179
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
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
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
2 tasks
zimnx
added a commit
that referenced
this issue
Nov 16, 2020
zimnx
added a commit
that referenced
this issue
Nov 17, 2020
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 18, 2020
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: