kappnav / issues

kAppNav global issues
0 stars 0 forks source link

Status not rendered on OCP 4.3 #115

Closed cvignola closed 4 years ago

cvignola commented 4 years ago

There is a breaking API change in Kubernetes 1.16 ...

paulben commented 4 years ago

The change for OCP 4.3 / Kube 1.16 is that the group apiextensions.k8s.io has a new default version v1 whereas before the default version was v1beta1. This is due to custom resource definitions going from beta to GA. App navigator currently only watches default resource versions. This fix changes App navigator to watch all versions of apiextensions.k8s.io so existing CustomResourceDefinitions with version v1beta1 will be processed.

juniartisu commented 4 years ago

Open issue https://github.com/kappnav/issues/issues/117 to undo once this issue completed. https://github.com/kappnav/controller/pull/31 https://github.com/kappnav/apis/pull/55