Aaron Pejakovic

Results 16 comments of Aaron Pejakovic
trafficstars

Agree with all the above ^ we would love to switch from using beats to the elastic agent but can't because there is no support for the kafka output. Kafka...

I think this is related too: https://github.com/elastic/apm-agent-php/issues/634 We are also seeing same issue

Hi @SergeyKleyman , I will try out 1.6 and get back to you. Thanks

Any update on this?

Thanks @olemarkus , Is there any way to configure contained auth through kops? We need to use the proxy otherwise we run into docker hub limits.

Okay thanks @olemarkus , Let me look into registry mirrors. Also appreciate you looking into the nodeup config.

Looks like i couldnt get the mirror working was still saying 401 unauthorized :( For now i have just manually changed the container config on the masters and seems to...

Nevermind it looks like every ec2 has this set: ` [plugins."io.containerd.grpc.v1.cri"] sandbox_image = "artifactory.jfrog.io/docker/pause:3.6"` Which also fails with 401 because the credentials arent set for contained. This is blocking us...

Hi @olemarkus , I was actually able to resolve this by setting the following config in kops: cluster.Spec.Kubelet.PodInfraContainerImage I set this to our non-artifactory image and it works. Would still...