-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adopt conditionally based on owner #1214
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
faa0516
to
ffc4a1e
Compare
@ncdc looks like there is still some remnants of the go.sum jsonpath issue here |
@detiber where do you see that? |
gah 1 sec |
Only add a Cluster ownerReference to MachineDeployment if it doesn't already have one. Only add a Cluster ownerReference to MachineSet if it doesn't already have one to a MachineDeployment or Cluster. Only add a Cluster ownerReference to Machine if it doesn't already have one to a MachineSet or Cluster. Signed-off-by: Andy Goldstein <goldsteina@vmware.com>
ffc4a1e
to
951a01e
Compare
/hold cancel |
/lgtm |
What this PR does / why we need it:
This ports #1207 to master.
Only add a Cluster ownerReference to MachineDeployment if it doesn't
already have one.
Only add a Cluster ownerReference to MachineSet if it doesn't already
have one to a MachineDeployment or Cluster.
Only add a Cluster ownerReference to Machine if it doesn't already have
one to a MachineSet or Cluster.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1210
Special notes for your reviewer:
I made a slight change from #1207 - Machines would never belong to a MachineDeployment, so I removed that condition.
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: