Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change apiversion for destination policies sample in bookinfo (istio#…
…4734) Automatic merge from submit-queue. Change apiversion for destination policies sample in bookinfo In Bookinfo sample, there is an example of definition of a DestinationPolicy (`/samples/bookinfo/kube/destination-policy-reviews.yaml`). When creating it into a Open Shift cluster using: `oc create -f samples/bookinfo/kube/destination-policy-reviews.yaml` it prompts the following error: > Error from server (BadRequest): error when creating "samples/bookinfo/kube/destination-policy-reviews.yaml": the API version in the data (config.istio.io/v1beta1) does not match the expected API version (config.istio.io/v1alpha2) Changing the DestinationPolicy apiVersion from `v1beta1` to `v1alpha2` just fix this issue.
- Loading branch information