From 489a5f86b0b1b06831ded9e46f015f2d3bb456a9 Mon Sep 17 00:00:00 2001 From: AR Shankar Date: Fri, 16 Aug 2019 11:31:02 +0000 Subject: [PATCH] updating kubernetes documentation --- Kubernetes/Integrating_Kubernetes_with_Ansible.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kubernetes/Integrating_Kubernetes_with_Ansible.MD b/Kubernetes/Integrating_Kubernetes_with_Ansible.MD index 96af5d4d..109676a6 100644 --- a/Kubernetes/Integrating_Kubernetes_with_Ansible.MD +++ b/Kubernetes/Integrating_Kubernetes_with_Ansible.MD @@ -8,9 +8,9 @@ 1. Check for pods, deployments and services on kubernetes master ```sh - kubectl get pods - kubectl get deploy - kubectl get service + kubectl get pods -o wide + kubectl get deploy -o wide + kubectl get service -o wide ``` 1. Access application suing service IP