Bipin Jethwani

Results 24 comments of Bipin Jethwani

This looks like a related issue: https://github.com/kedacore/keda/issues/3291

I got into another issue, while upgrading to 2.7.1 ``` 1 status.go:71] apiserver received an error that is not an metav1.Status: &errors.errorString{s:"no matching metrics found for no_of_agents"}: no matching metrics...

Here are the complete logs from KEDA 2.7.1 ``` Successfully set ScaleTarget replicas count to ScaledObject minReplicaCount {"scaledobject.Name": "transactscaledobject", "scaledObject.Namespace": "autoscale", "scaleTarget.Name": "autoscale-transactbatchservice", "Original Replicas Count": 9, "New Replicas Count":...

> See the aws-samples:multi-secret branch. There are no plans to merge it at the moment. @jicowan I am using this project in production. And it's often asked to support multiple...

@adriantaut CSI driver is cool (I was in loop with CSI driver pm team) but it doesn't fit the design of my k8s based platform. Further, the cost ($) of...

I tried installing this on my Jenkins slave and removed credentials from below groovy script as ``` def customImage = docker.build("${params.dtr_endpoint}/" + project + "/hello-app:${env.BUILD_ID}") docker.withRegistry("https://${params.dtr_endpoint}") { customImage.push() } ```...

Hi @michmike I am evaluating harbor for the faster disaster recovery time of my k8s clusters. At present, it takes a lot of time in pulling container images of my...

Is it possible to install camel-k using Helm but enable prometheus monitoring using "kamel" cli?

I guess the option is missing altogether in camel-k helm chart helm show values camel-k/camel-k ``` # Default values for camel-k. # This is a YAML-formatted file. # Declare variables...

``` % kamel local build --image=docker.io/bjethwan/hello hello.groovy failure while building project: exit status 1 ```