Failed to execute goal on project camel-k-integration: Could not resolve dependencies for project org.apache.camel.k.integration:camel-k-integration:jar:1.1.0: Failed to collect dependencies at com.github.jawad-r3
I am trying to fetch the maven dependency from jitpack. I have created the config map with settings.xml of my jitpack user and from my local machine i am able to fetch the dependency. But its giving authorization error while running the kamel integration.
hey guys,
got a question regarding kaniko and istio:
as soon as we enabled the istio sidecar injection, kaniko failed with
error checking push permissions ... connect: connection refused
when we disable the sidecar injection, everything is working.
we saw that the kaniko container starts before the istio-proxy is ready.
any ideas?
<repository>
in my pom.xml. https://github.com/openshift-integration/camel-k-example-event-streaming suggests that there are ways of feeding maven config to kamel run
but doesn't show how to add new repositories. Please can I ask for pointers to the documentation on configuring maven for kamel run
?
hey guys,
got a question regarding kaniko and istio:
as soon as we enabled the istio sidecar injection, kaniko failed witherror checking push permissions ... connect: connection refused
when we disable the sidecar injection, everything is working.
we saw that the kaniko container starts before the istio-proxy is ready.any ideas?
@lburgazzoli @nicolaferraro can you guys give me some hints?
kamel run --trait environment.enabled=true --trait environment.vars="[\"MY_ENV_VAR1 = value1\", \"MY_ENV_VAR2 = value2\"]" MyRoute.java --dev
and it says Error: environment.vars=["MY_ENV_VAR1 = value1", "MY_ENV_VAR2 = value2"] is not a valid trait property, does anyone know how to use the environment trait properly? I got confused about the official doc.
Hello, we try to get Integrations with camel-k on GKE up and running. We deployed the camel-k Operator with Helm. We use Google Cloud Registry (eu.gcr.io) as the registry and setup the publish strategy with kaniko. We followed camel-k documentation for that. But if we try to run an integration, we get the following error:
ERROR: logging before flag.Parse: E1220 17:09:18.247179 1 metadata.go:142] while reading 'google-dockercfg' metadata: http status code: 404 while fetching url http://metadata.google.internal./computeMetadata/v1/instance/attributes/google-dockercfg
ERROR: logging before flag.Parse: E1220 17:09:18.250702 1 metadata.go:159] while reading 'google-dockercfg-url' metadata: http status code: 404 while fetching url http://metadata.google.internal./computeMetadata/v1/instance/attributes/google-dockercfg-url
Maybe we just have to change the publish strategy, but kaniko was recommended on GKE. Is this a known issue or can you give me a hint what configuration I am missing?