origin-web-console-server

module
v3.9.0-alpha.0+incompa... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2017 License: Apache-2.0

README

OpenShift Web Console Server

The API server for the OpenShift web console, part of the OpenShift application platform.

Build Status

The web console server runs as a pod on the platform. The OpenShift master proxies requests from the web console context root, typically /console/, to the server running in the pod. The pod then serves the static HTML, JavaScript, and CSS files that make up the console.

The web console assets themselves are developed in the origin-web-console repository. They are included in the web console server binary using go-bindata.

Note: This is a work in progress. Before OpenShift 3.8, the web console asset server was part of master itself and did not run in a pod.

Building the Image

You will need to install Go 1.8 and Docker to build the image.

On Linux, build the image with

$ make build-image

On other platforms, you'll need to cross-compile a Linux binary with the command

$ GOOS=linux GOARCH=amd64 make build-image

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL