Jose Cortes

Results 19 comments of Jose Cortes

hi @linnal could you share some more logs please? it'd be great if you could do something like the following: ``` telepresence loglevel debug # Run your intercept command telepresence...

@JCzz do you have a `$KUBECONFIG` environment variable set, and if so is it set to something different than `~/.kube/config`?

oh interesting, I don't think we have any logic to handle cases with multiple kubeconfigs, so that's probably what's causing this

I did try faking this functionality with `IndexFile` -- by essentially faking the merge and seeing what conflicts came out. It's capable of determining that there were merge conflicts, and...

@bmcstdio i will rebase the branch to get rid of the conflicts, but if there's new requirements that need to be captured by the PR i'd rather hand it off...

It looks like this would also mitigate #181

Hi @ywk253100 -- that's not exactly what I had in mind. That PR will let me specify the _contents_ of the secret via `values.yaml` but what I'd like is for...

So we usually like to make our CI system deploy to our kubernetes clusters, instead of manually running `helm install`/`helm upgrade`. Usually what this looks like is: * An engineer...

@petermant hmm i see lines like the following in your connector.log files: ``` 2021-10-01 10:23:37.4156 error the helm operation timed out. The current timeout 30s can be configured as "timeouts.helm"...