mirror of https://github.com/istio/istio.io.git
Remove old comment. (#3499)
This commit is contained in:
parent
b9fd646a1e
commit
36a6514a07
|
|
@ -34,29 +34,6 @@ account `bookinfo-productpage` for `productpage` and service account `bookinfo-r
|
|||
If you are using a namespace other than `default`, use `kubectl -n namespace ...` to specify the namespace.
|
||||
{{< /tip >}}
|
||||
|
||||
* There is a major update to RBAC in Istio 1.0. Please make sure to remove any existing RBAC configuration before continuing.
|
||||
|
||||
* Run the following commands to disable the old RBAC functionality, these are no longer needed in Istio 1.0:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete authorization requestcontext -n istio-system
|
||||
$ kubectl delete rbac handler -n istio-system
|
||||
$ kubectl delete rule rbaccheck -n istio-system
|
||||
{{< /text >}}
|
||||
|
||||
* Run the following commands to remove any existing RBAC policies:
|
||||
|
||||
{{< tip >}}
|
||||
You could keep existing policies but you will need to make some changes to the `constraints` and `properties` field
|
||||
in the policy, see [constraints and properties](/docs/reference/config/authorization/constraints-and-properties/)
|
||||
for the list of supported keys in `constraints` and `properties`.
|
||||
{{< /tip >}}
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete servicerole --all
|
||||
$ kubectl delete servicerolebinding --all
|
||||
{{< /text >}}
|
||||
|
||||
* Point your browser at the Bookinfo `productpage` (`http://$GATEWAY_URL/productpage`). You should see:
|
||||
|
||||
* The "Book Details" section in the lower left part of the page, including type, pages, publisher, etc.
|
||||
|
|
|
|||
Loading…
Reference in New Issue