From b7c4eb7eff44a8817dd9f8f9fad554e45165bf40 Mon Sep 17 00:00:00 2001 From: Gazandi Date: Mon, 1 Mar 2021 23:32:59 +0700 Subject: [PATCH] Update troubleshooting.md Signed-off-by: gazandi --- docs/features/kubernetes/troubleshooting.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/features/kubernetes/troubleshooting.md b/docs/features/kubernetes/troubleshooting.md index 72947282a3..519b81002a 100644 --- a/docs/features/kubernetes/troubleshooting.md +++ b/docs/features/kubernetes/troubleshooting.md @@ -71,15 +71,17 @@ The curl response should have resources from kubernetes Kubernetes will not be showing anything if annotations not match with annotations on k8s service.yaml / deployment.yaml / k8s related yaml. We recommend you for using label selector with adding two labels: + `backstage: ` and `backstage.io/kubernetes-id: `. + ```yaml # k8s related yaml (service.yaml, deployment.yaml, ingress.yaml) metadata: { creationTimestamp: "2022-03-13T13:52:46.000Z", labels: { - "app": , + "app": , "backstage": , - "backstage.io/kubernetes-id": + "backstage.io/kubernetes-id": }, "name": , "namespace":