k3s-cluster icon indicating copy to clipboard operation
k3s-cluster copied to clipboard

Move media things into the media namespace

Open phybros opened this issue 3 years ago • 3 comments

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

phybros avatar Oct 06 '21 13:10 phybros

I think the process should basically be

  1. flux suspend everything in default and media namespaces
  2. k delete hr the HelmRelease in question
  3. pvc-relocator the config pvc to media from default
  4. Edit all the code to match, push to github
  5. flux resume all the things

phybros avatar Dec 12 '21 15:12 phybros

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

phybros avatar Dec 12 '21 15:12 phybros

Make sure any things that refer to services in the same namespace like sabnzbd:8080 don't break

phybros avatar Apr 29 '22 19:04 phybros