-
Updated
Mar 2, 2022 - Go
openshift
Here are 2,029 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
Mar 2, 2022 - Java
It would be helpful to add a 'Download' (to file) option to the Kiali Debug information view, instead of having to copy/paste into a file.
-
Updated
Mar 2, 2022 - Java
$ 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
Feb 26, 2022 - JavaScript
-
Updated
Oct 8, 2020
-
Updated
May 7, 2021 - Shell
-
Updated
Nov 30, 2021 - 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
Feb 16, 2022 - Java
-
Updated
Mar 2, 2022 - Shell
-
Updated
Mar 1, 2022 - Go
-
Updated
May 22, 2020 - Shell
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 25, 2021 - JavaScript
Give users the opportunity to control the Camel K operator log verbosity via log level settings.
The setting should be added as kamel CLI option on the install command (e.g. --log-level | -v) and on the operator deployment (e.g. log-level) so users can adjust the log level on an already installed operator.
The logger framework supports V levels from 0-10. The log level setting on the op
-
Updated
Mar 2, 2022 - HTML
I'm not sure right now how to specify NodePort with AWX operator. Its not mentioned in documentation.
spec:
tower_ingress_type: NodePort
Ok, but how to avoid random port assignment,
Usually I can do in service deployment something like:
spec:
type: NodePort
ports:
- port: 80
nodePort: 30080
name: http
- port: 443
nodePort: 30443
name
-
Updated
Feb 11, 2019 - Groovy
-
Updated
Mar 2, 2022 - PowerShell
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.
Describe the bug
I'm trying to define a grafanadatasource for the grafana-clickhouse-datasource plugin, but the required parameters port, server, username in jsonData are not part of the CRD so the parameters does
Description
Testing the newly implemented features of Eclipse JKube prior to a release is critical to deliver a great product.
For users reporting bugs, it might be helpful to validate that an issue was effectively fixed by being able to use the latest SNAPSHOT from the main/master branch.
Since we don't provide nightly builds (Jitpack seems like a much more powerful option), we need
-
Updated
Mar 2, 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.