Oleg

Results 11 comments of Oleg

@thallgren thanks for the answer, i installed it like this: ``` curl -fL https://app.getambassador.io/download/tel2/${GOHOSTOS}/amd64/latest/telepresence,telepresence -o $(GOBIN)/telepresence chmod u+x $(GOBIN)/telepresence ```

@thallgren yes, sorry there is no one more telepresence in curl, only one as you mentioned above. `curl -fL https://app.getambassador.io/download/tel2/${GOHOSTOS}/amd64/latest/telepresence -o $(GOBIN)/telepresence` Where ``` GOBIN - path of current GO...

@thallgren Interesting, but in tmp i got this one: `telepresence: error: connector.Connect: failed to ensure traffic manager: the helm operation timed out. The current timeout 30s can be configured as...

Hi @vladimirvivien In our kubernetes operator, we use a dedicated struct to provide all parameters to iterate with the k8s cluster. One of these parameters is controller-runtime Client **cr client.Client**:...

> Thanks for the implementetion, @harshanarayana. Is **NewControllerRuntimeClient** just an option to directly get a client without using *Resources?

@harshanarayana Will you fix it or I can recreate PR?

You are completely right, that happens because of corresponding validation in the [LoadArchive/LoadFiles](https://pkg.go.dev/k8s.io/[email protected]+incompatible/pkg/chartutil#LoadArchive) funcs of deprecated version k8s.io/helm v2.16.1+incompatible, these funcs used by gardener chart rendering [interface methods](https://github.com/gardener/gardener/blob/3253777966d8f834916077100a648436d90fbe86/pkg/chartrenderer/renderer.go#L25C10-L25C10). However, I...

> Have you checked if it is what I suspected in [#6103 (comment)](https://github.com/gardener/gardener/issues/6103#issuecomment-1154837221) ? I missed it. Yes, it's true, the apiVersion check was introduced in one of the updates...

Hm, I found, that some of the new fields were not added in 1.10.0 v1 package: https://github.com/zalando/postgres-operator/blob/7372e91956773a3b5f9ed4da1bf8f9c5b255dd31/pkg/apis/acid.zalan.do/v1/crds.go. E.g. these `enable_pgversion_env_var` and `osc_sws_postgresql_server_controller` fields were not added to OperatorConfigCRDResourceValidation. I'm wondering...