tinkerbell / k8s-sandbox

The easiest way to setup the Tinkerbell Stack on Kubernetes
Apache License 2.0
9 stars 9 forks source link

which version of k8s should be used? #14

Closed sheepcat closed 2 years ago

sheepcat commented 2 years ago

hi guys

i try to deploy tinkerbell in k8s v1.22.3 but it raise :

no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"

[root@k8s-master kubernetes]# kk api-resources |grep admissionregistration mutatingwebhookconfigurations admissionregistration.k8s.io/v1 false MutatingWebhookConfiguration validatingwebhookconfigurations admissionregistration.k8s.io/v1 false ValidatingWebhookConfiguration

what version should i used? thanks .

tstromberg commented 2 years ago

Relating to #13 - I believe that Kubernetes v1.21 should work today. Please let me know what you find.

tstromberg commented 2 years ago

The general answer is: we support the latest stable release of Kubernetes. It so happens that due to #13 that we recommend v1.21.x today.