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

Resources with Customer Resource Definition Owner References are skipped #246

Closed
wmlynch opened this issue Jan 26, 2021 · 1 comment · Fixed by #247
Closed

Resources with Customer Resource Definition Owner References are skipped #246

wmlynch opened this issue Jan 26, 2021 · 1 comment · Fixed by #247
Labels
bug Something isn't working

Comments

@wmlynch
Copy link

wmlynch commented Jan 26, 2021

What commit ID of Portieris did you experience the problem with?

portieris:v0.10.0

What went wrong?

A daemonset resource with the following OwnerReference was not evaluated by portieris

    ownerReferences:
    - apiVersion: operator.tigera.io/v1
      blockOwnerDeletion: true
      controller: true
      kind: Installation
      name: default

What should have happened differently?

The resource should have been evaluated

How can it be reproduced?

Any other relevant information

@sjhx sjhx added the bug Something isn't working label Jan 26, 2021
@sjhx
Copy link
Member

sjhx commented Jan 26, 2021

Essentially it is the case that by adding an ownerReference Portieris does not evaluate the resource since it expects that the owning resource will have been evaluated.

I am thinking that it needs to evaluate the type of the owner and ensure that it is a type that is processed and evaluated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants