ricoberger/sealed-secrets-web

[bug] failed to get sandbox container task: no running task found

christianhuth opened this issue · 1 comments

I'm not able to install the current helm chart. I receive the following event messages:

Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task e6c3e6beb7a320d370c7bcb801eed4a550ef1f9e15bce3d77a73faadb3c542a2 not found: not found
Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task 80007714211eaea5fba407ad1d976cf0fd35f8fef3b4ef38018006b768bb5b15 not found: not found
Normal   Pulled          13m                    kubelet, svm-ap-dizk8s3q  Successfully pulled image "ricoberger/sealed-secrets-web:2.2.0" in 1.461516413s
Normal   Pulled          13m                    kubelet, svm-ap-dizk8s3q  Successfully pulled image "ricoberger/sealed-secrets-web:2.2.0" in 1.074429905s
Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task a455a9d0599550bb553a0c58c426fc3b32e57bed19e4c118a1590abacc0c122e not found: not found
Normal   Pulled          13m                    kubelet, svm-ap-dizk8s3q  Successfully pulled image "ricoberger/sealed-secrets-web:2.2.0" in 1.089813061s
Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task 4218bf1dee902868773c4c78ac282010ed21be5d66e438bd5205292673c3655d not found: not found
Normal   Pulled          13m                    kubelet, svm-ap-dizk8s3q  Successfully pulled image "ricoberger/sealed-secrets-web:2.2.0" in 1.097321991s
Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task aad7c150f5114407ea54306fd2ac2007478105eac5c8053e415568cd9acc2a99 not found: not found
Normal   Pulled          13m                    kubelet, svm-ap-dizk8s3q  Successfully pulled image "ricoberger/sealed-secrets-web:2.2.0" in 1.03966109s
Warning  Failed          13m                    kubelet, svm-ap-dizk8s3q  Error: failed to get sandbox container task: no running task found: task 129423c57e2a5a3562199117a82f2e5bd31cda56ec958e3e14f2ea21b6a9178a not found: not found

Used Versions:

  • Kubernetes v1.19.9
  • OS-Image Ubuntu 20.04.2 LTS
  • Kernel-Version 5.4.0-66-generic
  • Runtime: containerd://1.3.9
  • Helm Chart v2.2.0

My values.yaml:

sealed-secrets-web:

  image:
    args:
      - --format=yaml
      - --kubeseal-arguments=--format yaml
    pullPolicy: Always

  serviceAccount:
    create: true
    name: sealed-secrets-web

Was some kind of strange bug regarding the linux kernel version. After rebooting the node and thus enabling the new kernel version everything worked finde. Thanks for this awesome tool! 👍