From dec4db664eec6c59ea36cf90d5e354484613e273 Mon Sep 17 00:00:00 2001 From: Oliver Bennett Date: Wed, 16 Sep 2020 14:07:34 +0100 Subject: [PATCH] Improve prerequisite instructions --- docs/examples/PREREQUISITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/PREREQUISITES.md b/docs/examples/PREREQUISITES.md index b6afa1893..c03dd095e 100644 --- a/docs/examples/PREREQUISITES.md +++ b/docs/examples/PREREQUISITES.md @@ -60,7 +60,7 @@ All examples that require a test HTTP Service use the standard http-svc pod, which you can deploy as follows ```console -$ kubectl create -f http-svc.yaml +$ kubectl create -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/docs/examples/http-svc.yaml service "http-svc" created replicationcontroller "http-svc" created