From d50930211cb41bbb192a5cd5a7a314a2c6689ce8 Mon Sep 17 00:00:00 2001 From: Ivan Nikittin Date: Fri, 13 Jul 2018 11:49:09 -0700 Subject: [PATCH] Wording edits to new config section --- install/Knative-with-GKE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 1db0a9016..d10d11e1f 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -154,9 +154,8 @@ a static IP address to be able to use Knative for publicly available services: - [Assign a static IP address](../serving/gke-assigning-static-ip-address.md) - [Configure a custom domain](../serving/using-a-custom-domain.md) -> Note: by default, Kantive blocks all outbound traffic. To enable outbound access (e.g. connecting to Cloud Storage API) you will also need to change the proxy scope. - -[Configure outbound network access](../serving/outbound-network-access.md) +Knative Serving blocks all outbound traffic by default. To enable outbound access (when you want +to connect to Cloud Storage API, for example), you need to change the proxy scope by [configuring outbound network access](../serving/outbound-network-access.md). ## Deploying an app