Jakub Dyszkiewicz

Results 75 issues of Jakub Dyszkiewicz

It's not common to deprecate fields to remove them in the next release or move them to some other place. It would be nice to have support for it in...

feature

Hi, thank you for creating this repo. I don't have a starlink, but I do want to monitor my network on my server. That's why I took speedtest exporter and...

bug

### Description Go over all E2E tests and replace Exec+curl with CollectResponse

triage/pending
kind/cleanup

### Description `build` job builds binaries and docker containers. When we run E2E tests we build binaries and docker containers from scratch. We can save a couple of minutes of...

triage/pending
kind/feature

### Description Right now we authenticate the DP on the first DiscoveryRequest. Assuming that NodeID between DiscoveryRequest is stable, we don't need to authenticate it again. With this PR https://github.com/kumahq/kuma/pull/3376...

area/api
triage/accepted
kind/feature

### Summary Right now all Kuma entities has explicit field called `mesh`. Here is an example of `TrafficPermission` ``` apiVersion: kuma.io/v1alpha1 kind: TrafficPermission mesh: default #

area/k8s
triage/pending
kind/design
breaking-change

### Summary kumactl produces such YAMLs ``` conf: abort: httpStatus: 500 percentage: 50 delay: percentage: 50 value: 5s responseBandwidth: limit: 50 mbps percentage: 50 creationTime: 2018-07-17T16:05:36.995Z destinations: - match: service:...

area/kumactl
triage/accepted
kind/improvement
area/policies

### Summary With the new passthrough off switch on the Mesh, we can lock the traffic to the mesh only. This is a really nice security improvement, but it's hard...

area/observability
triage/accepted

### Summary Demo app with reconnection showed me this ``` dataplaneInsight: mTLS: certificateExpirationTime: "2020-08-26T10:29:59Z" certificateRegenerations: 2 lastCertificateRegeneration: "2020-08-25T10:30:00.156814200Z" subscriptions: - connectTime: "2020-08-25T09:42:32.011975300Z" controlPlaneInstanceId: 9b6124f3-53d1-490e-926f-a0d191187c4c id: 8666910a-54f9-4dfc-9ed4-a794173bc5e1 status: cds: responsesAcknowledged: "7"...

area/kuma-cp
triage/accepted

## Summary Right now we have pretty good observability of a connection from Remote to Global. You can see easily see in Global that Remote is online or not. The...

area/observability
area/multizone
triage/accepted
kind/design