You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using EKS, which currently supports only Kubernetes 1.14. As such, I need to enable the v1_14 feature when using k8s-openapi. Unfortunately, kube imports a resource which doesn't exist in this version:
use k8s_openapi::api::admissionregistration::v1beta1::ValidatingWebhook;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ValidatingWebhook`
in `api::admissionregistration::v1beta1`
The text was updated successfully, but these errors were encountered:
Ugh, yeah, you're right. For now; I'd recommend you use 1.15 against a 1.14 cluster (whichi is almost certainly going to be fine), but we should check this properly. Thanks.
I am using EKS, which currently supports only Kubernetes 1.14. As such, I need to enable the
v1_14
feature when usingk8s-openapi
. Unfortunately,kube
imports a resource which doesn't exist in this version:The text was updated successfully, but these errors were encountered: