Baptiste Collard

Results 22 comments of Baptiste Collard

@JayceCao > I want to deploy scope under the subpath of ingress like that: > ... > What can I do then? I've a similar setup. The trick was just...

same issue here on Intel macbook. `ha.stderr.log` ```json .. this was fine... {"level":"info","msg":"Forwarding TCP from 127.0.0.1:52285 to 127.0.0.1:52285","time":"2022-01-24T15:15:56+01:00"} {"level":"info","msg":"Forwarding TCP from 0.0.0.0:7001 to 127.0.0.1:7001","time":"2022-01-24T15:15:56+01:00"} ..until... {"level":"debug","msg":"guest agent event: {Time:2022-01-26 06:21:35.140068883...

_EDIT: discard this comment. It's not the same issue. The problem below is about loss of the internet connection from the VM._ just happened to me, not sure it was...

ok, so I cleaned it: ``` bapt@lima-docker:/Users/bapt$ tree /opt/lima/ /opt/lima/ ├── docker-registry-dockerio ├── docker-registry-gcrio └── docker-registry-quayio 3 directories, 0 files bapt@lima-docker:/Users/bapt$ rmdir /opt/lima/docker-registry-dockerio/ bapt@lima-docker:/Users/bapt$ rmdir /opt/lima/docker-registry-gcrio/ bapt@lima-docker:/Users/bapt$ rmdir /opt/lima/docker-registry-quayio/ bapt@lima-docker:/Users/bapt$...

the current workaround is to delete the VM and re-create it. Normal logs are like this: ```json {"level":"debug","msg":"firmware candidates = [/usr/local/share/qemu/edk2-x86_64-code.fd /usr/share/OVMF/OVMF_CODE.fd /usr/share/qemu/ovmf-x86_64-code.bin]","time":"2022-01-24T12:19:53+01:00"} {"level":"debug","msg":"OpenSSH version 8.6.1 detected","time":"2022-01-24T12:19:53+01:00"} {"level":"debug","msg":"AES accelerator seems...

Hello, same problem here. ``` k version --short Client Version: v1.17.3 Server Version: v1.17.3 ``` Logs: ``` weave-net-z9sqg weave-npc WARN: 2020/06/29 20:30:11.770207 UDP connection from 10.35.0.0:48243 to 10.32.0.3:53 blocked by...

I really like Weave products (net, flux, scope) but, for now, I think I will disable Weave NPC. That's a shame because I was setting up Network Policies. I guess...

same here, no error in chartmuseum logs (it returns a 201).

a prospect is interested in Gloo support for Envoy Kafka mesh filter: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/kafka_mesh_filter This other Kafka filter allows for routing based on the topic's name.

got a new demand for this capability, where the client is doing some sort of reverse exponential back-off and overflowing the gateway. Having a local rate-limiter would help protect the...