Apply suggestions from code review

Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
Signed-off-by: gazandi <gazandi@ruangguru.com>
This commit is contained in:
Gazandi
2021-03-02 09:13:57 +07:00
committed by gazandi
parent 237ea10010
commit 0e5fc79b46
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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).
+3 -3
View File
@@ -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