Openshift 3.11 Installation

Is it possible to install Kong in the Openshift 3.11 K8s environment?

My attempts to apply https://bit.ly/k4k8s or https://bit.ly/kong-ingress-dbless result in a failure of the ingress-controller pod.

It is looking for an api resource in the groups:

but OpenShift 3.11 only has:
networkpolicies netpol networking.k8s.io true NetworkPolicy

I presume it is looking for Ingress related api resources.
OpenShift 3.11 only has:
ingresses ing extensions true Ingress

Solved: