Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operators [N] [CI] minio-operator (4.4.17) #1212

Merged
merged 1 commit into from
May 19, 2022
Merged

operators [N] [CI] minio-operator (4.4.17) #1212

merged 1 commit into from
May 19, 2022

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented May 12, 2022

Thanks submitting your Operator. Please check below list before you create your Pull Request.

New Submissions

Updates to existing Operators

  • Did you create a ci.yaml file according to the update instructions?
  • Is your new CSV pointing to the previous version with the replaces property if you chose replaces-mode via the updateGraph property in ci.yaml?
  • Is your new CSV referenced in the appropriate channel defined in the package.yaml or annotations.yaml ?
  • Have you tested an update to your Operator when deployed via OLM?
  • Is your submission signed?

Your submission should not

  • Modify more than one operator
  • Modify an Operator you don't own
  • Rename an operator - please remove and add with a different name instead
  • Modify any files outside the above mentioned folders
  • Contain more than one commit. Please squash your commits.

Operator Description must contain (in order)

  1. Description about the managed Application and where to find more information
  2. Features and capabilities of your Operator and how to use it
  3. Any manual steps about potential pre-requisites for using your Operator

Operator Metadata should contain

  • Human readable name and 1-liner description about your Operator
  • Valid category name1
  • One of the pre-defined capability levels2
  • Links to the maintainer, source code and documentation
  • Example templates for all Custom Resource Definitions intended to be used
  • A quadratic logo

Remember that you can preview your CSV here.

--

1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need

2 For more information see here

@openshift-ci openshift-ci bot requested review from J0zi and mvalarh May 12, 2022 22:29
@github-actions github-actions bot changed the title MinIO Operator v4.4.17 operators minio-operator (4.4.17) May 12, 2022
@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

3 similar comments
@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@github-actions github-actions bot changed the title operators minio-operator (4.4.17) operators [CI] minio-operator (4.4.17) May 16, 2022
@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@github-actions github-actions bot changed the title operators [CI] minio-operator (4.4.17) operators [N] [CI] minio-operator (4.4.17) May 16, 2022
@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

Signed-off-by: Cesar Celis <celis.hernandez.cesar@gmail.com>
@framework-automation
Copy link
Collaborator

/merge possible

@framework-automation
Copy link
Collaborator

/merge possible

@github-actions
Copy link
Contributor

Dear @cniackz,

⚠️ Your operator (minio-operator/4.4.17) has some errors or warnings while doing operator-sdk bundle validate.
  • Errors has to be fixed
  • Warnings are informative and fixing them might improve your operator.
Type Message
warning Value minio.min.io/v1, Kind=Tenant: provided API should have an example annotation
warning Value : (minio-operator.v4.4.17) csv.Spec.minKubeVersion is not informed. It is recommended you provide this information. Otherwise, it would mean that your operator project can be distributed and installed in any cluster version available, which is not necessarily the case for all projects.
warning Value minio-operator.v4.4.17: unable to find the resource requests for the container: (console). It is recommended to ensure the resource request for CPU and Memory. Be aware that for some clusters configurations it is required to specify requests or limits for those values. Otherwise, the system or quota may reject Pod creation. More info: https://master.sdk.operatorframework.io/docs/best-practices/managing-resources/

@framework-automation
Copy link
Collaborator

/merge possible

@mvalarh mvalarh closed this May 19, 2022
@mvalarh mvalarh reopened this May 19, 2022
@mvalarh
Copy link
Contributor

mvalarh commented May 19, 2022

@cniackz let me retest it, because some labels needed for automerge were not set

@framework-automation
Copy link
Collaborator

/merge possible

1 similar comment
@framework-automation
Copy link
Collaborator

/merge possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants