From adbda7df509c43790afa70087bcc9c3bd06d97e7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Jun 2019 14:11:05 -0400 Subject: [PATCH 1/2] 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`. --- docs/serving/using-a-tls-cert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/using-a-tls-cert.md b/docs/serving/using-a-tls-cert.md index 9acbc076d4a..1dd776f7872 100644 --- a/docs/serving/using-a-tls-cert.md +++ b/docs/serving/using-a-tls-cert.md @@ -154,7 +154,7 @@ To manually add a TLS certificate to your Knative cluster, you create a Kubernetes secret and then configure the `knative-ingress-gateway`: 1. Run the following command to create a Kubernetes secret to hold your TLS - certificate, `cert.pk`, and the private key, `cert.pem`: + certificate, `cert.pem`, and the private key, `cert.pk`: ```shell kubectl create --namespace istio-system secret tls istio-ingressgateway-certs \ From 6761b43aa8a62f51f27e27e3858698960fbfb21c Mon Sep 17 00:00:00 2001 From: Joan Edwards <42442393+joaedwar@users.noreply.github.com> Date: Tue, 25 Jun 2019 19:14:05 +0100 Subject: [PATCH 2/2] Update link for Knative Install on OpenShift via Operator (#1511) --- docs/install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 8e5e326dcfa..74ab543e03a 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -84,7 +84,7 @@ available observability plugins, to minimize the disk space used for install. - [Knative Install on Docker for Mac](./Knative-with-Docker-for-Mac.md) - [Knative Install on OpenShift](./Knative-with-OpenShift.md) -- [Knative Install on OpenShift via Operator](https://github.com/openshift-cloud-functions/Documentation/blob/master/knative-OCP-4x.md) +- [Knative Install on OpenShift via Operator](https://github.com/openshift-knative/docs/blob/master/README.md) **Custom install guide**