Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-977

[DOC] "Creating serverless applications using YAML" uses wrong image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.30.0
    • 1.25.0, 1.26.0, 1.27.0, 1.28.0
    • Documentation

      https://docs.openshift.com/container-platform/4.11/serverless/develop/serverless-applications.html#creating-serverless-apps-yaml_serverless-applications

      apiVersion: serving.knative.dev/v1
      kind: Service
      metadata:
        name: event-delivery
        namespace: default
      spec:
        template:
          spec:
            containers:
              - image: quay.io/openshift-knative/knative-eventing-sources-event-display:latest
                env:
                  - name: RESPONSE
                    value: "Hello Serverless!"
      

      uses an incorrect image. this one doesn't take RESPONSE env and doesn't repond to GET requests, so the following  "Verifying your serverless application deployment" steps won't work with this image.

      it should probably use  docker.io/openshift/hello-openshift  (or some other variant in quay if we can find a good one)

              kaldesai Kalyani Desai
              maschmid@redhat.com Marek Schmidt
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: