-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kamel operator
does not work locally
#3472
Comments
@christophd do you mind having a look? is there any quick workaround? |
yes I have a look. What happens if you run the integration? is it being reconciled by the operator? also do you have a WATCH_NAMESPACE env set for the local operator? do you have any other global operator running on that environment? |
I've set the WATCH_NAMESPACE. The integration complains that an IntegrationPlatform is not found (even if I had to create on that namespace to override the registry setting). |
I managed to see that the problem is that the local operator does not understand the |
I had another try with clean environment, and, if we set the |
@squakez yes, I have started some investigation but got distracted by other stuff. I also wanted to ask: In your scenario do you have another traditional operator running on the cluster? or is it only the local operator? |
The local camel k operator debugging procedure is not working any longer. The operator starts correctly but it is not able to run any Integration. I've tried setting
KAMEL_OPERATOR_ID
env variable but no luck.I think it relates the changes introduced in #3358.
The text was updated successfully, but these errors were encountered: