Update last of knative/net-* references to use knative-sandbox (#2679)

This commit is contained in:
Nghia Tran 2020-07-16 15:14:33 -07:00 committed by GitHub
parent cb04dd6975
commit 2a5899a0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ Next, choose a networking layer. This example uses Kourier. Kourier is the optio
To install Kourier and make it available as a service leveraging the node ports, youll need to download the YAML file first and make a few changes.
```bash
curl -Lo kourier.yaml https://github.com/knative/net-kourier/releases/download/v0.15.0/kourier.yaml
curl -Lo kourier.yaml https://github.com/knative-sandbox/net-kourier/releases/download/v0.15.0/kourier.yaml
```
By default, the Kourier service is set to be of type `LoadBalancer`. On local machines, this type doesnt work, so youll have to change the type to `NodePort` and add `nodePort` elements to the two listed ports.

View File

@ -144,7 +144,7 @@ The following commands install Contour and enable its Knative integration.
kubectl apply --filename {{< artifact repo="net-contour" file="contour.yaml" >}}
```
<!-- TODO(https://github.com/knative/net-contour/issues/11): We need a guide on how to use/modify a pre-existing install. -->
<!-- TODO(https://github.com/knative-sandbox/net-contour/issues/11): We need a guide on how to use/modify a pre-existing install. -->
1. Install the Knative Contour controller:

View File

@ -169,7 +169,7 @@ running the following command:
### Configure config-certmanager ConfigMap
Update your [`config-certmanager` ConfigMap](https://github.com/knative/net-certmanager/blob/master/config/config.yaml)
Update your [`config-certmanager` ConfigMap](https://github.com/knative-sandbox/net-certmanager/blob/master/config/config.yaml)
in the `knative-serving` namespace to reference your new `ClusterIssuer`.
1. Run the following command to edit your `config-certmanager` ConfigMap: