Last active
August 29, 2015 14:17
-
-
Save smarterclayton/dde5d177e357d09c7f16 to your computer and use it in GitHub Desktop.
example osc status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In project foo | |
| service frontend.foo.local port 80 -> 8080 (172.121.17.2) | |
| routing www.cdrom.com, frontend.router.openshift.mycompany.com | |
| ruby-helloworld deploys image openshift/origin-ruby-sample:latest <- https://github.com/mfojtik/ruby-sample.git | |
| build 345 started 3 minutes ago (3498755: Added license (Psju33100) authored by jdoe) | |
| #3 deployed 1 day ago - 97% of 305 pods running on 40 nodes | |
| service backend.foo.local port 3306 (172.121.17.5) | |
| db-shard-east deploys image openshift/origin-mysql:latest manually | |
| #5 deployed 1 day ago - 1 pod running @ ab37f021 | |
| db-shard-west deploys image openshift/origin-mysql:latest | |
| #6 deployed 10 minutes ago - 1 pod running @ 32e04875 | |
| service db-management.foo.local ports 8080, 10450 (172.121.17.2) | |
| db-management deploys: | |
| openshift/origin-mysql-admin:latest | |
| openshift/origin-mysql-monitor:latest <- docker build of [email protected]/mfojtik/mysql-monitor.git | |
| ! build 12 FAILED 1 day ago | |
| ! #3 deployment failed 1 minute ago | |
| #2 deployed 1 week ago - 1 pod running @ 5fa34765,a9834ad0 | |
| Recent: | |
| build 3 of myapp-3 FAILED 1 day ago | |
| To see more information about a service or deployment config, use 'osc describe service <name>' or 'osc describe dc <name>'. | |
| You can use 'osc get pods,svc,dc,builds' to show you lists of each type of object shown above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment