Mirantis / k8s-netchecker-server

Basic network checker service to check DNS and connectivity in kubernetes cluster
Apache License 2.0
67 stars 19 forks source link

Migrate from TPR to CRD for k8s v.1.7 #110

Closed AlexeyKasatkin closed 6 years ago

AlexeyKasatkin commented 7 years ago

TPR is deprecated starting from k8s v.1.7. CRD is a substitute for them.

https://github.com/kubernetes/client-go/tree/master/examples/third-party-resources-deprecated

https://github.com/kubernetes/features/issues/95