From a6895b45270f61caaa5aca4910dddb332148fdd3 Mon Sep 17 00:00:00 2001 From: Jayapriya Pai Date: Sat, 13 May 2023 08:12:31 +0530 Subject: [PATCH] Update a.core_concepts.md Fix pod expose --- a.core_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a.core_concepts.md b/a.core_concepts.md index 15b18437..8a81161b 100644 --- a/a.core_concepts.md +++ b/a.core_concepts.md @@ -175,7 +175,7 @@ kubectl get po -A

```bash -kubectl run nginx --image=nginx --restart=Never --port=80 +kubectl run nginx --image=nginx --restart=Never --expose --port=80 ```