mirror of https://github.com/istio/istio.io.git
auth: do not remove crd in upgrade note (#7406)
This commit is contained in:
parent
0734eba8f4
commit
3cca5180d5
|
@ -87,17 +87,6 @@ $ kubectl get servicerolebindings.rbac.istio.io --all-namespaces
|
|||
|
||||
If there are any `v1alpha1` security policies in your clusters, migrate to the new APIs before upgrading.
|
||||
|
||||
To ensure that `v1alpha1` security policies aren't applied in the future, delete the Custom Resource Definitions (CRDs) using the `v1alpha1` security policy APIs with the following commands:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete crd policies.authentication.istio.io
|
||||
$ kubectl delete crd meshpolicies.authentication.istio.io
|
||||
$ kubectl delete crd rbacconfigs.rbac.istio.io
|
||||
$ kubectl delete crd clusterrbacconfigs.rbac.istio.io
|
||||
$ kubectl delete crd serviceroles.rbac.istio.io
|
||||
$ kubectl delete crd servicerolebindings.rbac.istio.io
|
||||
{{< /text >}}
|
||||
|
||||
## Istio configuration during installation
|
||||
|
||||
Past Istio releases deployed configuration objects during installation. The presence of those objects caused the following issues:
|
||||
|
|
Loading…
Reference in New Issue