Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ingress/single-cluster/ingress-https/README.md #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ingress/single-cluster/ingress-https/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
enabled: true
```

The managed certificate generation is goverened via the [ManagedCertificate resource.](https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs) The spec below will create a single SSL certificate resource with these two hostnames as SANs to the cert.
The managed certificate generation is governed via the [ManagedCertificate resource.](https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs) The spec below will create a single SSL certificate resource with these two hostnames as SANs to the cert.

```yaml
apiVersion: networking.gke.io/v1
Expand Down Expand Up @@ -128,7 +128,7 @@ $ gcloud compute ssl-policies create gke-ingress-ssl-policy-https \
--min-tls-version 1.2
```

5. Now that all the Google Cloud resources have been created you can deploy your Kubernetes resources. Deploy the following manifest which deploys the foo and bar applications, the FrontendConfig, ManagedCertificate, and Ingress resource.
5. Now that all the Google Cloud resources have been created you can deploy your Kubernetes resources. Apply the manifest `secure-ingress.yaml` which deploys the foo and bar applications, the FrontendConfig, ManagedCertificate, and Ingress resource.

```bash
$ kubectl apply -f secure-ingress.yaml
Expand Down