Skip to content

Instantly share code, notes, and snippets.

@richm
Created February 23, 2016 20:01
Show Gist options
  • Save richm/f7ad8efc7574cd48d7d4 to your computer and use it in GitHub Desktop.
Save richm/f7ad8efc7574cd48d7d4 to your computer and use it in GitHub Desktop.
# oc describe dc/docker-registry
Name: docker-registry
Created: About an hour ago
Labels: docker-registry=default
Annotations: <none>
Latest Version: 1
Triggers: Config
Strategy: Rolling
Template:
Selector: docker-registry=default
Replicas: 1
Containers:
NAME IMAGE ENV
registry openshift/origin-docker-registry:v1.1.3 OPENSHIFT_CA_DATA=-----BEGIN CERTIFICATE-----
MIIC5jCCAdCgAwIBAgIBATALBgkqhkiG9w0BAQswJjEkMCIGA1UEAwwbb3BlbnNo
<snip>
9QuCCOfXSLQC4qLJj9TZJxLHq+Sz2Q==
-----END CERTIFICATE-----
,OPENSHIFT_INSECURE=false,OPENSHIFT_KEY_DATA=-----BEGIN RSA PRIVATE KEY-----
<snip>
,OPENSHIFT_MASTER=https://192.168.78.2:8443,REGISTRY_HTTP_ADDR=:5000,REGISTRY_HTTP_NET=tcp,REGISTRY_HTTP_SECRET=f4JUSzWPqcvYo3Xu2Sz3shir5ZvKNwFhRITjxq3xGI4=
Deployment #1 (latest):
Name: docker-registry-1
Created: about an hour ago
Status: Failed
Replicas: 0 current / 0 desired
Selector: deployment=docker-registry-1,deploymentconfig=docker-registry,docker-registry=default
Labels: docker-registry=default,openshift.io/deployment-config.name=docker-registry
Pods Status: 0 Running / 0 Waiting / 0 Succeeded / 0 Failed
Events:
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
1h 1h 1 {deploymentconfig-controller } Normal DeploymentCreated Created new deployment "docker-registry-1" for version 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment