Hi,

After upgrading an OpenShift Origin Cluster from 1.6 to 3.7.1 an API
endpoint got lost:

"namespace_controller.go:148] unable to retrieve the complete list of
server APIs: k8s.io/v1: the server could not find the requested resource"

This was found in "journalctl -u origin-master-controllers.service". No
projects can be deleted anymore, they stay in Terminating state.

# oc get --raw '/apis/k8s.io'
{"kind":"APIGroup","apiVersion":"v1","name":"k8s.io","versions":[{"groupVersion":"k8s.io/v1","version":"v1"}],"preferredVersion":{"groupVersion":"k8s.io/v1","version":"v1"},"serverAddressByClientCIDRs":null}

# oc get --raw '/apis/k8s.io/v1'
Error from server (NotFound): the server could not find the requested
resource

Any idea how to fix this issue?

Best,
Tobias

_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to