Giter Club home page Giter Club logo

Comments (4)

lihongan avatar lihongan commented on September 21, 2024

This command for 4.x only, not for 3.11.
Ingresscontroller is not supported in 3.x release.

from cluster-ingress-operator.

Alex2357 avatar Alex2357 commented on September 21, 2024

This command for 4.x only, not for 3.11.
Ingresscontroller is not supported in 3.x release.

@lihongan Thank you very much for the quick response. I'm confused. As I said I have read somewhere on redhat website that OpenShift supports ingress from 3.11.

In here

Since the release of Red Hat OpenShift 3.10, ingress objects are supported alongside route objects. The Red Hat OpenShift ingress controller implementation is designed to watch ingress objects and create one or more routes to fulfill the conditions specified. 

I wanted to do all the steps from the article above, but it failed on oc new-build java:8~https://github.com/spring-projects/spring-petclinic.git

john@alaptop:~/gits$ oc new-build java:8~https://github.com/spring-projects/spring-petclinic.git
error: the image match "java:8" for source repository "https://github.com/spring-projects/spring-petclinic.git" does not appear to be a source-to-image builder.

Another attempt

- to attempt to use this image as a source builder, pass "--strategy=source"
- to use it as a base image for a Docker build, pass "--strategy=docker"
john@alaptop:~/gits$

john@alaptop:~/gits$ oc new-build https://github.com/spring-projects/spring-petclinic.git
error: multiple images or templates matched "jee"

The argument "jee" could apply to the following Docker images, OpenShift image streams, or templates:

* Image stream "wildfly" (tag "10.1") in project "openshift"
  Use --image-stream="openshift/wildfly:10.1" to specify this image or template

* Image stream "wildfly" (tag "11.0") in project "openshift"
  Use --image-stream="openshift/wildfly:11.0" to specify this image or template

* Image stream "wildfly" (tag "12.0") in project "openshift"
  Use --image-stream="openshift/wildfly:12.0" to specify this image or template

* Image stream "wildfly" (tag "8.1") in project "openshift"
  Use --image-stream="openshift/wildfly:8.1" to specify this image or template

* Image stream "wildfly" (tag "9.0") in project "openshift"
  Use --image-stream="openshift/wildfly:9.0" to specify this image or template

To view a full list of matches, use 'oc new-build -S jee'
john@alaptop:~/gits$

from cluster-ingress-operator.

JuozasA avatar JuozasA commented on September 21, 2024

The blog post refers to Ingress as a Kubernetes object ( https://kubernetes.io/docs/concepts/services-networking/ingress/ ) , IngressController is Cluster Ingress Operator object and is not available in OCP 3.* releases.

Regarding the issues you are having when following the blog post, make sure you perform all steps and if you still get the error, contact the author...
/close

from cluster-ingress-operator.

ironcladlou avatar ironcladlou commented on September 21, 2024

As others mentioned, the Ingress operator is part of OpenShift 4 and isn't available in OpenShift 3.

from cluster-ingress-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.