-
Envoy crashes on RP 4 due to `tcmalloc` allocation error
===========================================
I am trying to run Envoy on RP4 and 64bit Raspberry Pi OS.
Envoy `1.20` crashes with:
``…
Sitin updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
Provide multi-arch images could support multi CPU architectures like arm64, amd64, etc.
**Describe the solution you'd like**
Mak…
-
I downloaded latest openebs/mayastor. Running ubuntu on VM.. v5.15 kernel. Three worker nodes and all three have mayastor-csi-node pods in either error or CrashLoopBackOff state. All the other pods ar…
-
**Which chart**:
postgresql-10.9.1 | 11.12.0
**Describe the bug**
CrashLoopBackoff when installing postgressql(/postgressql-ha) with a pvc
**To Reproduce**
Steps to reproduce the behavior…
-
I have following dockerfile (simplified to bare minimum):
```
FROM ubuntu:18.04
ARG TARGET=debug
COPY target/${TARGET}/mayastor /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/mayastor"]
```…
-
#### Summary
Version info
```
MicroK8s v1.28.3 revision 6089
```
logs
```
ewell@SZ-K8sMaster1Ubuntu:~/yaml$ microk8s status
microk8s is not running. Use microk8s inspect for a deeper inspe…
-
I have following docker file:
```
FROM node:10
RUN mkdir /moac
WORKDIR /moac
COPY moac/package*.json ./
RUN npm install
COPY moac /moac/
RUN mkdir -p /mayastor-grpc/proto
COPY mayastor-gr…
-
I have a problem when using Dockerfile to build an image. It looks as if symlinks in COPY target were not processed properly. I get the following error message:
```
STEP 6: COPY moac /moac/
erro…
-
#### Only a single diskpool created
Similar to #133, only a single diskpool is created in my 3 node cluster (3 x Raspberry Pi 4 running Ubuntu 22.04 server and microk8s 1.27)
```
kubectl get diskpo…
-
would it be possible to use openebs/mayastore as a block storage for vms?
maya is essentially a replicated block volume, but openebs doesnt appear to have a way to just expose the block volume on a…