From 8e2bf933aa4a743f981173ff01a90ab1b9a21b6b Mon Sep 17 00:00:00 2001 From: Chang-Woo Rhee Date: Fri, 14 Aug 2020 16:38:46 -0700 Subject: [PATCH] Fixed typo Changed yml to yaml Added -p multinode-demo --- site/content/en/docs/tutorials/multi_node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/tutorials/multi_node.md b/site/content/en/docs/tutorials/multi_node.md index 6f5a62b56c..99a7e4e352 100644 --- a/site/content/en/docs/tutorials/multi_node.md +++ b/site/content/en/docs/tutorials/multi_node.md @@ -75,7 +75,7 @@ deployment "hello" successfully rolled out - Deploy our hello world service, which just spits back the IP address the request was served from: ``` -kubectl apply -f hello-svc.yml +kubectl apply -f hello-svc.yaml service/hello created ``` @@ -90,7 +90,7 @@ hello-c7b8df44f-xv4v6 1/1 Running 0 31s 10.244.0.2 multinod - Look at our service, to know what URL to hit ``` -minikube service list +minikube service list -p multinode-demo |-------------|------------|--------------|-----------------------------| | NAMESPACE | NAME | TARGET PORT | URL | |-------------|------------|--------------|-----------------------------|