This message was deleted.
# k3s
a
This message was deleted.
c
start k3s with
--disable=local-storage
l
🤦 didn't even consider that
Safe to do that on an existing deployment, I expect?
c
yep. as long as you don’t need the local-path storageclass for anything.
l
If I do I deserve what's coming
c
if you do, then make a copy of the stock manifest before you disable it, in a different file.
that would also be your opportunity to remove the default annotation
l
Okay so after reading this doc I think I understand what's happening. Since the default flag is set in this manifest, whenever k3s restarts, it resets it huh
c
yep
l
Okay I'm not insane
c
I have personally just got in the habit of explicitly specifying the storageClassName on my PVCs
l
Yeah same, I'm more worried about what a helm chart might try to do