From 01a4a500579052878a0bb89312f9fff7ce918c0f Mon Sep 17 00:00:00 2001 From: sourav kumar Date: Sat, 18 Jun 2022 13:24:13 +0530 Subject: [PATCH] repeated lines --- Days/day51.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Days/day51.md b/Days/day51.md index 25e2f25..fc420f6 100644 --- a/Days/day51.md +++ b/Days/day51.md @@ -89,7 +89,6 @@ Along with the official documentation, I have also found myself with this page o |kubectl get namespaces |List all namespaces in cluster | |kubectl get pods |List all pods in default namespace cluster | |kubectl get pods -n name |List all pods in "name" namespace | -|kubectl get pods -n name |List all pods in "name" namespace | |Creating Resources | | | ------------------------------ | ----------------------------------------- |