Skip to content

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