turbonomic / t8c-install

23 stars 35 forks source link

Helm Chart gives the following error : no matches for kind "Xl" in version "charts.helm.k8s.io/v1" (Jun 14, 2022) #23

Closed devstackhub closed 2 years ago

devstackhub commented 2 years ago

kubectl apply -f https://raw.githubusercontent.com/turbonomic/t8c-install/master/operator/deploy/crds/charts_v1alpha1_xl_cr.yaml -n turbonomic

Error : error: unable to recognize "https://raw.githubusercontent.com/turbonomic/t8c-install/master/operator/deploy/crds/charts_v1alpha1_xl_cr.yaml": no matches for kind "Xl" in version "charts.helm.k8s.io/v1"

Screenshot 2022-06-14 at 09 21 23
esara commented 2 years ago

@devstackhub please follow the deployment steps at https://github.com/turbonomic/t8c-install/blob/master/DEPLOY.md#installing-the-turbonomic-platform-operator-without-operator-lifecycle-manager-olm you need to apply the custom resource definition, before you can apply the custom resource for any operator in k8s (including the t8c-operator)

if you are running k8s 1.22+ please use the v1 crd (instead of the v1beta crd) as referenced in https://github.com/turbonomic/t8c-install/wiki/4.-Turbonomic-Multinode-Deployment-Steps#create-the-custom-resource-definition-crd

devstackhub commented 2 years ago

Thanks it works fine @esara