Configuring section sync

This commit is contained in:
Ivan Nikittin 2018-07-13 12:43:08 -07:00 committed by GitHub
parent d50930211c
commit 8429e15b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ 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)
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
Now you're ready to deploy an app: