gaganyaan2

Results 3 comments of gaganyaan2

Currently 2 alpine image that I found has riscv4 support. You can try these. ```bash docker pull alpine:edge docker pull alpine:20210804 ```

I also have the same issue with kubernetes 1.24.1 I did try setting up `closeWaitTimeoutSecs: 5` in `linkerd-config` configmap and `privileged: true` in `linkerd-destination` deployment but still seeing below error....

Current workaround is to install `linkerd-cni` plugin. ```sh linkerd install-cni | kubectl apply -f - linkerd upgrade --linkerd-cni-enabled | kubectl apply -f - ``` After installing `linkerd-cni` All pods came...