Skip to content
#

openshift

Here are 1,736 public repositories matching this topic...

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

lizrice
lizrice commented Jan 29, 2021

We have subcommands master and node that reflect old versions of the benchmark where there were just two sections, which were implemented in test files cfg/<benchmark version>/master.yaml and cfg/<benchmark version>/node.yaml respectively. For all the spec versions we now support, there are several more sections (for example etcd has its own section). We have the --targets parameter for

jmazzitelli
jmazzitelli commented Jan 26, 2021

I came across several instances in only a single .go file where log.Warningf and log.Errorf were being used incorrectly (they passed in parameters but did not use %v-type replacement fields in the message string, as an example - see kiali/kiali#3628).

This issue is to ask that someone go through the entire Go codebase and make sure that problem is not found anywhere e

raghavendra-talur
raghavendra-talur commented Mar 6, 2019

Kind of issue

Feature request

Observed behavior

When the script is run in summarize mode, it shows the count of bricks in fstab, lvs, gluster volume info and mount and does not provide any information if the counts don't match.

Expected/desired behavior

When the count does not match for all 4, it should provide information about the difference and also possible commands t

nicolaferraro
nicolaferraro commented Feb 4, 2021

Setting logging.level.org.apache.camel=DEBUG does not affect integration logs.

So if users set flag --logging-level org.apache.camel=DEBUG, that is currently translated into the property above and does not work.

The correct mapping should be something like: quarkus.log.category."org.apache.camel".level=DEBUG

We should also change the doc to point to the Quarkus documentation for con

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