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

Netlink #101

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

nocturnalastro
Copy link
Collaborator

No description provided.

@nocturnalastro nocturnalastro marked this pull request as ready for review November 24, 2023 12:28
return err
}
if len(pods.Items) == 0 || len(pods.Items) > 1 {
// I don't think k8s allows more than one pod with the same name
Copy link
Contributor

Choose a reason for hiding this comment

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

Pod name has to be unique in a namespace.

This error is wrong if 0 pods are found, and >1 can never be found.

pkg/clients/exec_command.go Show resolved Hide resolved
@jnunyez jnunyez self-requested a review December 1, 2023 10:54
@nocturnalastro nocturnalastro merged commit e7353ba into redhat-partner-solutions:main Jan 10, 2024
5 checks passed
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.

3 participants