-
#### Proposal
Our quickstart guide should have a demo example that simply shows how to install and use Maesh with a one-pod app.
-
### Bug
When given an invalid configuration, which has no endpoints, in `func (p *Provider) BuildConfig() (*dynamic.Configuration, error)`, at line 92, we do the following:
```go
applicableTraf…
-
As of 53c7323 running `make` on Mac timeouts
```
Step 9/9 : COPY . .
---> Using cache
---> 330478b7b567
Successfully built 330478b7b567
Successfully tagged containous/maesh:check
docker run…
ghost updated
5 years ago
-
`extensions/v1beta1` is removed from v1.16.x
```
☸ this ☁ maesh [master] helm template . | k apply -f -
poddisruptionbudget.policy/grafana created
poddisruptionbudget.policy/prometheus created
…
-
I have deployed maesh to a 1.15.3 cluster using flannel as CNI.
The mesh pods seem to not pass the readiness-check because :1081/ping returns 404.
```
> kubectl get pods -n maesh
NAME …
-
Displace Istio references with references to Maesh. Remove Istio specific code.
-
This is not true for our clusters
```
☸ this ☁ maesh [master] ag cluster.local
internal/k8s/client.go
365: name regex ([a-zA-Z0-9-_]*)\.([a-zv0-9-_]*)\.maesh maesh-{1}-{2}.maesh.svc.clus…
-
**Enhancement Description**
The list of service mesh adapters on https://layer5.io/meshery should list Maesh (alpha).
**Implementation**
Update [meshery.html](https://github.com/layer5io/layer5/b…
-
We install all helm-charts with
```
helm template --name --namespace= | kubectl apply -f -
```
To pass the `--namespace` value to the chart, there is build-in variable, called `.Release.Names…
-
#### Proposal
This is more informational, is Jaeger a hard dependency? I'm attempting to get maesh working with ARM but currently Jaeger does not work with ARM and according to their issue track…