Skip to content

Commit

Permalink
Update all references to the console on port 8444
Browse files Browse the repository at this point in the history
  • Loading branch information
jwforres committed Mar 26, 2015
1 parent 9e1dc54 commit a98ccb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To facilitate rapid development we've put together a Vagrantfile you can use to

$ sudo systemctl start openshift

8. On your host system, try browsing to: https://localhost:8444
8. On your host system, try browsing to: https://localhost:8443/console

TIP: See https://github.com/openshift/vagrant-openshift for more advanced options

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s

and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default). Expand the operations available on v1beta1 to see the schemas (and to try the API directly).

Management Console
------------------

The OpenShift API server also hosts the web-based management console. You can try out the management console at [http://localhost:4443/console](http://localhost:4443/console)

For more information on the console [checkout the README](assets/README.md) and the [docs](http://docs.openshift.org/latest/using_openshift/console.html)

![Management console overview](docs/screenshots/console_overview.png?raw=true)

FAQ
---
Expand Down
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network "forwarded_port", guest: 80, host: 1080
config.vm.network "forwarded_port", guest: 8080, host: 8080
config.vm.network "forwarded_port", guest: 8443, host: 8443
config.vm.network "forwarded_port", guest: 8444, host: 8444
end

end # vm definition(s)
Expand Down
Binary file added docs/screenshots/console_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/sample-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This section covers how to perform all the steps of building, deploying, and upd

$ openshift ex policy add-user view anypassword:test-admin

5. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8444`. Login using the user `test-admin` and any password.
5. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8443/console`. Login using the user `test-admin` and any password.

* You will need to have the browser accept the certificate at
`https://<host>:8443` before the console can consult the OpenShift
Expand Down Expand Up @@ -188,7 +188,7 @@ This section covers how to perform all the steps of building, deploying, and upd

$ openshift ex new-project test --display-name="OpenShift 3 Sample" --description="This is an example project to demonstrate OpenShift v3" --admin=anypassword:test-admin

10. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8444`. Login using the user `test-admin` and any password.
10. *Optional:* View the OpenShift web console in your browser by browsing to `https://<host>:8443/console`. Login using the user `test-admin` and any password.

* You will need to have the browser accept the certificate at
`https://<host>:8443` before the console can consult the OpenShift
Expand Down

0 comments on commit a98ccb9

Please sign in to comment.