k3s-cluster
k3s-cluster copied to clipboard
Move media things into the media namespace
Had to put everything in default because I was in a rush...
These should go into media
- plex
- tautulli
- sabnzbd
- radarr
- sonarr
Will need to use PVC Relocator to move the PVCs. Test the process using a smaller HelmRelease like Hajimari
I think the process should basically be
-
flux suspend
everything indefault
andmedia
namespaces -
k delete hr
the HelmRelease in question -
pvc-relocator
the config pvc tomedia
fromdefault
- Edit all the code to match, push to github
-
flux resume
all the things
This will break backups, so once the pvc is relocated to the new namespace, do a manual backup and benji rm
all the ones from the old namespace
Make sure any things that refer to services in the same namespace like sabnzbd:8080
don't break