Use correct CRD version (#8724)

Forgot to update after the official release
This commit is contained in:
John Howard 2021-01-05 06:31:55 -08:00 committed by GitHub
parent f6a8c4e1e6
commit 92600cee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ They will undergo significant changes in future versions. For production deploym
1. Install the Service APIs CRDs:
{{< text bash >}}
$ kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0-rc2" | kubectl apply -f -
$ kubectl kustomize "github.com/kubernetes-sigs/service-apis/config/crd?ref=v0.1.0" | kubectl apply -f -
{{< /text >}}
1. Install Istio, or reconfigure an existing installation to enable the Service APIs controller: