haanhvu commented on PR #3185: URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1117513073
> The Golang version we support is actually 1.16. As for the Custom Resource, probably it's because you still have some reference to the previous installation. Ideally you should delete all Custom Resources (ie, via `kamel uninstall --all -olm=false`). Later you need to use your local CLI to install the CRDs (ie, [this change you're adding in this PR](https://github.com/apache/camel-k/pull/3185/files#diff-d47e9df8f1b0746cce0eecbce7e96166f61204ebecf7b602c6395f82bb1f14cb)). You can do that running `./kamel install --skip-operator-setup --olm=false`. This command should set the new CRDs accordingly. @squakez Oh I didn't ran `./kamel install`. Thought `make install-minikube` already did it. Let me try. Should I downgrade to go 1.16? I read in https://github.com/apache/camel-k/issues/3236 that some `make` commands may not work well with go 1.16 -- 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