mirror of https://github.com/istio/istio.io.git
fix admissionregistration API version (#1444)
There is no admissionregistration.k8s.io/v2beta2 API, so fix it. Signed-off-by: Guihua Zhu <z.zhuguihua@gmail.com> Signed-off-by: Guihua Zhu <zhuguihua@cmss.chinamobile.com>
This commit is contained in:
parent
ca65403732
commit
d05c7aa3b4
|
@ -118,8 +118,8 @@ Sidecars can be automatically added to applicable Kubernetes pods using a
|
|||
|
||||
```command
|
||||
$ kubectl api-versions | grep admissionregistration
|
||||
admissionregistration.k8s.io/v1alpha1
|
||||
admissionregistration.k8s.io/v1beta1
|
||||
admissionregistration.k8s.io/v2beta2
|
||||
```
|
||||
|
||||
See the Kubernetes [quick start](/docs/setup/kubernetes/quick-start/) guide for instructions on installing Kubernetes version >= 1.9.
|
||||
|
|
Loading…
Reference in New Issue