Eugene Glotov

Results 10 issues of Eugene Glotov

``` ➜ docker run -it confluentinc/cp-base apt-get update Unable to find image 'confluentinc/cp-base:latest' locally latest: Pulling from confluentinc/cp-base 8a45f3148b49: Pull complete 5fd1c1919136: Pull complete 171a7e7c3b13: Pull complete Digest: sha256:3d39ae1ee2cbd023789726997192c59571fde83a7c499c250bd1f381671c48c8 Status:...

Hi. I would like to ask for some help to understand why I see tons of logs like this in rspec results even though tests pass well: ``` No matching...

### :speaking_head: Foreword I was researching an issue I'm getting in tests (`undefined method `new_resource' for ConsulCookbook::Resource::ConsulConfigV0`), so I wanted to look at the tests in the repo to find...

Please add support for custom object annotations. ```yaml # templates/service.yaml apiVersion: v1 kind: Service metadata: name: {{ include "kubeview.fullname" . }} {{- if .Values.service.annotations }} annotations: {{ toYaml .Values.service.annotations |...

**Describe the bug** I am trying to launch a very primitive PoC test with an URL and with an HTTP Basic Authorization header. Unfortunately it does not work. When a...

bug

Hello. I'm getting the error from `network.CreateNetwork()`: > unexpected end of JSON input I feel like it is produced by the line: https://github.com/fsouza/go-dockerclient/blob/main/network.go#L181 ```go if err := json.NewDecoder(resp.Body).Decode(&cnr); err !=...

bug
nostale

**Is your feature request related to a problem? Please describe.** I'm trying to start using the exporter close to how it is described [in this article](https://sysdig.com/blog/monitor-nginx-prometheus/). I launch the Exporter...

Thanks for the good presentation on the Scale 16x. Unfortunately it’s not enough clear for me how to use this tool from the “client” side. What do I need to...

enhancement

The idea is to not inly tag EC2 instances but to do more things like “tag K8s pod as dirty if someone has used kubectl exec to go into it”

enhancement

## Bug Report ### What is the issue? https://linkerd.io/2/tasks/install-helm/#helm-install-procedure and https://linkerd.io/2/tasks/generate-certificates/ ```bash # set expiry date one year from now, in Mac: exp=$(date -v+8760H +"%Y-%m-%dT%H:%M:%SZ") # in Linux: exp=$(date -d...