Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions manifests/0000_51_olm_00-olm-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ kind: OLM
metadata:
name: cluster
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
release.openshift.io/create-only: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
release.openshift.io/create-only: "true"
spec:
managementState: Managed
logLevel: Normal
Expand Down
6 changes: 4 additions & 2 deletions manifests/0000_51_olm_01_operator_namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ kind: Namespace
metadata:
name: openshift-cluster-olm-operator
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
workload.openshift.io/allowed: "management"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
pod-security.kubernetes.io/enforce: restricted
pod-security.kubernetes.io/enforce-version: latest
capability.openshift.io/name: "OperatorLifecycleManagerV1"
workload.openshift.io/allowed: "management"
12 changes: 7 additions & 5 deletions manifests/0000_51_olm_02_operator_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cluster-olm-operator
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
capability.openshift.io/name: "OperatorLifecycleManagerV1"
name: cluster-olm-operator
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
rules:
- apiGroups:
- config.openshift.io
Expand Down
4 changes: 3 additions & 1 deletion manifests/0000_51_olm_03_service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
namespace: openshift-cluster-olm-operator
name: cluster-olm-operator
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
6 changes: 4 additions & 2 deletions manifests/0000_51_olm_04_metrics_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ metadata:
namespace: openshift-cluster-olm-operator
name: cluster-olm-operator-metrics
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
service.alpha.openshift.io/serving-cert-secret-name: cluster-olm-operator-serving-cert
release.openshift.io/feature-set: TechPreviewNoUpgrade
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
service.alpha.openshift.io/serving-cert-secret-name: cluster-olm-operator-serving-cert
spec:
ports:
- name: https
Expand Down
4 changes: 3 additions & 1 deletion manifests/0000_51_olm_05_operator_clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cluster-olm-operator-role
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
subjects:
- kind: ServiceAccount
name: cluster-olm-operator
Expand Down
4 changes: 3 additions & 1 deletion manifests/0000_51_olm_06_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ metadata:
namespace: openshift-cluster-olm-operator
name: cluster-olm-operator
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
spec:
replicas: 1
selector:
Expand Down
4 changes: 3 additions & 1 deletion manifests/0000_51_olm_07_cluster_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ kind: ClusterOperator
metadata:
name: olm
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: TechPreviewNoUpgrade
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManagerV1"
release.openshift.io/feature-set: TechPreviewNoUpgrade
spec: {}
status:
versions:
Expand Down