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 egressip-ipam-operator (1.2.6) #4374

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

Conversation

raffaelespazzoli
Copy link
Contributor

New Submissions

Updates to existing Operators

  • Is your new CSV pointing to the previous version with the replaces property?
  • Is your new CSV referenced in the appropriate channel defined in the package.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
  • Submit operators to both upstream-community-operators and community-operators at once
  • 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 a PR against this repo and explain your need
    2 For more information see here

Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
@rh-operator-bundle-bot rh-operator-bundle-bot changed the title egressip-ipam-operator new version 1.2.6 operator egressip-ipam-operator (1.2.6) Apr 18, 2024
@rh-operator-bundle-bot
Copy link
Contributor

Static test results

Status Check Message
⚠️ check_osdk_bundle_validate_operator_framework Warning: Value : (egressip-ipam-operator.v1.2.6) 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 egressip-ipam-operator.v1.2.6: 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_operatorhub Warning: Value : (egressip-ipam-operator.v1.2.6) 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.

@rh-operator-bundle-bot
Copy link
Contributor

@rh-operator-bundle-bot
Copy link
Contributor

Pipeline Summary

Pipeline: operator-hosted-pipeline
PipelineRun: operator-hosted-pipeline-runfqdfl
Start Time: 2024-04-18 12:23:56+00:00

Tasks

Status Task Start Time Duration
✔️ get-pr-number 2024-04-18 12:23:59+00:00 6 seconds
✔️ acquire-lease 2024-04-18 12:24:09+00:00 7 seconds
✔️ set-github-started-label 2024-04-18 12:24:19+00:00 8 seconds
✔️ set-github-status-pending 2024-04-18 12:24:32+00:00 8 seconds
✔️ set-env 2024-04-18 12:24:42+00:00 8 seconds
✔️ clone-repository-base 2024-04-18 12:24:52+00:00 27 seconds
✔️ clone-repository 2024-04-18 12:24:52+00:00 28 seconds
✔️ detect-changes 2024-04-18 12:25:23+00:00 38 seconds
✔️ check-permissions 2024-04-18 12:26:04+00:00 38 seconds
✔️ set-github-pr-title 2024-04-18 12:26:43+00:00 8 seconds
✔️ read-config 2024-04-18 12:26:54+00:00 36 seconds
✔️ apply-test-waivers 2024-04-18 12:27:33+00:00 30 seconds
✔️ content-hash 2024-04-18 12:28:10+00:00 42 seconds
✔️ certification-project-check 2024-04-18 12:28:55+00:00 27 seconds
✔️ get-organization 2024-04-18 12:29:25+00:00 28 seconds
✔️ get-pyxis-certification-data 2024-04-18 12:29:56+00:00 31 seconds
✔️ yaml-lint 2024-04-18 12:30:29+00:00 a minute
✔️ static-tests 2024-04-18 12:30:29+00:00 40 seconds
✔️ merge-registry-credentials 2024-04-18 12:30:30+00:00 16 seconds
✔️ digest-pinning 2024-04-18 12:30:48+00:00 24 seconds
✔️ static-tests-results 2024-04-18 12:31:11+00:00 34 seconds
✔️ verify-pinned-digest 2024-04-18 12:31:14+00:00 7 seconds
✔️ dockerfile-creation 2024-04-18 12:32:03+00:00 47 seconds
✔️ build-bundle 2024-04-18 12:32:50+00:00 51 seconds
✔️ make-bundle-repo-public 2024-04-18 12:33:42+00:00 6 seconds
✔️ get-supported-versions 2024-04-18 12:33:49+00:00 40 seconds
✔️ add-bundle-to-index 2024-04-18 12:34:29+00:00 9 minutes
✔️ make-index-repo-public 2024-04-18 12:43:55+00:00 8 seconds
✔️ get-ci-results-attempt 2024-04-18 12:44:03+00:00 12 seconds
✔️ preflight-trigger 2024-04-18 12:44:15+00:00 21 minutes
evaluate-preflight-result 2024-04-18 13:05:28+00:00 38 seconds

Pipeline logs: https://gist.github.com/rh-operator-bundle-bot/44334d717a6cb08f2de05a218d66732a

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.

None yet

2 participants