Luis Sergio Faria Carneiro
Luis Sergio Faria Carneiro
### Requirement I wish I could mount multiple config maps at the same directory. My use case is that I wish I could keep each resource file required by the...
### What happened? An integration that contains a more than 1 cron and is built using a CronJob stops before all the crons have had a chance to run ###...
### Requirement Consider the scenario where I set up an Integration with the following endpoint: `from("quartz://groupName/timerName?cron=* 10-12 * * *&trigger.timeZone=America/Sao_Paulo")` This is supposed to run everyday from 10am to noon...
### What happened? I'm not sure whether this is a Camel K or Knative issue. This is what happens: I created an Integration with the following source code: ``` apiVersion:...
### What happened? I have Camel-K running on an EKS cluster with autoscaling groups scaling up to 20 nodes. At the moment this was reported, 8 nodes were running, and...
### What happened? When I created an integration that included the following step: ``` steps: - marshal: base64: {} ``` Camel-K didn't include the camel-base64 dependency automatically and it only...
## Ask your question here: Hi there. I'm facing a situation where I need to detect that a Knative Service will never be Ready because its Deployment progress deadline expired....
### Requirement As I user I wish I could mount a persistent volume in the operator pod declaring the persisent volume and directory to be mounted on the helm charts....
## Ask your question here: Hi all. I have some Knative Services which are configured to have at least 1 replica: ``` spec: template: metadata: annotations: autoscaling.knative.dev/minScale: "1" ``` However,...
Fixed cell row and column index tracking when there are blank cells at the beginning of the row, like: ``` 136316 136317 1 1 136318 265 136319 45411.095648645831 ``` The...