From 3acaac623485908bd240a084c8223aaab1167c7e Mon Sep 17 00:00:00 2001 From: axel simon Date: Tue, 16 Feb 2021 12:38:20 +0000 Subject: [PATCH] Update NodePort doc link --- docs/13-smoke-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13-smoke-test.md b/docs/13-smoke-test.md index ab14fe5..c718540 100644 --- a/docs/13-smoke-test.md +++ b/docs/13-smoke-test.md @@ -166,7 +166,7 @@ nginx version: nginx/1.19.1 In this section you will verify the ability to expose applications using a [Service](https://kubernetes.io/docs/concepts/services-networking/service/). -Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) service: +Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) service: ``` kubectl expose deployment nginx --port 80 --type NodePort