The Wayback Machine - https://web.archive.org/web/20220208123015/https://github.com/topics/openshift
Skip to content
#

openshift

Here are 2,019 public repositories matching this topic...

jx
bartoliniii
bartoliniii commented Jan 16, 2022

I'm trying to configure Jenkins X in my company and found some broken links.

Example of links:

rohanKanojia
rohanKanojia commented Jan 21, 2022

Is your task related to a problem? Please describe

While fixing fabric8io/kubernetes-client#3761 we had created a property osgi.include.resources.default in #3771 which should contain common resource files to include when module jar is being packaged by maven bundle plugin (like jandex.idx). This property is used in all extension modules.

However, there are

nicolaferraro
nicolaferraro commented Jun 11, 2021

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

VladoPortos
VladoPortos commented May 7, 2021

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
manusa
manusa commented Jun 23, 2021

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

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