tadayosi commented on code in PR #3419: URL: https://github.com/apache/camel-k/pull/3419#discussion_r918525153
########## install/Makefile: ########## @@ -155,6 +155,16 @@ endif check-admin: kubectl @output=$$(kubectl get crd 2>&1) || (echo "****" && echo "**** ERROR: Cannot continue as user is not a Cluster-Admin ****" && echo "****"; exit 1) +crd-api-support: kubectl Review Comment: What's the point in having the check for CRD API support in Makefile? Does the task still have some value for developers outside of CI? If it doesn't I think it rather makes more sense to have it in the set of GitHub CI scripts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org