mertdotcc opened a new issue, #4191: URL: https://github.com/apache/camel-k/issues/4191
I have a brand new GKE cluster, with almost nothing in it besides the resource Google Cloud creates: <img width="1269" alt="image" src="https://user-images.githubusercontent.com/41954671/228660403-adfd763d-c4a0-48a7-bcae-8d29af192a9c.png"> I have the following `kamel install` script that I am trying to install my operator with: ``` kamel install \ --global \ --registry gcr.io \ --build-publish-strategy=Kaniko \ --organization mert-personal-cluster \ --registry-secret kaniko-secret \ --maven-repository https://repo1.maven.org/maven2/ \ --operator-resources requests.memory=4096Mi \ --operator-resources limits.memory=4096Mi \ --monitoring=true \ --monitoring-port=8888 \ --force \ --namespace camel ``` This is the output I get when I run my command: ``` OLM is not available in the cluster. Fallback to regular installation. Warning: the creation of the monitoring resources failed: could not create or replace monitoring.coreos.com/v1, Kind=PodMonitor camel-k-operator: no matches for kind "PodMonitor" in version "monitoring.coreos.com/v1" Camel K installed in namespace camel (global mode) ``` I tried a clean install without the `--force` flag, still the same issue. Any help is appreciated! 🙏🏻 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
