Install cert manager CRDs first before install Istio. (#2046)

* Install cert manager CRDs first before install Istio.

* Address @sdake's comments.
This commit is contained in:
Guang Ya Liu 2018-07-30 19:40:40 +08:00 committed by istio-bot
parent 0492530216
commit 61b028bba7
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ via `kubectl apply`, and wait a few seconds for the CRDs to be committed in the
$ kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml
{{< /text >}}
__NOTE__: If you are enabling `certmanager`, you also need to install its CRDs as well and wait a few seconds for the CRDs to be committed in the kube-apiserver:
{{< text bash >}}
$ kubectl apply -f install/kubernetes/helm/istio/charts/certmanager/templates/crds.yaml
{{< /text >}}
1. Choose one of the following two
**mutually exclusive** options described below.