Skip to content

run_latest_build.sh does not deploy console #752

@mareklibra

Description

@mareklibra

This form is for bug reports and feature requests. Major features will go through a spec process.

Feature:

OpenShift >3.7.1 deployment using ./run_latest_build.sh

Bug:

For :latest openshift, the ./run_latest_build.sh skips deployment of the Web Console.

Most probably related to: openshift/origin#18207

For lower version (v3.7.1), the script works fine:

ORIGIN_VERSION=v3.7.1 ./run_latest_build.sh

What happened:
WebConsole can not be accessed, url https://[MY_CLUSTER]:8443/console leads to:

missing service (service "webconsole" not found)
missing route (service "webconsole" not found)

What you expected to happen:
Web console is deployed and can be accessed

How to reproduce it:

  • ./run_latest_build.sh
  • access https://[MY_CLUSTER]:8443/console

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions