Skip to content
Discussion options

You must be logged in to vote

This is the recipe we used to repair the broken nodes, which did not yet deleted all snapshots from disk. We deleted the latter in Cloud Console and provisioned them with Terraform again.

We had to go back to the snapshot before November 12th (which was May) - all others were broken!

# set node specs
$ NODE=node-name
$ IP=ip-address

# check / wait until all pods are in ready state
$ k get pods -A

# drain the node in question
$ k drain $NODE --ignore-daemonsets --delete-emptydir-data

# perform a snapper rollback on this node
$ ssh root@$IP
$ snapper list
$ snapper rollback 23
$ reboot

# perform transactional-update to be up-to-date again
$ ssh root@$IP
$ systemctl start transactional-u…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jr-dimedis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant