mirror of https://github.com/knative/docs.git
Update last of knative/net-* references to use knative-sandbox (#2679)
This commit is contained in:
parent
cb04dd6975
commit
2a5899a0f3
|
@ -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, you’ll 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 doesn’t work, so you’ll have to change the type to `NodePort` and add `nodePort` elements to the two listed ports.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue