Sebastien Dionne

Results 87 comments of Sebastien Dionne

We are on premise. It's 2 Hard Drive (2T) SATA plugged directly in the computer. We poweroff the PC, plug the hard drives, reboot the PC, I used fdisk to...

the pods changed name since I filled the issue. Here the output of the 2 new pods (which are not in error anymore :( ). We did a cleanup yesterday....

all the applications that were in our cluster in the default namespace were removed and reinstalled. I couldn't keep the cluster not working longer.

they got there PVC because I created a PVC in each application using a storageclass : sc-iep-mirror

a quick example ```` {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ include "app.fullname" . }} labels: {{- include "app.labels" . | nindent 4...

```` root@test-pcl4004:~# kubectl version Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.4", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"clean", BuildDate:"2021-02-18T16:12:00Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:02:01Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"} root@test-pcl4004:~# ````

I deleted again my application. waited for 10 minutes after that all my resources were removed. After that I reinstalled them and now I have this error ```` Events: Type...

```` root@test-pcl4004:~# kubectl -n openebs get all | grep pvc-a8f02b71-52ae-4afb-816a-cfc8a5e4a1de root@test-pcl4004:~# ````

I did that ```` kubectl -n openebs delete pods --all --wait=false --grace-period=0 ```` and now I have this ```` Events: Type Reason Age From Message ---- ------ ---- ---- -------...