unable to install velero on kubernetes cluster #3293
-
Hello, I tried to install velero on a kubernetes cluster on CentOS 7 and get an error i am unable to solve. INTEroot@controlplane01:~# velero install \
Error installing Velero. Use I don't have deployement logs. My configuration is : INTEroot@controlplane01:~# velero client config get features INTEroot@controlplane01:~# kubectl version Could you help me troubleshoot this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @dbd-fr! Sorry you're having issues with this. Support for the field "type" when using the We should technically support back to v1.10 so it looks like we've broken that. This looks like a duplicate of #2856. |
Beta Was this translation helpful? Give feedback.
Hi @dbd-fr! Sorry you're having issues with this. Support for the field "type" when using the
status
subresource in the CRD validation schema was only introduced in Kubernetes v1.12. So it seems that our current CRDs are not compatible with versions of Kubernetes before that (such as v1.11.6 which you are using).We should technically support back to v1.10 so it looks like we've broken that. This looks like a duplicate of #2856.