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

operator sn-operator (0.7.14) #5711

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

streamnativebot
Copy link
Contributor

Signed-off-by: streamnativebot [email protected]

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

Signed-off-by: streamnativebot <[email protected]>
@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value pulsar.streamnative.io/v1alpha1, Kind=PulsarBrokerRevision: provided API should have an example annotation
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value k8s.streamnative.io/v1alpha1, Kind=KafkaConnect: provided API should have an example annotation
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : (sn-operator.v0.7.14) 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.
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : (sn-operator.v0.7.14) 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.
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[4]"]),poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[45]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[4]"]),poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[45]"]),
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: unable to find the resource requests for the container: (kube-rbac-proxy). 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/
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: owned CRD "kafkaconnects.k8s.streamnative.io" has an empty description
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: owned CRD "pulsarbrokerrevisions.pulsar.streamnative.io" has an empty description
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value sn-operator.v0.7.14: owned CRD "pulsarbrokers.pulsar.streamnative.io" has an empty description
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value k8s.streamnative.io/v1alpha1, Kind=KafkaConnect: provided API should have an example annotation
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value pulsar.streamnative.io/v1alpha1, Kind=PulsarBrokerRevision: provided API should have an example annotation
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : (sn-operator.v0.7.14) 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.
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : (sn-operator.v0.7.14) 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.
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value sn-operator.v0.7.14: this bundle is using APIs which were deprecated and removed in v1.25. More info: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25. Migrate the API(s) for horizontalpodautoscalers: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[4]"]),poddisruptionbudgets: (["ClusterServiceVersion.Spec.InstallStrategy.StrategySpec.ClusterPermissions[0].Rules[45]"]),
⚠️ check_osdk_bundle_validate_operatorhub Warning: Value : The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
⚠️ check_required_fields CSV does not define metadata.annotations.repository
⚠️ check_using_fbc File Based Catalog (FBC) is a new way to manage operator metadata. This operator does not use FBC. Consider migrating for better maintainability.

@rh-operator-bundle-bot
Copy link
Contributor

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runz2xqn
Start Time: 2025-01-02 10:54:23+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2025-01-02 10:54:23+00:00 8 seconds
✔️ acquire-lease 2025-01-02 10:54:35+00:00 7 seconds
✔️ set-github-started-label 2025-01-02 10:54:46+00:00 9 seconds
✔️ set-github-status-pending 2025-01-02 10:54:57+00:00 8 seconds
✔️ set-env 2025-01-02 10:55:08+00:00 6 seconds
✔️ clone-repository 2025-01-02 10:55:19+00:00 49 seconds
✔️ clone-repository-base 2025-01-02 10:55:19+00:00 49 seconds
✔️ detect-changes 2025-01-02 10:56:10+00:00 53 seconds
✔️ yaml-lint 2025-01-02 10:57:06+00:00 55 seconds
✔️ check-permissions 2025-01-02 10:58:02+00:00 41 seconds
✔️ set-github-pr-title 2025-01-02 10:58:45+00:00 8 seconds
✔️ read-config 2025-01-02 10:58:56+00:00 46 seconds
✔️ resolve-pr-type 2025-01-02 10:59:45+00:00 7 seconds
✔️ apply-test-waivers 2025-01-02 10:59:56+00:00 49 seconds
✔️ content-hash 2025-01-02 11:00:46+00:00 14 seconds
✔️ certification-project-check 2025-01-02 11:01:02+00:00 43 seconds
✔️ get-organization 2025-01-02 11:01:47+00:00 38 seconds
✔️ get-pyxis-certification-data 2025-01-02 11:02:27+00:00 41 seconds
✔️ static-tests 2025-01-02 11:03:09+00:00 17 seconds
✔️ static-tests-results 2025-01-02 11:03:27+00:00 14 seconds
✔️ merge-registry-credentials 2025-01-02 11:03:44+00:00 16 seconds
✔️ digest-pinning 2025-01-02 11:04:03+00:00 48 seconds
✔️ verify-pinned-digest 2025-01-02 11:04:52+00:00 7 seconds
✔️ dockerfile-creation 2025-01-02 11:05:01+00:00 50 seconds
✔️ build-bundle 2025-01-02 11:05:51+00:00 a minute
✔️ make-bundle-repo-public 2025-01-02 11:06:51+00:00 7 seconds
✔️ get-supported-versions 2025-01-02 11:07:01+00:00 46 seconds
✔️ add-bundle-to-index 2025-01-02 11:07:47+00:00 4 minutes
✔️ make-index-repo-public 2025-01-02 11:12:35+00:00 7 seconds
✔️ get-ci-results-attempt 2025-01-02 11:12:43+00:00 16 seconds
✔️ preflight-trigger 2025-01-02 11:12:59+00:00 33 minutes
evaluate-preflight-result 2025-01-02 11:46:56+00:00 47 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/53a98596f5e7c957a044ab1ebd2a4aae

Troubleshooting

Please refer to the troubleshooting guide.

Run /pipeline restart operator-hosted-pipeline in case of pipeline failure to restart a pipeline.

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

Successfully merging this pull request may close these issues.

2 participants