From 70fdfeb9267de76aa03a61c11389f7aafd424752 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 26 Feb 2020 16:38:06 +0100 Subject: [PATCH] Use explicitly the word Kubernetes in the migration guide. --- docs/content/migration/v2.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index 634b562e1..c7a58dd18 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -2,8 +2,11 @@ ## v2.0 to v2.1 -In v2.1, a new CRD called `TraefikService` was added. While updating an installation to v2.1, -it is required to apply that CRD before as well as enhance the existing `ClusterRole` definition to allow Traefik to use that CRD. +### Kubernetes CRD + +In v2.1, a new Kubernetes CRD called `TraefikService` was added. +While updating an installation to v2.1, +one should apply that CRD, and update the existing `ClusterRole` definition to allow Traefik to use that CRD. To add that CRD and enhance the permissions, following definitions need to be applied to the cluster.