Hello,

after installation, I can see 2 errors in oc status -v, both claiming, that
router is not routing traffic and something about unfinished deployments.

Could anybody point me in the right direction, what to check /
documentation?

Thanks!
Miroslav


$ oc status-v
https://docker-registry-default.REDACTED.com (passthrough)
(svc/docker-registry)
  dc/docker-registry deploys
docker.io/openshift/origin-docker-registry:v1.5.1
    deployment #1 pending 29 hours ago

svc/kubernetes - 172.30.0.1 ports 443, 53->8053, 53->8053

https://registry-console-default.REDACTED.com (passthrough)
(svc/registry-console)
  dc/registry-console deploys docker.io/cockpit/kubernetes:latest
    deployment #1 deployed 29 hours ago - 1 pod

svc/router - 172.30.223.234 ports 80, 443, 1936
  dc/router deploys docker.io/openshift/origin-haproxy-router:v1.5.1
    deployment #1 pending 29 hours ago

Errors:
  * route/docker-registry is routing traffic to svc/docker-registry, but
either the administrator has not installed a router or the router is not
selecting this route.
    try: oc adm router -h
  * route/registry-console is routing traffic to svc/registry-console, but
either the administrator has not installed a router or the router is not
selecting this route.
    try: oc adm router -h

Info:
  * pod/docker-registry-1-deploy has no liveness probe to verify pods are
still running.
    try: oc set probe pod/docker-registry-1-deploy --liveness ...
  * pod/router-1-deploy has no liveness probe to verify pods are still
running.
    try: oc set probe pod/router-1-deploy --liveness ...

View details with 'oc describe <resource>/<name>' or list everything with
'oc get all'.

$ oc describe svc/docker-registry
Name:                   docker-registry
Namespace:              default
Labels:                 <none>
Selector:               docker-registry=default
Type:                   ClusterIP
IP:                     172.30.255.153
Port:                   5000-tcp        5000/TCP
Endpoints:              <none>
Session Affinity:       ClientIP
No events.

$ oc describe svc/router
Name:                   router
Namespace:              default
Labels:                 router=router
Selector:               router=router
Type:                   ClusterIP
IP:                     172.30.223.234
Port:                   80-tcp  80/TCP
Endpoints:              <none>
Port:                   443-tcp 443/TCP
Endpoints:              <none>
Port:                   1936-tcp        1936/TCP
Endpoints:              <none>
Session Affinity:       None
No events.

Openshift version: 1.5.1

Ansible hosts:
---
[OSEv3:vars]
openshift_master_default_subdomain=kloud.dev.cargo-partner.com
openshift_deployment_type=origin
ansible_ssh_user=root
deployment_type=origin # documentation states, that
openshift_deployment_type should be used, but the installation crashes
without this
# Certificate expiration - 30y
openshift_hosted_registry_cert_expire_days=10950
openshift_ca_cert_expire_days=10950
openshift_node_cert_expire_days=10950
openshift_master_cert_expire_days=10950
etcd_ca_default_days=10950
# Cluster Logging
openshift_hosted_logging_deploy=true
openshift_hosted_logging_storage_kind=nfs
openshift_hosted_logging_storage_access_modes=['ReadWriteOnce']
openshift_hosted_logging_storage_host=kloud-storage1.test.REDACTED.com
openshift_hosted_logging_storage_nfs_directory=/mnt/storage/data/openshift-logging
openshift_hosted_logging_storage_volume_name=openshift-logging
openshift_hosted_logging_storage_volume_size=50Gi
[OSEv3:children]
masters
nodes
[masters]
kloud-master.test.REDACTED.com
[etcd]
kloud-master.test.REDACTED.com
[nodes]
kloud-master.test.REDACTED.com openshift_node_labels="{'region': 'infra',
'zone': 'default'}"
kloud-node1.test.REDACTED.com
kloud-node2.test.REDACTED.com
kloud-node3.test.REDACTED.com
kloud-node4.test.REDACTED.com
kloud-node5.test.REDACTED.com
kloud-node6.test.REDACTED.com
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to