Skip to content

Commit d9b6f95

Browse files
committed
Add a required annotation to ns/openshift-lightspeed
To fix the job [1]: ``` STEP: having openshift namespaces with management annotation @ 05/15/26 15:04:53.188 [FAILED] in [It] - github.com/openshift/origin/test/extended/cpu_partitioning/platform.go:90 @ 05/15/26 15:04:53.225 fail [github.com/openshift/origin/test/extended/cpu_partitioning/platform.go:90]: projects [openshift-lightspeed] do not contain the annotation map[workload.openshift.io/allowed:management] Expected <[]string | len:1, cap:1>: [ "openshift-lightspeed", ] to be empty ``` [1]. https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-version-operator/1382/pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-ovn/2055256018060840960
1 parent edc9591 commit d9b6f95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install/0000_00_cluster-version-operator_45_openshift-lightspeed_namespace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ metadata:
55
annotations:
66
kubernetes.io/description: This manifest is only for testing purpose and will be removed when its own operator becomes available on the cluster.
77
include.release.openshift.io/self-managed-high-availability: "true"
8+
workload.openshift.io/allowed: "management"

0 commit comments

Comments
 (0)