From 053fd68bd840d0e71462d3f5af667ee0b56ab354 Mon Sep 17 00:00:00 2001 From: Rick Slot Date: Wed, 27 Feb 2019 19:47:48 +0100 Subject: [PATCH] Missing NodePort replace to run on localhost (#899) --- install/Knative-with-Docker-for-Mac.md | 1 + 1 file changed, 1 insertion(+) diff --git a/install/Knative-with-Docker-for-Mac.md b/install/Knative-with-Docker-for-Mac.md index 8c7b795dd..2945a35a3 100644 --- a/install/Knative-with-Docker-for-Mac.md +++ b/install/Knative-with-Docker-for-Mac.md @@ -64,6 +64,7 @@ file, which installs only Knative Serving: ```shell curl -L https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \ + | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ```