IBM / core-dump-handler

Save core dumps from a Kubernetes Service or RedHat OpenShift to an S3 protocol compatible object store
https://ibm.github.io/core-dump-handler/
MIT License
136 stars 40 forks source link

Generate CRICTL YAML #22

Closed No9 closed 3 years ago

No9 commented 3 years ago

For digital ocean the node also needs the following crictl client config

runtime-endpoint: unix:///run/containerd/containerd.sock
image-endpoint: unix:///run/containerd/containerd.sock
timeout: 2
debug: true
pull-image-on-create: false

Place into /etc/crictl.yaml

No9 commented 3 years ago

Fixed as part of https://github.com/IBM/core-dump-handler/pull/24 File is copied to /var/mnt/core-dump-handler/crictl.yaml and debug is set to false.