From f755079d155f9dc8b1b4380a77c5a8f60d5eb857 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 23 Mar 2021 00:22:35 +0200 Subject: [PATCH] [ja] fix column alignment --- .../ja/docs/tasks/debug-application-cluster/debug-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/debug-service.md b/content/ja/docs/tasks/debug-application-cluster/debug-service.md index 5daefb2f59..fa8ce7109b 100644 --- a/content/ja/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/ja/docs/tasks/debug-application-cluster/debug-service.md @@ -365,7 +365,7 @@ kubectl get service hostnames -o json kubectl get pods -l app=hostnames ``` ```none -NAME READY STATUS RESTARTS AGE +NAME READY STATUS RESTARTS AGE hostnames-632524106-bbpiw 1/1 Running 0 1h hostnames-632524106-ly40y 1/1 Running 0 1h hostnames-632524106-tlaok 1/1 Running 0 1h