Skip to content

Add missing operators from the known operators list#26963

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
stbenjam:ccm
Apr 2, 2022
Merged

Add missing operators from the known operators list#26963
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
stbenjam:ccm

Conversation

@stbenjam
Copy link
Member

@stbenjam stbenjam commented Apr 1, 2022

CCM and baremetal are missing. List updated based on list from a 4.11
cluster:

$ oc get clusteroperators -o name | sort
clusteroperator.config.openshift.io/authentication
clusteroperator.config.openshift.io/baremetal
clusteroperator.config.openshift.io/cloud-controller-manager
clusteroperator.config.openshift.io/cloud-credential
clusteroperator.config.openshift.io/cluster-autoscaler
clusteroperator.config.openshift.io/config-operator
clusteroperator.config.openshift.io/console
clusteroperator.config.openshift.io/csi-snapshot-controller
clusteroperator.config.openshift.io/dns
clusteroperator.config.openshift.io/etcd
clusteroperator.config.openshift.io/image-registry
clusteroperator.config.openshift.io/ingress
clusteroperator.config.openshift.io/insights
clusteroperator.config.openshift.io/kube-apiserver
clusteroperator.config.openshift.io/kube-controller-manager
clusteroperator.config.openshift.io/kube-scheduler
clusteroperator.config.openshift.io/kube-storage-version-migrator
clusteroperator.config.openshift.io/machine-api
clusteroperator.config.openshift.io/machine-approver
clusteroperator.config.openshift.io/machine-config
clusteroperator.config.openshift.io/marketplace
clusteroperator.config.openshift.io/monitoring
clusteroperator.config.openshift.io/network
clusteroperator.config.openshift.io/node-tuning
clusteroperator.config.openshift.io/openshift-apiserver
clusteroperator.config.openshift.io/openshift-controller-manager
clusteroperator.config.openshift.io/openshift-samples
clusteroperator.config.openshift.io/operator-lifecycle-manager
clusteroperator.config.openshift.io/operator-lifecycle-manager-catalog
clusteroperator.config.openshift.io/operator-lifecycle-manager-packageserver
clusteroperator.config.openshift.io/service-ca
clusteroperator.config.openshift.io/storage

@openshift-ci openshift-ci bot requested review from mfojtik and spadgett April 1, 2022 13:24
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 1, 2022
@dgoodwin
Copy link
Contributor

dgoodwin commented Apr 1, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 1, 2022
@dgoodwin
Copy link
Contributor

dgoodwin commented Apr 1, 2022

/lgtm

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 1, 2022
CCM and baremetal are missing.  List updated based on list from a 4.11
cluster:

```
$ oc get clusteroperators -o name | sort
clusteroperator.config.openshift.io/authentication
clusteroperator.config.openshift.io/baremetal
clusteroperator.config.openshift.io/cloud-controller-manager
clusteroperator.config.openshift.io/cloud-credential
clusteroperator.config.openshift.io/cluster-autoscaler
clusteroperator.config.openshift.io/config-operator
clusteroperator.config.openshift.io/console
clusteroperator.config.openshift.io/csi-snapshot-controller
clusteroperator.config.openshift.io/dns
clusteroperator.config.openshift.io/etcd
clusteroperator.config.openshift.io/image-registry
clusteroperator.config.openshift.io/ingress
clusteroperator.config.openshift.io/insights
clusteroperator.config.openshift.io/kube-apiserver
clusteroperator.config.openshift.io/kube-controller-manager
clusteroperator.config.openshift.io/kube-scheduler
clusteroperator.config.openshift.io/kube-storage-version-migrator
clusteroperator.config.openshift.io/machine-api
clusteroperator.config.openshift.io/machine-approver
clusteroperator.config.openshift.io/machine-config
clusteroperator.config.openshift.io/marketplace
clusteroperator.config.openshift.io/monitoring
clusteroperator.config.openshift.io/network
clusteroperator.config.openshift.io/node-tuning
clusteroperator.config.openshift.io/openshift-apiserver
clusteroperator.config.openshift.io/openshift-controller-manager
clusteroperator.config.openshift.io/openshift-samples
clusteroperator.config.openshift.io/operator-lifecycle-manager
clusteroperator.config.openshift.io/operator-lifecycle-manager-catalog
clusteroperator.config.openshift.io/operator-lifecycle-manager-packageserver
clusteroperator.config.openshift.io/service-ca
clusteroperator.config.openshift.io/storage
```
@stbenjam stbenjam changed the title Add cloud-controller-manager to list of known operators Add missing operators from the known operators list Apr 1, 2022
"etcd",
"ingress",
"image-registry",
"ingress",
Copy link
Member Author

Choose a reason for hiding this comment

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

This was just fixing the alphabetization.

@dgoodwin
Copy link
Contributor

dgoodwin commented Apr 1, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 1, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 1, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dgoodwin, stbenjam

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-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

6 similar comments
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 2, 2022

@stbenjam: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-ovn-rt-upgrade ea62b81 link false /test e2e-gcp-ovn-rt-upgrade

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 93eb467 into openshift:master Apr 2, 2022
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.

4 participants

Comments