Skip to content

Commit 06881ad

Browse files
RichieEscarezknative-prow-robot
authored andcommitted
invalid since v0.8.1 (#1947)
* invalid since v0.8.1 fix for #1859 * remove references to the invalid topic
1 parent 85476b5 commit 06881ad

File tree

5 files changed

+2
-115
lines changed

5 files changed

+2
-115
lines changed

docs/eventing/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ Learn more about Eventing development in the
9696
Knative Eventing currently requires Knative Serving installed with either Istio version >=1.0, or Gloo version >=0.18.16.
9797
[Follow the instructions to install on the platform of your choice](../install/README.md).
9898

99-
Many of the sources require making outbound connections to create the event
100-
subscription, and if you have any functions that make use of any external (to
101-
cluster) services, you must enable it also for them to work.
102-
[Follow the instructions to configure outbound network access](../serving/outbound-network-access.md).
103-
10499
## Architecture
105100

106101
The eventing infrastructure supports two forms of event delivery at the moment:

docs/install/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,11 @@ Now you're ready to deploy an app:
125125
## Configuring Knative Serving
126126

127127
After your Knative installation is running, you can set up a custom domain with
128-
a static IP address to be able to use Knative for publicly available services
129-
and set up an Istio IP range for outbound network access:
128+
a static IP address to be able to use Knative for publicly available services,
129+
and set up TLS certificates to use HTTPS:
130130

131131
- [Assign a static IP address](../serving/gke-assigning-static-ip-address.md)
132132
- [Configure a custom domain](../serving/using-a-custom-domain.md)
133-
- [Configure outbound network access](../serving/outbound-network-access.md)
134133
- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert.md)
135134

136135
## Checking the version of your Knative Serving installation

docs/serving/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ in the Knative Serving repository.
7474

7575
## Configuration and Networking
7676

77-
- [Configuring outbound network access](./outbound-network-access.md)
7877
- [Configuring cluster local routes](./cluster-local-route.md)
7978
- [Using a custom domain](./using-a-custom-domain.md)
8079
- [Assigning a static IP address for Knative on Google Kubernetes Engine](./gke-assigning-static-ip-address.md)

docs/serving/outbound-network-access.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

docs/serving/samples/rest-api-go/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ like `AAPL`,`AMZN`, `GOOG`, `MSFT`, etc.
1616
and DNS configured.
1717
1. [Docker](https://docs.docker.com/get-started/#prepare-your-docker-environment)
1818
installed locally.
19-
1. [Outbound network access](../../outbound-network-access.md) enabled for this
20-
Service to make external API requests.
2119
1. `envsubst` installed locally. This is installed by the `gettext` package. If
2220
not installed it can be installed by a Linux package manager, or by
2321
[Homebrew](https://brew.sh/) on OS X.

0 commit comments

Comments
 (0)