-
Updated
Jul 2, 2022 - Go
openshift
Here are 2,102 public repositories matching this topic...
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
Hi,
This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps.
One question though, will this be able to detect changes to Secrets stored in an external store like the GoDday one or the HashiCorp Vault.
thanks,
KK
-
Updated
Jul 4, 2022 - Java
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
Despite providing an explicit message, users still struggle to deal with the Bouncy Castle requirement.
Add an entry in the FAQ about the requirement to include the Bouncy Castle optional dependency.
#1798 #3818 quarkusio/quarkus#21849
$ minishift status
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: ERR of
perhaps this is related to the error state from the OpenShift isRunning check
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
May 7, 2021 - Shell
-
Updated
Jun 28, 2022 - Go
I'm in the app folder.
I mkdir exports to make an export folder.
I run rake evm:export:service_dialogs -- --directory exports
I get back:
(in /var/www/miq/vmdb)
Error: argument --directory Destination directory must exist.
Try --help for help.
How can this be? I can ls and see my exports folder in this directory.
-
Updated
Jun 1, 2022 - Java
-
Updated
Jul 2, 2022 - Shell
-
Updated
Jul 1, 2022 - Go
-
Updated
May 22, 2020 - Shell
-
Updated
Apr 26, 2022 - Go
-
Updated
Mar 30, 2022 - JavaScript
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
-
Updated
Jul 4, 2022 - Go
-
Updated
Jul 4, 2022 - HTML
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.
-
Updated
Jul 1, 2022 - PowerShell
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:
-
Updated
Feb 11, 2019 - Groovy
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.
Description
[KindFilenameMapperUtil](https://github.com/eclipse/jkube/blob/master/jkube-kit/common/src/main/
-
Updated
Jul 1, 2022 - Java
-
Updated
Jul 1, 2022 - Go
Improve this page
Add a description, image, and links to the openshift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openshift topic, visit your repo's landing page and select "manage topics."


We could add support for the Rancher 2.2.x hardening guide. This would require a set of test files under a new
cfg/rancher-2.2directory.