Skip to content

Conversation

@PratikMahajan
Copy link
Contributor

A regression introduced in 4.11.6 may lead to OVN control plane failure and workload disruption.

@PratikMahajan PratikMahajan changed the title blocked-edges/4.11.6: OVNNetworkPolicyLongName blocked-edges/4.11.6: Declare OVNNetworkPolicyLongName risk Sep 27, 2022
A regression introduced in 4.11.6 may lead to OVN control plane failure and workload disruption.
@PratikMahajan PratikMahajan force-pushed the block-4.11.6-ovn-long-ns branch from 24d422d to c641333 Compare September 27, 2022 14:30
@openshift-ci openshift-ci bot requested review from jottofar and wking September 27, 2022 14:31
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 27, 2022
Copy link
Member

@wking wking 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 Sep 27, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 27, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: PratikMahajan, wking

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:
  • OWNERS [PratikMahajan,wking]

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

@openshift-merge-robot openshift-merge-robot merged commit c830b1e into openshift:master Sep 27, 2022
wking added a commit to wking/cincinnati-graph-data that referenced this pull request Sep 27, 2022
Fixing a typo from c641333 (blocked-edges/4.11.6: declare
OVNNetworkPolicyLongName risk, 2022-09-27, openshift#2552).  Otherwise the
blocked-edges parsers thing this is informative docs, and not an
actual risk declaration.  With this change:

  $ hack/show-edges.py candidate-4.11 | grep ' 4[.]11[.]6$'
  4.10.16 -(blocked: OVNNetworkPolicyLongName)-> 4.11.6
  4.10.17 -(blocked: OVNNetworkPolicyLongName)-> 4.11.6
  4.10.18 -(blocked: OVNNetworkPolicyLongName)-> 4.11.6
  ...same OVNNetworkPolicyLongName for everything else going into 4.11.6...

which is what we want.
wking added a commit to wking/cincinnati-graph-data that referenced this pull request Jun 27, 2023
The PromQL approach is similar to what we used in c641333
(blocked-edges/4.11.6: declare OVNNetworkPolicyLongName risk,
2022-09-27, openshift#2552), except:

* I'm using the PerformanceProfiles resource.
* I'm using apiserver_storage_objects instead of
  cluster:usage:resources:sum, to cut out one lossy layer of
  indirection [1].

Generated by writing the 4.13.0 declaration by hand, and then copying
out to other 4.13 releases with:

  $ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.13' | jq -r '.nodes[].version' | grep '^4[.]13[.]' | grep -v '^4[.]13[.]0$' | while read V; do sed "s/4[.]13[.]0/${V}/g" blocked-edges/4.13.0-PerformanceProfilesCPUQuota.yaml > "blocked-edges/${V}-PerformanceProfilesCPUQuota.yaml"; done
  $ git add blocked-edges/4.13.*PerformanceProfilesCPUQuota.yaml

[1]: https://github.com/openshift/cluster-monitoring-operator/blob/70dd5c9a414448ace1d07090730510d5922b6b18/jsonnet/rules.libsonnet#L291-L292C20
wking added a commit to wking/cincinnati-graph-data that referenced this pull request Jun 27, 2023
The PromQL approach is similar to what we used in c641333
(blocked-edges/4.11.6: declare OVNNetworkPolicyLongName risk,
2022-09-27, openshift#2552), except:

* I'm using the PerformanceProfiles resource.
* I'm using apiserver_storage_objects instead of
  cluster:usage:resources:sum, to cut out one lossy layer of
  indirection [1].

Generated by writing the 4.13.0 declaration by hand, and then copying
out to other 4.13 releases with:

  $ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.13' | jq -r '.nodes[].version' | grep '^4[.]13[.]' | grep -v '^4[.]13[.]0$' | while read V; do sed "s/4[.]13[.]0/${V}/g" blocked-edges/4.13.0-PerformanceProfilesCPUQuota.yaml > "blocked-edges/${V}-PerformanceProfilesCPUQuota.yaml"; done
  $ git add blocked-edges/4.13.*PerformanceProfilesCPUQuota.yaml

[1]: https://github.com/openshift/cluster-monitoring-operator/blob/70dd5c9a414448ace1d07090730510d5922b6b18/jsonnet/rules.libsonnet#L291-L292C20
wking added a commit to wking/cincinnati-graph-data that referenced this pull request Jun 27, 2023
The PromQL approach is similar to what we used in c641333
(blocked-edges/4.11.6: declare OVNNetworkPolicyLongName risk,
2022-09-27, openshift#2552), except:

* I'm using the PerformanceProfiles resource.
* I'm using apiserver_storage_objects instead of
  cluster:usage:resources:sum, to cut out one lossy layer of
  indirection [1].

Generated by writing the 4.13.0 declaration by hand, and then copying
out to other 4.13 releases with:

  $ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.13' | jq -r '.nodes[].version' | grep '^4[.]13[.]' | grep -v '^4[.]13[.]0$' | while read V; do sed "s/4[.]13[.]0/${V}/g" blocked-edges/4.13.0-PerformanceProfilesCPUQuota.yaml > "blocked-edges/${V}-PerformanceProfilesCPUQuota.yaml"; done
  $ git add blocked-edges/4.13.*PerformanceProfilesCPUQuota.yaml

[1]: https://github.com/openshift/cluster-monitoring-operator/blob/70dd5c9a414448ace1d07090730510d5922b6b18/jsonnet/rules.libsonnet#L291-L292C20
wking added a commit to wking/cincinnati-graph-data that referenced this pull request Jun 28, 2023
The PromQL approach is similar to what we used in c641333
(blocked-edges/4.11.6: declare OVNNetworkPolicyLongName risk,
2022-09-27, openshift#2552), except:

* I'm using the PerformanceProfiles resource.
* I'm using apiserver_storage_objects instead of
  cluster:usage:resources:sum, to cut out one lossy layer of
  indirection [1].

Generated by writing the 4.13.0 declaration by hand, and then copying
out to other 4.13 releases with:

  $ curl -s 'https://api.openshift.com/api/upgrades_info/graph?channel=candidate-4.13' | jq -r '.nodes[].version' | grep '^4[.]13[.]' | grep -v '^4[.]13[.]0$' | while read V; do sed "s/4[.]13[.]0/${V}/g" blocked-edges/4.13.0-PerformanceProfilesCPUQuota.yaml > "blocked-edges/${V}-PerformanceProfilesCPUQuota.yaml"; done
  $ git add blocked-edges/4.13.*PerformanceProfilesCPUQuota.yaml

[1]: https://github.com/openshift/cluster-monitoring-operator/blob/70dd5c9a414448ace1d07090730510d5922b6b18/jsonnet/rules.libsonnet#L291-L292C20
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