-
Updated
Jun 11, 2022 - Go
openshift
Here are 2,091 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
Jun 10, 2022 - Java
Some pages give React warnings when you visit them and inspect the dev console. This is probably minor but would be good to resolve.
Istio Config details page:

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 11, 2022 - Go
-
Updated
Jun 1, 2022 - Java
-
Updated
Jun 11, 2022 - Shell
-
Updated
Jun 7, 2022 - Go
-
Updated
May 22, 2020 - Shell
-
Updated
Apr 26, 2022 - Go
-
Updated
Mar 30, 2022 - JavaScript
We don't have a direct way to fill the platform.Spec.Build.PublishStrategyOptions. It would be nice to include it in the kamel install as an option.
We should also transform the kaniko-build-cache option to fit into the new model.
Originally posted by @squakez in apache/camel-k#1238 (comment)
-
Updated
Jun 10, 2022 - Go
-
Updated
Jun 10, 2022 - HTML
Many of the operator ansible plays have no_log: True set.
It would be useful for debugging purposes to have an option override this
e.g. a setting in the operator like awx_no_log
the the no_log in the plays could be replaced with
no_log: "{{ awx_no_log|default(true)|bool }}"-
Updated
Jun 11, 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
UserConfigurationCompareTest seems to have some places where we're doing raw declaration (i.e. collection type without any information of the element type).
-
Updated
Jun 9, 2022 - Java
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.