The Wayback Machine - https://web.archive.org/web/20220704105415/https://github.com/topics/openshift
Skip to content
#

openshift

Here are 2,102 public repositories matching this topic...

jx
ankitm123
ankitm123 commented Jan 5, 2022

Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments.
Most probably, it's an issue with the golangci yaml config we use.

Also we use revive instead of golint (which is deprecated), may be some setting in revive needs to be enabled?

If we check the goreport card, we can see the issues: https://goreportcard.com/report/github.com/jenkins

help wanted good first issue area/quality
aljesusg
aljesusg commented Jun 14, 2022

After upgrade node to the latest one I got the message that node engine must be >=12.22.0 and < 16. this is great because we set in the package.json:

"node": ">=12.22.0 && <16"

So I installed the latest 15.X 15.14.0 (latest one of 15) and I got :

`error [email protected]: The engine "node" is incompatible with this

bug good first issue
rajesh-kumar
rajesh-kumar commented Jun 11, 2022

HI Team,

Can some please help in knowing how can I override following hardcoded image URL "gcr.io/kaniko-project/executor" to point to my private registry where we have this image already uploaded?

I see that it is currently hardcoded in "pkg/controller/build/build_pod.go"

spec:
  affinity: {}
  containers:
  - args:
    - --dockerfile=Dockerfile
    - --context=/builder/ki
kind/feature good first issue
bukovjanmic
bukovjanmic commented Apr 27, 2022

Currently, there is no support for no-proxy setting in Grafana CR.

This creates a problem for our setup, as:

  • grafana needs a proxy to download plugin during startup, or dashboards from grafana.com
  • grafana needs to talk to internal SSO server (OIDC protocol) to authneticate users

The internal SSO server is not reachable via proxy.

Currently, we use a workaround like this:

 
enhancement help wanted good first issue triage/accepted
Troyhy
Troyhy commented Feb 25, 2022

It would be good to add a mention about healthEndpoint to documentation as it is super useful when using urlFrom.ingressRef

At least I could not easily find the complete list of supported values. Luckily found a mention in https://github.com/stakater/IngressMonitorController/blob/master/docs/migration-guide.md

It is not the first doc to read as I started using the operator from the start.

good first issue kind/documentation

Improve this page

Add a description, image, and links to the openshift topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openshift topic, visit your repo's landing page and select "manage topics."

Learn more