-
### Description
If I do:
```sh
echo "
apiVersion: kuma.io/v1alpha1
kind: TrafficRoute
metadata:
name: route-all-default
namespace: kuma-system
labels:
"kuma.io/mesh": "default"
…
-
### What happened?
No big issue but a bunch of logs
2024-02-07T16:02:59.137Z ERROR kube-manager Reconciler error {"controller": "meshgatewayinstance", "controllerGroup": "kuma.io", "controllerKi…
-
It would be nice to have an notification system that would allow for notifications (via popular notification services) such as: failures when a playlist fails to download, changes, new songs found, er…
-
### What happened?
Repro:
```
1. helm install kuma
2. kubectl apply API Gateway CustomResourceDefinitions
3. kubectl apply API Gateway.yaml
```
We should either update the guide https://kuma.…
-
There are too few types of monitored websites. We hope to add https monitoring and certificate expiration notification.
![uptime kuma](https://github.com/user-attachments/assets/9b8e85f7-8aa3-4711-…
-
### Description
The GUI provides an update check to see if there are any newer Kuma versions available than the one you are running.
This is fine if the person using the GUI is the person responsi…
-
### Description
Currently, docs are not clear that CA is not rotated automatically and we should write it clearly in docs and describe how to do this manually.
-
### What happened?
## Summary
Kuma-sidecar is properly running, but our app container is failing and Kuma routes traffic to this pod, even if this container health probe (Readiness probe) is failin…
-
### What happened?
1. Create `ExternalService`
```yaml
apiVersion: kuma.io/v1alpha1
kind: ExternalService
mesh: default
metadata:
name: httpbin
spec:
tags:
kuma.io/service: httpbin
…
-
### What happened?
We'd removed some in: https://github.com/kumahq/kuma/pull/8822
Here's a list of all tests:
```
➜ kuma git:(e2eImprovements) ~/go/bin/ginkgo run -v --dry-run ./test/e2e/... …