add doc for manually deleting job resource before redeploying istio chart with helm less than 2.9.0 (#1442)

This commit is contained in:
Morven Cao 2018-06-06 20:26:19 +08:00 committed by Martin Taillefer
parent b17cc49431
commit 91dad0b4a6
1 changed files with 5 additions and 0 deletions

View File

@ -128,3 +128,8 @@ See the sample [Bookinfo](/docs/guides/bookinfo/) application.
```command
$ helm delete --purge istio
```
If your helm version is less than 2.9.0, then you need to manually cleanup extra job resource before redeploy new version of Istio chart:
```command
$ kubectl -n istio-system delete job --all
```