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 - ```