Krzysztof Słonka
Krzysztof Słonka
Hello, if it took 30 minutes to process 9.1GB file, it means that the throughput was 5,06 MB/s. (9.1G = 1024 \* 9.1 MB = 9100 MB, 9100 / (30...
### Description https://github.com/slonka/kuma/blob/72ba56542b18ce95b740f5a158508b3a169f3bef/test/framework/kumactl.go#L107 so that it's easier to use
### What happened? Full error: ``` KDSSyncClient finished with an error: failed to ACK a discovery response: rpc error: code = Unavailable desc = transport is closing github.com/kumahq/kuma/pkg/kds/v2/client.(*kdsSyncClient).Receive github.com/kumahq/[email protected]/pkg/kds/v2/client/kds_client.go:110 github.com/kumahq/kuma/pkg/kds/global.Setup.func3.1...
### Description xrel: https://github.com/kumahq/kuma-website/pull/1733 Now we have two repositories `kuma-binaries-release` (has release artefacts like `2.6.0` and passes e2e tests) and `kuma-binaries-preview` (has preview artefacts like `0.0.0-preview-vXYZ` or `2.7.0-preview-vABC` and passes...
### Description The below explanation assumes the following MeshHTTPRoute: ```yaml apiVersion: kuma.io/v1alpha1 kind: MeshHTTPRoute metadata: name: http-route-1 namespace: kuma-system labels: kuma.io/mesh: default spec: targetRef: kind: MeshService name: frontend_kuma-demo_svc_8080 to: -...
### What happened? follow up from https://github.com/kumahq/kuma-website/pull/1615#issuecomment-1914372093 > policy_yaml seems to incorrectly render this part: vs 😢 to reproduce checkout 88a5e35425952b83f1270863b1790e6e630321ca
### Description We should have a section on monitoring kuma cp and other components. This is an issue reported on [slack](https://kuma-mesh.slack.com/archives/CN2GN4HE1/p1663069385505709) at [least twice](https://kuma-mesh.slack.com/archives/CN2GN4HE1/p1657193051995049). Suggestions: 1. have an automatic script...
xrel: https://github.com/kumahq/kuma-website/issues/1653 waiting on kuma implem Did you sign your commit? [Instructions](https://github.com/kumahq/.github/blob/main/CONTRIBUTING.md#sign-your-commits) Have you read [Contributing guidelines](https://github.com/kumahq/.github/blob/main/CONTRIBUTING.md)?
### Description Following a conversation from a review - https://github.com/kumahq/kuma-website/pull/1263#discussion_r1144364011 - it would be great to figure out how to automate these kinds of things. We could have a special...
### Description Provide docs / guide to setup jaeger tracing for a multi zone cluster. A user on our [slack channel](https://kuma-mesh.slack.com/archives/CN2GN4HE1/p1669521324974059) has already tried this with jaeger running outside the...