Commit Graph

572 Commits

Author SHA1 Message Date
James Munnelly
fc61167130 Fixup redirects to point to cert-manager.io
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-28 13:34:22 +00:00
James Munnelly
c7f0ddee67 Remove check for Sphinx builder for externalredirects plugin
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-28 13:23:09 +00:00
James Munnelly
1de8920bd7 Remove old reference docs generation code
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:18 +00:00
James Munnelly
dcea6781f3 Replace old rst files with redirect placeholders
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:18 +00:00
James Munnelly
a9006790b7 Rewrite original rst files with redirect text
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:17 +00:00
James Munnelly
ff75e6bcbf Add redirects to new documentation website
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-11-15 00:10:17 +00:00
jetstack-bot
ff3173292b
Merge pull request #2299 from jetstack-bot/cherry-pick-2298-to-master
[master] fix typo
2019-11-13 17:51:26 +00:00
jetstack-bot
1bfec37482
Merge pull request #2349 from JoshVanL/2205-kubernetes-auth-path
Changes the vault issuer Kubernetes auth path to require the full *mount* path
2019-11-13 09:58:26 +00:00
JoshVanL
0e739bdde9 Mount path now hard codes /login endpoint in code
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-12 18:37:54 +00:00
JoshVanL
0c078d7abe Adds missing comma to form proper json
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-11 12:57:41 +00:00
Nolan Reisbeck
a4d2b39b79 route53.rst: add route53:ListResourceRecordSets to IAM Policy
With the provided IAM Policy, I was receiving the error:
```
{"level":"info","msg":"legolog: [WARN] [$DOMAIN] acme: error cleaning
up: failed to determine Route 53 hosted zone ID: AccessDenied: User:
arn:aws:iam::$ARN:user/$USER is not authorized to perform:
route53:ListHostedZonesByName","time":"2019-08-22T00:26:56Z"}
```

Signed-off-by: Nolan Reisbeck <nreisbeck@doctorondemand.com>
2019-11-11 12:57:07 +00:00
JoshVanL
7ec3103eb4 Changes the vault issuer Kubernetes auth path to require the full path
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-11-11 12:49:02 +00:00
Adrian Mouat
615f4f832f fix typo
Add missing 's'
2019-10-28 15:22:11 +00:00
Christian Groschupp
6a665da089
Add documentation for the webhook
Signed-off-by: Christian Groschupp <christian@groschupp.org>
2019-10-17 16:23:02 +02:00
jetstack-bot
87aedeb04c
Merge pull request #2225 from munnerz/wildcard-field-ptr
Make ACMEAuthorization.Wildcard field a pointer
2019-10-15 19:05:05 +01:00
walter.goulet
e8ddf11ad8
Fix the enrollment URL for Venafi Cloud. 2019-10-15 10:37:20 -05:00
James Munnelly
e9796e79f2 Update generated files
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-15 12:40:17 +01:00
jetstack-bot
082122040f
Merge pull request #2195 from mgoltzsche/master
Add cainjector usage documentation.
2019-10-15 08:56:19 +01:00
Nick Parker
f39eaf8dba Fix documentation relating to issuer solvers
With the 0.11 release, the deprecated `spec.http01`/`spec.dns01` syntax was removed from the `Issuer`/`ClusterIssuer` CRDs.

Update some references to the old syntax and add a note to the 0.11 upgrade doc about an error one might see if they were still using the old syntax, as was still being provided in the `Issuers` docs until this PR...
2019-10-13 16:01:15 +13:00
Max Goltzsche
acb2e47048 Add cainjector usage documentation.
Signed-off-by: Max Goltzsche <max.goltzsche@gmail.com>
2019-10-11 23:26:34 +02:00
jetstack-bot
d474a5f0b3
Merge pull request #2192 from JoshVanL/fix-uninstall-link
Fix uninstall link in upgrade guide 0.11
2019-10-10 18:46:38 +01:00
JoshVanL
952f91d2e2 Fix uninstall link in upgrade guide 0.11
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-10 18:38:28 +01:00
JoshVanL
170ff943d1 Removes the mention of the feature flag needed to use
CertificateRequests

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-10 13:42:42 +01:00
James Munnelly
ac51e06fe6 Advise users to set --validate=false when installing with kubectl
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-10 09:24:35 +01:00
JoshVanL
db15573832 Fix order of tasks and rst table in 0.10 upgrade
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-09 18:33:47 +01:00
jetstack-bot
d3a418642e
Merge pull request #2165 from JoshVanL/0.11-cli-migration
Adds CLI migration tool with docs on how to use it
2019-10-09 17:45:27 +01:00
James Munnelly
941b27bec1 Bump version strings for v0.11.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-09 11:35:35 +01:00
JoshVanL
af8d844a70 Links uninstall docs, adds predicted links and minor fix
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 18:16:34 +01:00
JoshVanL
345385fcfc Fix up migration output and its docs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 17:17:54 +01:00
JoshVanL
fae39bb525 Adds CLI migration tool with docs on how to use it
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-08 16:09:57 +01:00
jetstack-bot
bd36cb42fc
Merge pull request #2154 from munnerz/upg-notes
Add jq bash magic to find Ingress resources with old annotations
2019-10-03 17:50:34 +01:00
James Munnelly
8f5aafa6f6 Add jq bash magic to find Ingress resources with old annotations
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-03 17:25:00 +01:00
JoshVanL
b87255a617 Adds review comments
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-03 15:51:28 +01:00
JoshVanL
37f46587ba Adds uninstallation documentation
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-03 14:40:51 +01:00
jetstack-bot
482eac596a
Merge pull request #2085 from JoshVanL/certificate-URISANs
Adds URISANs field to Certificate
2019-10-03 10:59:47 +01:00
Dan Farrell
fbeea9e465 how to set --dns01-recursive-nameservers in helm
Signed-off-by: Dan Farrell <dfarrell@doctorondemand.com>
2019-10-02 13:42:21 -05:00
jetstack-bot
2f03013a64
Merge pull request #2135 from JoshVanL/update-docs-webhook-v0.11
Updates documentation to remove outdated information and namespace validation
2019-10-02 19:17:11 +01:00
JoshVanL
0bb9a2c0a8 Re-introduce wehbook documentation in areas
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-02 18:25:54 +01:00
JoshVanL
a73a2f9aba Adds URI example field to Certificate example in the docs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-02 17:48:37 +01:00
JoshVanL
832e20ae29 Adds URISANs field to Certificate
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-02 17:48:37 +01:00
James Munnelly
507d45279f Bump version strings for v0.11.0-beta.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-02 17:29:18 +01:00
jetstack-bot
b91b7d8d3f
Merge pull request #2097 from JoshVanL/status-subresource
Adds status sub resource and changes updates
2019-10-02 16:40:11 +01:00
James Munnelly
cd22efaec2 Bump more references to extensions/v1beta1 Deployments
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-10-02 12:16:38 +01:00
JoshVanL
ddd6e17f70 Updates documentation to remove outdated information and removes
validation=false on the cert-manager namespace

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-01 16:10:06 +01:00
JoshVanL
de07651142 Remote updatestatus todos and add minimal version to docs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-09-30 13:47:51 +01:00
jetstack-bot
eb61adf0fc
Merge pull request #2123 from munnerz/011-upgrade
Add provisional upgrade notes for v0.11 & bump version strings
2019-09-27 12:52:27 +01:00
James Munnelly
3de186305f Bump version strings for v0.11.0-alpha.0
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-27 11:22:58 +01:00
James Munnelly
093aa6844c Add provisional upgrade notes for v0.11
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-27 11:22:44 +01:00
jetstack-bot
5d532246da
Merge pull request #2122 from munnerz/fixup-apigroup
Correct API group on Vault setup guide
2019-09-27 11:15:55 +01:00
James Munnelly
3daeee9f3e Correct API group on Vault setup guide
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-09-27 10:26:58 +01:00