Dashboard: Remove TPR resource in favor of CRD

Created on 28 Jun 2017  路  4Comments  路  Source: kubernetes/dashboard

Quoting from https://github.com/kubernetes/features/issues/95#issuecomment-311483403:

As mentioned in the 1.7 release notes and docs, TPR is now deprecated and we plan to remove it in 1.8. Users should switch to CRD during the 1.7 timeframe.

Please comment on the tracking issue for removal if you have any questions or concerns.

Should we remove all our customization related to them?


Tracker on core repository: https://github.com/kubernetes/kubernetes/issues/48152


During migration to CRD we should also add detail page which is missing for TPR instances at the moment (more details in https://github.com/kubernetes/dashboard/issues/1504).

Most helpful comment

I had a short look at this. I would suggest keeping TPR and introducing CRD side by side for the k8s 1.7 release, since that is the approach the community is taking. Will will then phase out TPR's for 1.8.

All 4 comments

I imagine it would make sense to port any TPR customizations to CRD, which is essentially the next version of TPR.

@enisoc It is good news for us. I did not yet read full discussion, so thank you for you input.

I had a short look at this. I would suggest keeping TPR and introducing CRD side by side for the k8s 1.7 release, since that is the approach the community is taking. Will will then phase out TPR's for 1.8.

We will track from #2493.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eloyekunle picture eloyekunle  路  3Comments

donspaulding picture donspaulding  路  5Comments

mxey picture mxey  路  3Comments

minminmsn picture minminmsn  路  4Comments

kasunsjc picture kasunsjc  路  3Comments