knode icon indicating copy to clipboard operation
knode copied to clipboard

Reverting knode

Open alonisser opened this issue 6 years ago • 1 comments

Hey, thanks for creating this - been pointed here by Azure aks team. I've got two questions

  1. How can I revert this change if I need to (Discovering it breaks something in our system for example)
  2. What is actually moved in data-root - it doesn't include the layer caching right? (I hope so at least)

Thanks! I'll be happy to add this info the docs once I understand it

alonisser avatar Mar 23 '20 23:03 alonisser

To revert to the aks default you can update data-root to point to the default (/var/lib/docker) and then kubectl apply.

Changing the data-root relocates everything that's usually under /var/lib/docker.

juan-lee avatar Mar 25 '20 18:03 juan-lee