From 57f81068a4663e32d2be0810524191e07a59a368 Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Mon, 7 Dec 2020 16:04:25 +0530 Subject: [PATCH] fix for 6564 review comments --- docs/deploy/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index c1a04a02c..c82fb544d 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -160,7 +160,8 @@ Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service ```console kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/provider/baremetal/service-nodeport.yaml ``` - +!!! tip + Applicable on kubernetes clusteres deployed on bare-metal with generic Linux distro(Such as CentOs, Ubuntu ...). !!! tip For extended notes regarding deployments on bare-metal, see [Bare-metal considerations](./baremetal.md).