-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
deploy: add owner reference to rc from the deployer #13582
Conversation
[test] |
@Kargakis PTAL |
lgtm [merge] |
[merge] |
flake: #13614 |
[merge] (fixed fake Patch) |
91fcf7f
to
3ac9b17
Compare
OwnerReferences: []kapi.OwnerReference{{ | ||
// FIXME: This will have to point to apps.openshift.io/v1 after we switch to | ||
// clientsets. | ||
APIVersion: "v1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kargakis PTAL again, this has to be set to real version (deployment.APIVersion
is internal so no version...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[test] |
Evaluated for origin test up to 3ac9b17 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/568/) (Base Commit: 801b564) |
aws flake [merge] |
Evaluated for origin merge up to 3ac9b17 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/263/) (Base Commit: 83e3250) (Image: devenv-rhel7_6119) |
Fixes: #13554
This will only take effect when the
revisionHistory
is set and there are "failed" deployments. In that case we are keeping the deployer pods (so users can get logs/etc.).