Replies: 1 comment
-
Hi @sadath-12, It sounds like you're running into a validation issue with the generated CRD manifest. The error related to x-kubernetes-type indicates that there's a problematic field in the CRD. Please check the markers doc to see if you are not missing something and for a better understand : https://book.kubebuilder.io/reference/markers Here are few things that you can check Search for the Error: ```bash This will give you the line numbers where this specific attribute is set, which might help you narrow down the problem. Kubebuilder Version: Validation Schema: Manually Fix: I am closing this one. |
Beta Was this translation helpful? Give feedback.
-
I followed the cronjob tut and ran all succesfull commands except after everything when i did make install it throws error
x-kubernetes-type set to null must be set to atom
more likely the issue in config/bases which was actually generated by kubebuilder and have 8k lines how do i approach this problem is anyone else facing the similar thing ??Beta Was this translation helpful? Give feedback.
All reactions