Skip to content

Commit dafadbe

Browse files
author
Katie Horne
committed
update info on Cloudflare page
1 parent 185b308 commit dafadbe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

guides/ssl-certificates/cloudflare.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,13 @@ you can enable HTTPS on your Coder deployment.
2222

2323
You must have:
2424

25-
- A Kubernetes cluster (v1.15 or greater) with internet connectivity
25+
- A Kubernetes cluster (v1.17 or greater) with internet connectivity
2626
- kubectl with patch version
2727
[greater than v1.18.8, v1.17.11, or v1.16.14](https://cert-manager.io/docs/installation/upgrading/upgrading-0.15-0.16/#issue-with-older-versions-of-kubectl)
2828

2929
## Step 1: Add cert-manager to your Kubernetes cluster
3030

3131
```console
32-
# Kubernetes 1.16+
33-
$ kubectl apply --validate=false -f \
34-
https://github.com/jetstack/cert-manager/releases/download/v1.0.1/cert-manager.yaml
35-
36-
# Kubernetes <1.16
3732
$ kubectl apply --validate=false -f \
3833
https://github.com/jetstack/cert-manager/releases/download/v1.0.1/cert-manager-legacy.yaml
3934
```

0 commit comments

Comments
 (0)