From 1b90d8ad5b652710665716feae099d8561f26fee Mon Sep 17 00:00:00 2001 From: hecomlilong Date: Tue, 18 Jan 2022 15:51:01 +0800 Subject: [PATCH] module4 simple pod example --- module4/1.simple-pod.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module4/1.simple-pod.MD b/module4/1.simple-pod.MD index c01e21e..020448f 100644 --- a/module4/1.simple-pod.MD +++ b/module4/1.simple-pod.MD @@ -16,7 +16,7 @@ $ kubectl get po --show-labels -owide -w ### Expose svc ```shell -$ kubectl expose deploy nginx --selector run=nginx --port=80 --type=NodePort +$ kubectl expose pod nginx --selector run=nginx --port=80 --type=NodePort ``` ### Check svc detail