Skip to content

Commit

Permalink
Remove operators from cvo override which are part of capabilities
Browse files Browse the repository at this point in the history
In previous commit we added base capability which remove optional
operators. This PR remove duplicate of same operators from cvo
override list since it is not required.
  • Loading branch information
praveenkumar committed Jan 12, 2023
1 parent 3a6332c commit f6d417c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 108 deletions.
59 changes: 1 addition & 58 deletions cvo-overrides-after-first-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@
name: monitoring
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: kube-storage-version-migrator-operator
namespace: openshift-kube-storage-version-migrator-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: kube-storage-version-migrator
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: insights-operator
namespace: openshift-insights
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: insights
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cloud-credential-operator
Expand All @@ -41,26 +21,6 @@
name: cloud-credential
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-storage-operator
namespace: openshift-cluster-storage-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: storage
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-baremetal-operator
namespace: openshift-machine-api
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: baremetal
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-autoscaler-operator
Expand All @@ -76,23 +36,6 @@
name: csi-snapshot-controller-operator
namespace: openshift-cluster-storage-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: csi-snapshot-controller
namespace: ""
unmanaged: true
# only used in bootstrap phase
- kind: ClusterOperator
group: config.openshift.io
name: machine-api
namespace: ""
unmanaged: true
# required to scale down etcd-quorum-guard
- kind: Deployment
group: apps
name: etcd-quorum-guard
namespace: openshift-etcd
unmanaged: true
- kind: Deployment
group: apps
name: cluster-cloud-controller-manager-operator
Expand All @@ -103,4 +46,4 @@
name: cloud-controller-manager
namespace: ""
unmanaged: true

51 changes: 1 addition & 50 deletions cvo-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@ spec:
name: monitoring
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: kube-storage-version-migrator-operator
namespace: openshift-kube-storage-version-migrator-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: kube-storage-version-migrator
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: insights-operator
namespace: openshift-insights
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: insights
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cloud-credential-operator
Expand All @@ -40,26 +20,6 @@ spec:
name: cloud-credential
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-storage-operator
namespace: openshift-cluster-storage-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: storage
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-baremetal-operator
namespace: openshift-machine-api
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: baremetal
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-autoscaler-operator
Expand All @@ -70,16 +30,6 @@ spec:
name: cluster-autoscaler
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: csi-snapshot-controller-operator
namespace: openshift-cluster-storage-operator
unmanaged: true
- kind: ClusterOperator
group: config.openshift.io
name: csi-snapshot-controller
namespace: ""
unmanaged: true
- kind: Deployment
group: apps
name: cluster-cloud-controller-manager-operator
Expand All @@ -90,3 +40,4 @@ spec:
name: cloud-controller-manager
namespace: ""
unmanaged: true

0 comments on commit f6d417c

Please sign in to comment.