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 grafana-operator (3.10.4) #265

Closed

Conversation

pb82
Copy link
Contributor

@pb82 pb82 commented Oct 5, 2021

Signed-off-by: Peter Braun [email protected]

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

@openshift-ci openshift-ci bot requested review from J0zi and mvalarh October 5, 2021 09:25
@github-actions github-actions bot changed the title update grafana operator to v3.10.4 operators grafana-operator (3.10.4) Oct 5, 2021
@mvalarh mvalarh closed this Oct 8, 2021
@mvalarh mvalarh reopened this Oct 8, 2021
@pb82
Copy link
Contributor Author

pb82 commented Oct 11, 2021

@mvalarh is there any way to get the pod logs? The operator goes into CrashLoop, but we're having trouble reproducing this on OS 4.8 or 4.9.

@pb82 pb82 force-pushed the update-grafana-operator-v3.10.4 branch from c56fe20 to cfb60da Compare October 11, 2021 18:08
@mvalarh
Copy link
Contributor

mvalarh commented Oct 19, 2021

@pb82 in this repo we are installing it on k8s. So you can try to install it on kind cluster for example

@NissesSenap
Copy link
Contributor

@mvalarh do you have some instructions that we can follow exactly to run the script locally?

@mvalarh
Copy link
Contributor

mvalarh commented Oct 23, 2021

@NissesSenap https://k8s-operatorhub.github.io/community-operators/operator-test-suite/

@pb82 pb82 changed the title operators grafana-operator (3.10.4) wip: operators grafana-operator (3.10.4) Nov 9, 2021
@pb82 pb82 changed the title wip: operators grafana-operator (3.10.4) operators grafana-operator (3.10.4) Nov 9, 2021
@pb82 pb82 force-pushed the update-grafana-operator-v3.10.4 branch from cfb60da to a6fd097 Compare November 9, 2021 16:15
@HVBE
Copy link
Contributor

HVBE commented Nov 9, 2021

hey @mvalarh , seems like Kiwi is failing on unrelated issues? Is this a problem with the test itself? I noticed that the bundle image is tagged latesti instead of latest, would that be the issue? that's stopping the test from progressing past the image pull?

@mvalarh
Copy link
Contributor

mvalarh commented Nov 20, 2021

@pb82 and @HubertStefanski . I think your problem is

      Type     Reason               Age                    From                        Message
      ----     ------               ----                   ----                        -------
      Normal   RequirementsUnknown  14m                    operator-lifecycle-manager  requirements not yet checked
      Normal   RequirementsNotMet   14m                    operator-lifecycle-manager  one or more requirements couldn't be found
      Normal   InstallWaiting       9m35s (x2 over 14m)    operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: deployment "grafana-operator" not available: Deployment does not have minimum availability.
      Normal   AllRequirementsMet   4m35s (x4 over 14m)    operator-lifecycle-manager  all requirements found, attempting install
      Normal   InstallSucceeded     4m35s (x6 over 14m)    operator-lifecycle-manager  waiting for install components to report healthy
      Warning  InstallCheckFailed   4m35s (x4 over 9m35s)  operator-lifecycle-manager  install timeout
      Normal   NeedsReinstall       4m35s (x3 over 9m35s)  operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: deployment "grafana-operator" not available: Deployment does not have minimum availability.
      Normal   InstallWaiting       4m34s                  operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: waiting for spec update of deployment "grafana-operator" to be observed...
      Warning  InstallCheckFailed   4m34s (x3 over 4m34s)  operator-lifecycle-manager  install failed: deployment grafana-operator not ready before timeout: deployment "grafana-operator" exceeded its progress deadline
      Type     Reason               Age                    From                        Message
      ----     ------               ----                   ----                        -------
      Normal   RequirementsUnknown  14m                    operator-lifecycle-manager  requirements not yet checked
      Normal   RequirementsNotMet   14m                    operator-lifecycle-manager  one or more requirements couldn't be found
      Normal   InstallWaiting       9m35s (x2 over 14m)    operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: deployment "grafana-operator" not available: Deployment does not have minimum availability.
      Normal   AllRequirementsMet   4m35s (x4 over 14m)    operator-lifecycle-manager  all requirements found, attempting install
      Normal   InstallSucceeded     4m35s (x6 over 14m)    operator-lifecycle-manager  waiting for install components to report healthy
      Warning  InstallCheckFailed   4m35s (x4 over 9m35s)  operator-lifecycle-manager  install timeout
      Normal   NeedsReinstall       4m35s (x3 over 9m35s)  operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: deployment "grafana-operator" not available: Deployment does not have minimum availability.
      Normal   InstallWaiting       4m34s                  operator-lifecycle-manager  installing: waiting for deployment grafana-operator to become ready: waiting for spec update of deployment "grafana-operator" to be observed...
      Warning  InstallCheckFailed   4m34s (x3 over 4m34s)  operator-lifecycle-manager  install failed: deployment grafana-operator not ready before timeout: deployment "grafana-operator" exceeded its progress deadline

Problem not finding latesti is ok in case of testing. I fixed this not to show error, since it is not

@mvalarh mvalarh closed this Feb 1, 2022
@mvalarh mvalarh reopened this Feb 1, 2022
@mvalarh mvalarh closed this Feb 8, 2022
@mvalarh mvalarh reopened this Feb 8, 2022
@J0zi J0zi removed their assignment Feb 21, 2022
@J0zi
Copy link
Contributor

J0zi commented Feb 21, 2022

@pb82 how is your local investigation going?

@J0zi
Copy link
Contributor

J0zi commented Mar 30, 2022

Feel free to reopen when needed

@J0zi J0zi closed this Mar 30, 2022
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

5 participants