-
Updated
Nov 29, 2020 - Go
openshift
Here are 1,678 public repositories matching this topic...
What steps did you take and what happened:
i am running kube-bench tool for Openshiftv3.11 and i see inconsistent result for similar tests.
file: cfg/rh-0.7/master.yaml
section - id: 5.2
text: "Verify the default OpenShift setting for the client-cert-auth argument"
audit: "/bin/sh -c'/usr/local/bin/master-exec etcd etcd grep ETCD_CLIENT_CERT_AUTH=true /proc/1/env
$ 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
Nov 27, 2020 - Java
-
Updated
Oct 8, 2020
It would be nice to include k8s liveness and readiness probes support.
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Shell
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
Nov 13, 2020 - Java
-
Updated
Nov 28, 2020 - Shell
-
Updated
May 22, 2020 - Shell
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Go
-
Updated
Nov 30, 2020 - Go
If I set:
camel.component.twitter-search.xxx
The camel-twitter component should be added to the set of dependencies automatically.
Also because the new property-binding mechanism goes in error otherwise.
We should inspect direct properties and property-files.
We may extend the search also to linked secrets and configmaps.
-
Updated
Nov 30, 2020 - HTML
-
Updated
Feb 11, 2019 - Groovy
-
Updated
Nov 21, 2020 - Dockerfile
-
Updated
Oct 13, 2020 - Java
-
Updated
Apr 17, 2018 - Go
-
Updated
Nov 23, 2020 - Shell
Add metrics based on monitor created/deleted, availability etc.
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."




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