From f70d7021461fcc4e78b4e52f76fbb0505805e2cd Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 19 Aug 2021 18:33:00 +0530 Subject: [PATCH] fix kubectl command in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8abf2ee30b1..3daaa540e13 100644 --- a/README.md +++ b/README.md @@ -244,11 +244,11 @@ You can monitor Tenant creation from the Operator Console. ### 4) Connect to the Tenant -Use the following command to list the pods and services created by the MinIO +Use the following command to list the services created by the MinIO Operator: ```sh -kubectl get pods -n NAMESPACE +kubectl get svc -n NAMESPACE ``` Replace `NAMESPACE` with the namespace for the MinIO Tenant. The output