Skip to content

Commit 6486211

Browse files
samodellknative-prow-robot
authored andcommitted
Cherrypick release-0.6 --> master (#1523)
* Update order of files in example (#1501) Updating kubernetes secret creation instruction to correctly show which file should hold which data, ie. certificate on `cert.pem` and private key on `cert.pk`. * Update link for Knative Install on OpenShift via Operator (#1511)
1 parent 6092d1f commit 6486211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ available observability plugins, to minimize the disk space used for install.
8484

8585
- [Knative Install on Docker for Mac](./Knative-with-Docker-for-Mac.md)
8686
- [Knative Install on OpenShift](./Knative-with-OpenShift.md)
87-
- [Knative Install on OpenShift via Operator](https://github.com/openshift-cloud-functions/Documentation/blob/master/knative-OCP-4x.md)
87+
- [Knative Install on OpenShift via Operator](https://github.com/openshift-knative/docs/blob/master/README.md)
8888

8989
**Custom install guide**
9090

docs/serving/using-a-tls-cert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To manually add a TLS certificate to your Knative cluster, you create a
154154
Kubernetes secret and then configure the `knative-ingress-gateway`:
155155

156156
1. Run the following command to create a Kubernetes secret to hold your TLS
157-
certificate, `cert.pk`, and the private key, `cert.pem`:
157+
certificate, `cert.pem`, and the private key, `cert.pk`:
158158

159159
```shell
160160
kubectl create --namespace istio-system secret tls istio-ingressgateway-certs \

0 commit comments

Comments
 (0)