fix istio-init chart upgrade issue. (#4323)

This commit is contained in:
Morven Cao 2019-06-11 17:55:10 +08:00 committed by mergify[bot]
parent 47b0c24952
commit ee91bef040
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ the preferred upgrade option is to let Helm take care of the upgrade.
1. Upgrade the `istio-init` chart to update all the Istio [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions) (CRDs).
{{< text bash >}}
$ helm upgrade --install istio-init install/kubernetes/helm/istio-init --namespace istio-system
$ helm upgrade --install --force istio-init install/kubernetes/helm/istio-init --namespace istio-system
{{< /text >}}
1. Check that all the CRD creation jobs completed successfully to verify that the Kubernetes API server received all the CRDs: