From 0e5fc79b467820229afe45793d9ea9346586560c Mon Sep 17 00:00:00 2001 From: Gazandi Date: Tue, 2 Mar 2021 09:13:57 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Adam Harvey Signed-off-by: gazandi --- docs/features/kubernetes/installation.md | 2 +- docs/features/kubernetes/troubleshooting.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/kubernetes/installation.md b/docs/features/kubernetes/installation.md index e9a02f705d..fed24c58d6 100644 --- a/docs/features/kubernetes/installation.md +++ b/docs/features/kubernetes/installation.md @@ -120,5 +120,5 @@ After installing the plugins in the code, you'll need to then ## Troubleshooting -After installing the plugins in the code, and the kubernetes information is not +After installing the plugins in the code, if the Kubernetes information is not showing up, you'll need to [troubleshoot it](troubleshooting.md). diff --git a/docs/features/kubernetes/troubleshooting.md b/docs/features/kubernetes/troubleshooting.md index 9dcca33f5b..4dc42dcb69 100644 --- a/docs/features/kubernetes/troubleshooting.md +++ b/docs/features/kubernetes/troubleshooting.md @@ -7,8 +7,8 @@ description: Troubleshooting for Kubernetes ## Kubernetes is not showing up on Service Entities -Sometimes, kubernetes is not showing up on service entities, we should test your -k8s cluster are already connected to backstage or not. +Sometimes, Kubernetes is not showing up on service entities, we should test your +k8s cluster are already connected to Backstage or not. ```curl # curl request @@ -24,7 +24,7 @@ curl --location --request POST '{{backstage-backend-url}}:{{backstage-backend-po ' ``` -The curl response should have resources from kubernetes +The curl response should have resources from Kubernetes: ```json # curl response