From 7126b48d6a1e2022ea225a59ae1cc126f1868925 Mon Sep 17 00:00:00 2001 From: Jamie Klassen Date: Wed, 8 Feb 2023 13:31:49 -0500 Subject: [PATCH] update known issues since #16018 was fixed Signed-off-by: Jamie Klassen --- docs/features/kubernetes/proxy.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/features/kubernetes/proxy.md b/docs/features/kubernetes/proxy.md index 859bcb0b3c..5848d62e3e 100644 --- a/docs/features/kubernetes/proxy.md +++ b/docs/features/kubernetes/proxy.md @@ -81,10 +81,7 @@ will be forwarded as-is. The proxy as it was released in [Backstage 1.9](https://github.com/backstage/backstage/blob/master/docs/releases/v1.9.0-changelog.md#patch-changes-15) -has a few known bugs: +has a known bug: - [#15901](https://github.com/backstage/backstage/issues/15901) - it cannot reliably target clusters who share the same name with another located cluster. -- [#16018](https://github.com/backstage/backstage/issues/16018) - it does not - forward request bodies, making it incapable of supporting `POST`, `PUT` or - `PATCH` verbs in practice.