Skip to content

enhancements/update/targeted-update-edge-blocking: Drop Evaluating#1420

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
wking:drop-Evaluating
Jun 7, 2023
Merged

enhancements/update/targeted-update-edge-blocking: Drop Evaluating#1420
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
wking:drop-Evaluating

Conversation

@wking
Copy link
Member

@wking wking commented Jun 7, 2023

Following up on 6af8d09 (#910), with more changes to align this enhancement with the actual implementation.

We never implemented Evaluating, because Recommended=Unknown means we're trying (and failing) to figure out if some of the target's risks apply to the cluster.

And:

// +kubebuilder:validation:Required
// +kubebuilder:validation:MinItems=1
// +listType=atomic
// +required
MatchingRules []ClusterCondition `json:"matchingRules"`

means that empty matchingRules is not possible, as previously discussed around:

Mitigating that "where did that edge go?" confusion in the required-property alternative, David expects graph-admins to be keeping watch over enough ClusterVersion content...

in the alternatives section of the enhancement.

Following up on 6af8d09
(enhancements/update/targeted-update-edge-blocking: Update after API
landed, 2021-09-20, openshift#910), with more changes to align this enhancement
with the actual implementation.

We never implemented Evaluating, because Recommended=Unknown means
we're trying (and failing) to figure out if some of the target's risks
apply to the cluster.

And:

  // +kubebuilder:validation:Required
  // +kubebuilder:validation:MinItems=1
  // +listType=atomic
  // +required
  MatchingRules []ClusterCondition `json:"matchingRules"`

means that empty matchingRules is not possible, as previously discussed around:

  Mitigating that "where did that edge go?" confusion in the
  required-property alternative, David expects graph-admins to be
  keeping watch over enough ClusterVersion content...

in the alternatives section of the enhancement.
Copy link
Member

@LalatenduMohanty LalatenduMohanty left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 7, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 7, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LalatenduMohanty

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 7, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 7, 2023

@wking: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 4f18064 into openshift:master Jun 7, 2023
@wking wking deleted the drop-Evaluating branch June 7, 2023 21:40
wking added a commit to wking/openshift-api that referenced this pull request Feb 6, 2024
…conditionalUpdates condition type

Catching up with openshift/enhancements@c446cd7846
(enhancements/update/targeted-update-edge-blocking: Drop Evaluating,
2023-06-07, openshift/enhancements#1420), which points out that this
type was never implemented, because Recommended=Unknown is sufficient
to say "we're trying (and failing) to figure out if some of the
target's risks apply to the cluster".
wking added a commit to wking/openshift-api that referenced this pull request Feb 6, 2024
…conditionalUpdates condition type

Catching up with openshift/enhancements@c446cd7846
(enhancements/update/targeted-update-edge-blocking: Drop Evaluating,
2023-06-07, openshift/enhancements#1420), which points out that this
type was never implemented, because Recommended=Unknown is sufficient
to say "we're trying (and failing) to figure out if some of the
target's risks apply to the cluster".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants