Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PLEX_UID and PLEX_GID to support cross-fs (NFS) environments. #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JSteeleIR
Copy link

No description provided.

@drallgood
Copy link

Is this ever gonna get merged?

@MrWillTurner
Copy link

+1

if cu, err := strconv.ParseBool(cleanUpPod); cu && err != nil {
log.Printf("Cleaning up pod...")
err = kubeClient.CoreV1().Pods(namespace).Delete(pod.Name, nil)
if err != nil {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to ignore IsNotFoundError

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that. I'll change the logic to handle it.

@JSteeleIR
Copy link
Author

Hey folks. I just finished a move, and am in the process of standing my homelab back up to play with this some more. I'll see if I can't carve out some time to fix this in the near future, and find a way to get the travis checks to pass and get this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants