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

Ignore not running pods or pods without owner references #2

Open
jeefy opened this issue Nov 22, 2019 · 1 comment
Open

Ignore not running pods or pods without owner references #2

jeefy opened this issue Nov 22, 2019 · 1 comment

Comments

@jeefy
Copy link
Member

jeefy commented Nov 22, 2019

We want to create ordered chaos. Any pod without an owner reference or that isn't running should be ignored.

@sanderploegsma
Copy link

Regarding pods without an owner reference: this can be done similarly to rm-standalone-pods, but it would require jq or some fancy scripting to filter on the .metadata.ownerReferences field.

I looked into using -o jsonpath but that doesn't support filtering on array length.

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

No branches or pull requests

2 participants