You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade the falco to version '4.8.3' and I am encountering the below error message while upgrading:
“failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/containerd" to rootfs at │
│ "/host/run/containerd/containerd.sock": mount /run/containerd:/host/run/containerd/containerd.sock (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown”
I have applied the changes to upgrade from version 3.4.0 to 4.8.3 of the Helm chart, but after the changes were applied then I started seeing the error
We are using ArgoCD which runs helm template followed by kubectl apply so it's not using the helm upgrade command
We are using kubernetes version v5.0.4-0.20230601165947-6ce0bf390ce3 and the cloud providers that we are using are gcp,azure and aws
I am trying to upgrade the falco to version '4.8.3' and I am encountering the below error message while upgrading:
“failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/containerd" to rootfs at │
│ "/host/run/containerd/containerd.sock": mount /run/containerd:/host/run/containerd/containerd.sock (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown”
And the pod goes into 'Crashbackloop' off state
Below are the Yaml files I am using for upgradation:
helmfile.txt
values.txt
The text was updated successfully, but these errors were encountered: