mirror of https://github.com/istio/istio.io.git
add doc for manually deleting job resource before redeploying istio chart with helm less than 2.9.0 (#1442)
This commit is contained in:
parent
b17cc49431
commit
91dad0b4a6
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue