Created
July 24, 2015 09:23
-
-
Save jjungnickel/646d95402526fc810b82 to your computer and use it in GitHub Desktop.
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
[root@ip-10-17-2-231 master]# oc get pods | |
NAME READY STATUS RESTARTS AGE | |
docker-registry-1-deploy 1/1 Running 0 37s | |
docker-registry-1-ultmi 0/1 Pending 0 0s | |
[root@ip-10-17-2-231 master]# oc logs docker-registry-1-deploy | |
I0724 09:17:17.393107 1 deployer.go:195] Deploying default/docker-registry-1 for the first time (replicas: 1) | |
I0724 09:17:17.394409 1 recreate.go:112] Scaling default/docker-registry-1 to 1 before validating first replica | |
I0724 09:17:19.460701 1 recreate.go:117] Validating first replica of default/docker-registry-1 | |
I0724 09:17:19.464497 1 lifecycle.go:283] Waiting for pod default/docker-registry-1-ultmi container readiness | |
[root@ip-10-17-2-231 master]# oc get pods | |
NAME READY STATUS RESTARTS AGE | |
docker-registry-1-ultmi 1/1 Running 0 51s | |
[root@ip-10-17-2-231 master]# oc logs docker-registry-1-ultmi | |
Error from server: Get https://ip-10-17-1-78.eu-central-1.compute.internal:10250/containerLogs/default/docker-registry-1-ultmi/registry: x509: certificate is valid for ec2-52-28-128-226.eu-central-1.compute.amazonaws.com, ip-10-17-2-231.eu-central-1.compute.internal, not ip-10-17-1-78.eu-central-1.compute.internal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment