Deprecate unmaintaned features

Support for OpenShift Routes (Ingress) is not maintained by anyone, not
really tested and there are better ways to do it, so let's remove that
code from Kuryr.

Support for namespace isolation was done to mimic one of the modes of
openshift-sdn. It doesn't seem to make any sense to keep supporting it
if Network Policy support can provide the same isolation.

Change-Id: I8cfb3c50f491a5dbbfe6fa20b81ee1d0f8c6b4a7
This commit is contained in:
Michał Dulko 2020-01-20 16:17:19 +01:00 committed by Maysa Macedo
parent 5d30ffdf48
commit d1a12bf27b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
deprecations:
- |
Support for OpenShift's Routes (Ingress) gets removed as is not mantained
nor tested, and openshift route pods can be used instead.
- |
Support for namespace isolation is now deprecated and will be removed on
the first occasion as the same effect can now be achieved using Network
Policies support.