From f3211f3254bb769d5fd952a91e30ddbbfca32351 Mon Sep 17 00:00:00 2001 From: D3athByMonkey <58397205+D3athByMonkey@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:54:20 -0700 Subject: [PATCH] Update README.md Add at the bottom a quick and dirty revert tactic that's outlined in the posted issue. Seeing a revert path from and center will make a lot of possible consumers more comfortable with either using or trying it knowing how they can revert it. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe67ba9..581c45c 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ kubectl rollout status daemonset -n knode-system knode-daemon curl -L https://github.com/juan-lee/knode/releases/download/v0.1.3/knode-tmpdir.yaml | kubectl apply -f - kubectl rollout status daemonset -n knode-system knode-daemon ``` +#### Reverting knode + +If you wish to revert the data-root changes back to the original location you can [update data-root](https://github.com/juan-lee/knode/releases/download/v0.1.2/knode-tmpdir.yaml) to point to `/var/lib/docker` and then kubectl apply. +