Merge pull request #2181 from JoshVanL/0.11-fix-docs-table

Fix order of tasks and rst table in 0.10 upgrade
This commit is contained in:
jetstack-bot 2019-10-09 20:21:27 +01:00 committed by GitHub
commit dd0c89aa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

View File

@ -9,8 +9,8 @@ want to configure.
.. toctree::
:maxdepth: 2
uninstall/index
issuers/index
issuing-certificates/index
backup-restore-crds
uninstall/index
upgrading/index

View File

@ -45,19 +45,31 @@ you will need to update them to reflect the new API group.
A full table of annotations, including the old and new equivalents:
+----------------------------------------------+-------------------------------------------+
| Old Annotation | New Annotation |
|----------------------------------------------|-------------------------------------------|
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/acme-http01-edit-in-place | acme.cert-manager.io/http01-edit-in-place |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/acme-http01-ingress-class | acme.cert-manager.io/http01-ingress-class |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/issuer | cert-manager.io/issuer |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/cluster-issuer | cert-manager.io/cluster-issuer |
| certmanager.k8s.io/acme-challenge-type | DEPRECATED |
| certmanager.k8s.io/acme-dns01-provider | DEPRECATED |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/acme-challenge-type | DEPRECIATED |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/acme-dns01-provider | DEPRECIATED |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/alt-names | cert-manager.io/alt-names |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/ip-sans | cert-manager.io/ip-sans |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/common-name | cert-manager.io/common-name |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/issuer-name | cert-manager.io/issuer-name |
+----------------------------------------------+-------------------------------------------+
| certmanager.k8s.io/issuer-kind | cert-manager.io/issuer-kind |
+----------------------------------------------+-------------------------------------------+
You can use the following bash magic to print a list of Ingress resources that
still contain an old annotation: