From a4cc9b70b3a9c858aac19ba04fd7fa9f13ac0225 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 7 Aug 2017 22:02:59 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 9e6ab1905..736bf57ab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ development build and reporting any issues you run into. ## Requirements -* Kubernetes cluster with CustomResourceDefinitions enabled (1.7+) OR convert the provided CRD spec into a TPR for support <1.7 +* Kubernetes cluster with CustomResourceDefinitions enabled (1.7+) ## Deploying @@ -32,14 +32,6 @@ These are configured to support the clouddns challenge provider for ACME, but if you do not intend to test this functionality then feel free to remove the configuration for it. -First you'll need to create the CustomResourceDefinition resource in the target -cluster. This requirement will be removed once [#24](https://github.com/jetstack-experimental/cert-manager/issues/24) -has merged. - -``` -$ kubectl create -f docs/crd.yaml -``` - Go ahead and create the issuer(s) with: ```