Skip to content
#

openshift

Here are 1,919 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

rohanKanojia
rohanKanojia commented Jul 27, 2021

Right now ErrorMessageTest.testCustomMessage is written in a strange way.

  • Instead of using assertThrows we're catching an exception.
  • There is a custom fail() method that does nothing.
  • We're not asserting anything, see sonar smell here[0]

https://github.com/fabric8io/kubernetes-client/blob/d1740ffeaa624bd63b6d929b25d764a477c1c17e/kubernetes-tests/src/test/java/io/fabric8/kubernete

vsokolov00
vsokolov00 commented Jul 12, 2021

Cobra function cmd.SetOut() does not redirect output for some commands.

for command output redirection this function is used https://github.com/apache/camel-k/blob/d9230bd1f92d2839adb37f819132a2ecd6b92ee4/e2e/support/test_support.go#L1331

redirection works fine for kamel get kamel kit but the output of commands kamel describe kamel help kamel dump kamel version is not being r

GusAntoniassi
GusAntoniassi commented Jul 26, 2021

Describe the bug
I am not sure whether this is a bug in the opeator behavior, or just the documentation missing a note, but since I haven't found anything related in issues or docs I'm opening this issue.

When running Grafana Operator with kind in Kubernetes version 1.20 or 1.21, I get the following error when deploying using the default Grafana.yaml available in deploy/examples:

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