Advertisement
Guest User

Untitled

a guest
Nov 16th, 2017
9,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.48 KB | None | 0 0
  1. [centos@origin ~]$ oc describe dc/router -n default
  2. Name:       router
  3. Namespace:  default
  4. Created:    28 minutes ago
  5. Labels:     router=router
  6. Annotations:    <none>
  7. Latest Version: 1
  8. Selector:   router=router
  9. Replicas:   1
  10. Triggers:   Config
  11. Strategy:   Rolling
  12. Template:
  13. Pod Template:
  14.   Labels:       router=router
  15.   Service Account:  router
  16.   Containers:
  17.    router:
  18.     Image:  openshift/origin-haproxy-router:v3.6.1
  19.     Ports:  80/TCP, 443/TCP, 1936/TCP
  20.     Requests:
  21.       cpu:  100m
  22.       memory:   256Mi
  23.     Liveness:   http-get http://localhost:1936/healthz delay=10s timeout=1s period=10s #success=1 #failure=3
  24.     Readiness:  http-get http://localhost:1936/healthz delay=10s timeout=1s period=10s #success=1 #failure=3
  25.     Environment:
  26.       DEFAULT_CERTIFICATE_DIR:          /etc/pki/tls/private
  27.       DEFAULT_CERTIFICATE_PATH:         /etc/pki/tls/private/tls.crt
  28.       ROUTER_CIPHERS:              
  29.       ROUTER_EXTERNAL_HOST_HOSTNAME:       
  30.       ROUTER_EXTERNAL_HOST_HTTPS_VSERVER:  
  31.       ROUTER_EXTERNAL_HOST_HTTP_VSERVER:   
  32.       ROUTER_EXTERNAL_HOST_INSECURE:        false
  33.       ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS:   
  34.       ROUTER_EXTERNAL_HOST_PARTITION_PATH: 
  35.       ROUTER_EXTERNAL_HOST_PASSWORD:       
  36.       ROUTER_EXTERNAL_HOST_PRIVKEY:     /etc/secret-volume/router.pem
  37.       ROUTER_EXTERNAL_HOST_USERNAME:       
  38.       ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR:  
  39.       ROUTER_LISTEN_ADDR:           0.0.0.0:1936
  40.       ROUTER_METRICS_TYPE:          haproxy
  41.       ROUTER_SERVICE_HTTPS_PORT:        443
  42.       ROUTER_SERVICE_HTTP_PORT:         80
  43.       ROUTER_SERVICE_NAME:          router
  44.       ROUTER_SERVICE_NAMESPACE:         default
  45.       ROUTER_SUBDOMAIN:            
  46.       STATS_PASSWORD:               nH952D1pTH
  47.       STATS_PORT:               1936
  48.       STATS_USERNAME:               admin
  49.     Mounts:
  50.       /etc/pki/tls/private from server-certificate (ro)
  51.   Volumes:
  52.    server-certificate:
  53.     Type:   Secret (a volume populated by a Secret)
  54.     SecretName: router-certs
  55.     Optional:   false
  56.  
  57. Deployment #1 (latest):
  58.     Name:       router-1
  59.     Created:    28 minutes ago
  60.     Status:     Failed
  61.     Replicas:   0 current / 0 desired
  62.     Selector:   deployment=router-1,deploymentconfig=router,router=router
  63.     Labels:     openshift.io/deployment-config.name=router,router=router
  64.     Pods Status:    0 Running / 0 Waiting / 0 Succeeded / 0 Failed
  65.  
  66. Events:
  67.   FirstSeen LastSeen    Count   From                SubObjectPath   Type        Reason          Message
  68.   --------- --------    -----   ----                -------------   --------    ------          -------
  69.   28m       28m     1   deploymentconfig-controller         Normal      DeploymentCreated   Created new replication controller "router-1" for version 1
  70. [centos@origin ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement