mirror of https://github.com/istio/istio.io.git
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:
parent
0492530216
commit
61b028bba7
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue