-
Updated
Nov 23, 2021 - Go
openshift
Here are 1,971 public repositories matching this topic...
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
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
Nov 23, 2021 - 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.
$ minishift status
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: ERR of
perhaps this is related to the error state from the OpenShift isRunning check
Right now ErrorMessageTest.testCustomMessage is written in a strange way.
- Instead of using
assertThrowswe're catching an exception. - There is a custom
fail()method that does nothing. - We're not asserting anything, see sonar smell here[0]
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
Oct 8, 2020
-
Updated
May 7, 2021 - Shell
-
Updated
Sep 17, 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
Nov 22, 2021 - Java
-
Updated
Nov 23, 2021 - Shell
-
Updated
May 22, 2020 - Shell
-
Updated
Nov 23, 2021 - Go
-
Updated
Aug 18, 2020 - Go
-
Updated
Nov 3, 2021 - JavaScript
The operator prints periodically this info:
{"level":"info","ts":1623416979.434832,"logger":"camel-k","msg":"could not find any knative type in namespace camel, last error was: services.serving.knative.dev is forbidden: User \"system:serviceaccount:camel:camel-k-operator\" cannot list resource \"services\" in API group \"serving.knative.dev\" in the namespace \"camel\""}
It looks l
similarly to openshift/odo#4861
Odo should not display SBO in odo catalog list services as the ServiceBinding should not be created by odo service creates
/kind feature
/priority medium
-
Updated
Nov 23, 2021 - HTML
-
Updated
Feb 11, 2019 - Groovy
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
Test cases are failing for status pages which reflect that there is some API change from the service providers. We should update our implementation for handling status pages and fix those test cases.
-
Updated
Nov 23, 2021 - PowerShell
Is your feature request related to a problem? Please describe.
I want to get operator pods filtering by labels, however the only label that is available is control-plane: controller-manager which could lead to confusion if another operator uses this same label.
# I'd like to get only grafana-operator pod
$ oc get pods -l control-plane=controller-manager
NAME -
Updated
Nov 23, 2021 - 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."
For the next version 0.7.0 we are going to deprecated commands master and node as mentioned before aquasecurity/kube-bench#919