mirror of https://github.com/istio/istio.io.git
fix istio-init chart upgrade issue. (#4323)
This commit is contained in:
parent
47b0c24952
commit
ee91bef040
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue